Skip to content

Commit

Permalink
fix typo in radme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andykmcc committed Jun 6, 2024
1 parent e9dd791 commit 9617dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ curl 'https://download.geofabrik.de/north-america/us/california/norcal-latest.os
npx --yes mapshaper -i counties-usa.geojson -filter '"Alameda,Contra Costa,Marin,Napa,San Mateo,Santa Clara,Solano,Sonoma,San Francisco".indexOf(NAME) > -1' -dissolve2 -o ./polygons/san-francisco-bay-area.geojson geojson-type=Feature
```
2b. [do either 2a or 2b] Use a website like [geojson.io](https://geojson.io/) to make a polygon, then same the json to the `./polygons` directory.

3. (optional) Create a convex hull of the counties. This is useful when the group of counties don't make a solid shape. Use the geojson file created in the previous step to make a new geojson file.
```
npx --yes turf-cli convex polygons/san-francisco-bay-area.geojson > polygons/san-francisco-bay-area-convex.geojson
Expand Down

0 comments on commit 9617dd6

Please sign in to comment.