Metadata-Version: 1.1
Name: gis
Version: 0.2.1
Summary: async + http2 + postgis + openapi + geo+json-seq
Home-page: http://github.com/terranodo/gis
Author: Ariel Nunez
Author-email: ingenieroariel@gmail.com
License: MIT
Description: Opinionated Python + Postgis GIS.
        
        EXPERIMENT ONLY *NOT* FOR PRODUCTION
        
        Usage:
        
        pip install gis
        python -m gis index -file=myvector.geojson
        python -m gis index -file=myraster.tif
        python -m gis run 
        
        Features:
        
        - [ ] OpenAPI 3.0 compliant
        - [ ] Provides access to features
        - [ ] Provides access to layers (collection of features)
        - [ ] Provides access to datasets (collection of layers)
        - [ ] Provides access to maps (collection of datasets)
        - [ ] Supports access to cloud optimized geotiffs
        
        
        /dataset/<id>
        /map/<id>
        /api
        /<layer_name>/<id>
        /precipitation/ <- stac catlog of folders
        /precipitation/<folder>/LC08_20171112_120012/ <- stac item for this dataset with overviews, etc and links to the actual geotiff.
        /precipitation/<folder>/LC08_20171112_120012/ <- stac item for this dataset with overviews, etc and links to the actual geotiff.
        /precipitation/<folder>/LC08_20171112_120012/1.tif <- cloud optimized geotiff
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
