Changes between Version 230 and Version 231 of UserGuidelines/GIS/Data
- Timestamp:
- 01/23/14 13:07:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v230 v231 42 42 Use ogr2ogr to convert the data to CSV: 43 43 {{{ 44 ogr2ogr -select ISO,NAME_1,NAME_2 -f CSV CSV USA_adm2.shp -lco GEOMETRY=AS_WKT 44 45 ogr2ogr -f CSV CSV TM_WORLD_BORDERS-0.3.shp -lco GEOMETRY=AS_WKT 45 46 ogr2ogr -f geojson TM_WORLD_BORDERS-0.3.json TM_WORLD_BORDERS-0.3.shp