Changes between Version 118 and Version 119 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
02/12/11 19:02:49 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v118 v119  
    141141=== KML ===
    142142Can convert a KML to CSV using the attached script: {{{python KML2WKT.py <filename>.kml}}}
     143 * requires [http://pypi.python.org/pypi/keytree/ keytree]
    143144
    144145This can then be imported into Sahana by editing the column headers & using {{{gis.import_csv(<filename>.csv)}}}
    145146
    146 qGIS can be used to convert this into a Shapefile (uses ogr2ogr so can also do using the CLI, if you prefer)
     147qGIS 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.
    147148
    148149=== Geonames ===