Changes between Version 237 and Version 238 of UserGuidelines/GIS/Data
- Timestamp:
- 11/03/14 16:32:12 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v237 v238 58 58 59 59 An alternative way to deal with Shapefiles is to upload to [wiki:UserGuidelines/GIS/Data#ImportShapefiles GeoServer] & serve as WMS/WFS from there... 60 61 Dissolving Polygons (e.g. recreate L0 from L1s): 62 {{{ 63 ogr2ogr output.shp input.shp -dialect sqlite -sql "SELECT ST_Union(geometry), dissolve_field FROM input GROUP BY dissolve_field" 64 }}} 60 65 === GDB === 61 66 ESRI's File Geodatabase format.