radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
266 stars 135 forks source link

Integration with third-party software #114

Open m-mohr opened 2 years ago

m-mohr commented 2 years ago

It would be nice if STAC Browser could bootstrap working with other software, e.g. by

m-mohr commented 2 years ago

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.