... | ... | @@ -11,4 +11,6 @@ As of 2022, this is the good one: https://www.census.gov/cgi-bin/geo/shapefiles/ |
|
|
|
|
|
For our example here, we'll download US States. (It also includes "state equivalents", e.g., Puerto Rico, Guam, that we'll want to filter out later.) The year shouldn't matter for things like states or counties. It's relevant for other datasets like state legislative districts.
|
|
|
|
|
|
FYI, [TIGER/Line](https://en.wikipedia.org/wiki/Topologically_Integrated_Geographic_Encoding_and_Referencing) is what the Census Bureau calls their data model. [Shapefile](https://en.wikipedia.org/wiki/Shapefile) is a file format.
|
|
|
|
|
|
### Step 2. Topology-aware simplification |
|
|
\ No newline at end of file |