Metadata-Version: 1.0
Name: geonode-extract
Version: 0.1.6
Summary: Extract data from a geonode and put it in a folder
Home-page: http://github.com/GFDRR/geonode-extract
Author: Jude Mwenda
Author-email: judemwenda@gmail.com
License: BSD
Description: Extract data from a GeoNode and dump it in a folder
        
        Features
        ========
        
         * Downloads data inshapefile format
         * Downloads metadata in xml format
         * Downloads styles in sld format (not yet implemented)
        
        Installation
        ============
        
        Get the latest release using ``pip`` or ``easy_install``::
        
            pip install geonode-extract
        
        Usage
        =====
        
        geonode-extract http://example.geonode.com -d <dest_dir>
        
        Known issues
        ============
        
         * Does not download styles
         * Does not unzip the shapefiles
         * Does not work for rasters
         * Does not respect pagination, only downloads the first batch of results
         * The xml includes the CSW transaction used to obtain it
         * Does not work with layers with permissions enabled
        
        Thanks
        ======
        
        This package exists thanks to GFDRR and the World Bank's OpenDRI initiative.
        
Keywords: gis vector feature raster data
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
