Changes between Version 118 and Version 119 of UserGuidelines/GIS/Data
- Timestamp:
- 02/12/11 19:02:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v118 v119 141 141 === KML === 142 142 Can convert a KML to CSV using the attached script: {{{python KML2WKT.py <filename>.kml}}} 143 * requires [http://pypi.python.org/pypi/keytree/ keytree] 143 144 144 145 This can then be imported into Sahana by editing the column headers & using {{{gis.import_csv(<filename>.csv)}}} 145 146 146 qGIS can be used to convert this into a Shapefile (uses ogr2ogr so can also do using the CLI, if you prefer) 147 qGIS can be used to convert this into a Shapefile (uses ogr2ogr so can also do using the CLI, if you prefer): give it column headers with 'WKT' for the WKT column name. 147 148 148 149 === Geonames ===