Changes between Version 25 and Version 26 of BluePrint/GIS/ShapefileLayers


Ignore:
Timestamp:
05/17/13 13:35:41 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/ShapefileLayers

    v25 v26  
    66Options:
    77* Import Features
    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] 
    1520
    1621We can include [http://thematicmapping.org/downloads/world_borders.php TM_WORLD_BORDERS-0.3.zip] as a useful base/sample
     
    1823Alternative options:
    1924 * Integrate [http://featureserver.org FeatureServer]
    20  * Integrate [http://ogre.adc4gis.com Ogre] - convert to GeoJSON for easy import
    21  * Build a .map file for [http://mapserver.org MapServer] using [http://mapserver.org/mapscript Python MapScript]
     25
    2226
    2327=== Import to display as an Overlay ===