terranodo/gis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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