Skip to content

Commit 8643240

Browse files
authored
General & modular STAC catalogs + COP30 (#3)
* Created collections.py to store STAC catalog endpoints and symbology preferences * Updated stac.py accordingly with geberalized STAC search and load functions * Added support for COP30 (force multidirectional hillshade) * Custom NumPy hillshade functions to avoid gdal python API dependency * Fixed issue where changing the basemap would clear controls for raster COGs
1 parent 6fbb223 commit 8643240

File tree

5 files changed

+454
-315
lines changed

5 files changed

+454
-315
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Draw a box anywhere on Earth and explore RGB (Sentinel‑2), SAR (Sentinel‑1), and contextual layers (ESA WorldCover). PlanetQuery is a purely Python-based web map explorer that leverages open STAC catalogs and Cloud-Optimized GeoTIFFs (COGs). Support for additional STAC catalogs is in progress.
88

9+
Credit to [@scottyhq](https://github.com/scottyhq), [@gbrencher](https://github.com/gbrencher), and [@egagli](https://github.com/egagli) for inspiration and code logic.
10+
11+
Many thanks to banesullivan's [localtileserver](https://github.com/banesullivan/localtileserver) package and 'issue' replies
12+
913
## Try it in your browser (no install)
1014

1115
<a href="https://mybinder.org/v2/gh/Jack-Hayes/planetquery/main?urlpath=/voila/render/notebooks/app.ipynb" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)