stac-browser
stac-browser copied to clipboard
Integration with third-party software
It would be nice if STAC Browser could bootstrap working with other software, e.g. by
- provide PySTAC (client), DotNetStac, rstac, stac4s, GDQL code snippets for loading an item or collection
- opening assets or items directly though QGIS (if installed)
- ...?
Another idea from @davidraleigh
Yeah, I don't know if stac-browser is the right place for it, but I think being able to see a variety of cql queries might be nice. But I can't imagine how that would be expressed in the UI
Sounds like a good idea. Is a bit more complex than simply loading STAC JSON, but if you construct a search query in the UI, we could indeed try to convert that into code, too. Or at least let users export the CQL as text or json.