geo_sort: Sort Precincts

View source: R/sort.R

geo_sortR Documentation

Sort Precincts

Description

Reorders precincts by distance from the NW corner of the bounding box.

Usage

geo_sort(shp, epsg = 3857)

Arguments

shp

sf dataframe, required.

epsg

numeric EPSG code to planarize to. Default is 3857.

Value

sf dataframe

Examples

data(checkerboard)
geo_sort(checkerboard)

christopherkenny/geomander documentation built on Feb. 18, 2024, 7:58 p.m.