Metadata-Version: 1.1
Name: sequentialGeojson
Version: 0.2
Summary: A python generator object that provides sequential access to features inside a FeatureCollection of a GeoJson file.
Home-page: https://github.com/scubbx/sequential-geojson
Author: Markus Mayr
Author-email: markusmayr@gmx.net
License: MIT
Description: Sequential GeoJson
        ##################
        
        Status
        ======
        
        This module currentrly only works on GeoJson files that contain one single FeatureCollection. It returns features as a string.
        
        Usage
        =====
        
        Create a new reader object
        
        `reader = sequentialGeojson.reader( myPythonFileObject )`
        
        Then use this reader as you would use any generator. With each step it returns one single feature as a string.
        
        
Keywords: json sequential generator geojson
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.2
