Changes between Version 222 and Version 223 of UserGuidelines/GIS/Data
- Timestamp:
- 09/10/13 11:49:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v222 v223 54 54 55 55 An alternative way to deal with Shapefiles is to upload to [wiki:UserGuidelines/GIS/Data#ImportShapefiles GeoServer] & serve as WMS/WFS from there... 56 === GDB === 57 ESRI's File Geodatabase format. 58 59 Can use this online service: 60 * https://gdbflee-mweisman.rhcloud.com 61 62 or use GDAL: 63 * http://www.gdal.org/ogr/drv_filegdb.html 64 NB It isn't included in GDAL by default. Windows users can use [http://trac.osgeo.org/osgeo4w/ osgeo4w] to install the gdal-filegdb driver. 65 56 66 === KML === 57 67 Can convert a KML to CSV using the attached script: {{{python KML2WKT.py <filename>.kml}}}