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)

geomander documentation built on April 16, 2023, 5:18 p.m.