ogr2ogr ^ -f GeoJSON ^ -select NAME,SCALERANK,FEATURECLA,ADM1NAME ^ -where "ADM0_A3 = 'USA'" ^ Output3\us_places.json ^ SourceData\ne_10m_populated_places\ne_10m_populated_places.shp ogr2ogr ^ -f GeoJSON ^ Output3\us_boundary.json ^ SourceData\gz_2010_us_outline_500k\gz_2010_us_outline_500k.shp ogr2ogr ^ -f GeoJSON ^ -select REGION,NAME ^ Output3\us_regions.json ^ SourceData\gz_2010_us_020_00_500k\gz_2010_us_020_00_500k.shp ogr2ogr ^ -f GeoJSON ^ -select DIVISION,NAME ^ Output3\us_divisions.json ^ SourceData\gz_2010_us_030_00_500k\gz_2010_us_030_00_500k.shp ogr2ogr ^ -f GeoJSON ^ -select STATE,NAME ^ Output3\us_states.json ^ SourceData\gz_2010_us_040_00_500k\gz_2010_us_040_00_500k.shp ogr2ogr ^ -f GeoJSON ^ -select STATE,COUNTY,NAME,LSAD ^ Output3\us_counties.json ^ SourceData\gz_2010_us_050_00_500k\gz_2010_us_050_00_500k.shp ogr2ogr ^ -f GeoJSON ^ -select GEOID,NAMELSAD ^ -where "GEOID NOT LIKE '%ZZ' and GEOID NOT IN ('1198', '6098', '6698', '6998', '7898')" ^ Output3\us_congress_dists.json ^ SourceData\cb_rd13_us_cd113_500k\cb_rd13_us_cd113_500k.shp pause