-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 920 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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