8 | | * Can use the Python bindings for GDAL/OGR as we do for the [wiki:UserGuidelinesGISData#GADM GADM importer] |
9 | | * Option A: Import just to display as an overlay |
10 | | * Option B: Import into Native Tables via an XSL Transform |
11 | | * See below for code to convert SHP to an lxml.etree |
12 | | * Upload to !GeoServer co-app & add a layer which accesses this via WMS/WFS (although the UI should show in the 'Shapefiles layers' section) |
13 | | * http://docs.geoserver.org/2.0.0/user/extensions/rest/rest-config-examples-curl.html#uploading-a-shapefile |
14 | | * https://github.com/dwins/gsconfig.py |
| 8 | * Workflow Options |
| 9 | * Import just to display as an overlay |
| 10 | * Import into Native Tables via an XSL Transform |
| 11 | * Technology Options |
| 12 | * Use the Python bindings for GDAL/OGR as we do for the [wiki:UserGuidelinesGISData#GADM GADM importer] |
| 13 | * Integrate [http://ogre.adc4gis.com Ogre] - e.g. convert to GeoJSON |
| 14 | * Upload to a co-app & add a layer which accesses this via WMS/WFS (although the UI should show in the 'Shapefiles layers' section) |
| 15 | * !GeoServer |
| 16 | * http://docs.geoserver.org/2.0.0/user/extensions/rest/rest-config-examples-curl.html#uploading-a-shapefile |
| 17 | * https://github.com/dwins/gsconfig.py |
| 18 | * [http://mapserver.org MapServer] |
| 19 | * Build a .map file using [http://mapserver.org/mapscript Python MapScript] |