- Data was downloaded from the City of Richmond Open Data Portal
curl
was used to download the data and command used wascurl -Lk "http://opendata.ci.richmond.ca.us/api/geospatial/wt9g-tcue?method=export&format=GeoJSON" -o richmondNabes.json
- Data was downloaded from State of California GeoTracker website.
- Data points within a 30,000 foot radius of Richmond were downloaded via their web map as an Excel file.
- File was converted to csv with
gnumeric
on Linux and command used wasssconvert geoTrackerSites.xls geoTrackerSites.csv
- Data was downloaded from Contra Costa County GIS website.
- Shapefile was then converted to a GeoJSON projected in WGS84 with mapshaper.