ContraCostaCivic / Census-In-Field-Canvassing

Empower volunteers to help increase Census participation by creating an Adopt-a-Block system. Volunteers would electronically select a Census block to work on and then report back on their outreach efforts for that block.
2 stars 0 forks source link

Data Conversion to GeoJSON #25

Closed afomi closed 5 years ago

afomi commented 5 years ago

I think I found the right command (finally... 😫)

ogr2ogr -f GeoJSON test.json "http://localhost:8000/blocks.json"

The above uses ogr2ogr to convert the ESRI file to GEOjson file named test.json. The blocks.json file is the file in the root, hosted at a web location. I used python3 http.server at the root to host the file at http://localhost:8000/blocks.json.

I'll add the geojson file shortly.

afomi commented 5 years ago

@silasburger, @klequis - links to the 2 .geojson files (Blocks and Block Groups) can be found here