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
282 stars 140 forks source link

Leafmap integration for searching and visualizing geospatial datasets from custom STAC API #258

Closed chiarch84 closed 1 year ago

chiarch84 commented 1 year ago

I'm posting this interesting news that could give an idea for integrating this powerful open source tool into the STAC Browser.

https://www.linkedin.com/posts/qiushengwu_leafmap-geospatial-stac-activity-7023744763694567424-46OR?utm_source=share&utm_medium=member_desktop

https://leafmap.org/

m-mohr commented 1 year ago

AFAIK leafmap is a Python package and needs a server (and renders via JS), STAC Browser is pure-JavaScript on the client-side. I'm not sure how that could be combined assuming that STAC Browser is meant to not have a (non-STAC) server-side component...

PRs are welcome if you have an idea how to make that work.