Skip to content
civic-squirrel edited this page Aug 10, 2014 · 2 revisions

From SFData

Keys

Keys to the fields in various datasets (pdf)

Shapefiles

Shapefiles to GeoJSON

ogr2ogr -f GeoJSON -s_srs tl_2010_06075_tabblock10.prj -t_srs WGS84 blocksgeo.json tl_2010_06075_tabblock10.shp
ogr2ogr -f GeoJSON -s_srs EPSG:2227 -t_srs WGS84 geo.json SF_BOS_20120702_nowater.shp

Shapefiles to topojson

topojson -o my_topo.json my_geojson.geojson
Clone this wiki locally