stac-browser icon indicating copy to clipboard operation
stac-browser copied to clipboard

Integration with third-party software

Open m-mohr opened this issue 3 years ago • 1 comments

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)
  • ...?

m-mohr avatar Jan 10 '22 17:01 m-mohr

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.

m-mohr avatar Apr 19 '22 19:04 m-mohr