Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

Download full STAC catalog exposed by Jobs (node) #47

Open m-mohr opened 3 years ago

m-mohr commented 3 years ago

For some use cases it's useful to download the full STAC catalogs that has been generated by a back-end as a job result, which can include multiple levels of STAC Catalogs/Collections + Items.

This is not feasible in a browser (download limit: 1, no folder structures), but should be implemented for node environments.

As this is huge effort to implement STAC "crawling" and only applies to Node anyway, we'll likely wait until a JS STAC library is available.

m-mohr commented 3 years ago

Ideally, no own development would be required and instead we'd just use any JS tooling from STAC that arises.