openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Downloading STAC files in download_files

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

For CARD4L compliance of downloaded jobs, the client needs to also store the STAC files. As far as I can see that is not the case yet.

Also, it doesnt't seem to follow sub-catalogs or item links. Not required by API 1.0 but for the ARD download (and that would be future-proof already).

Maybe we can write something universal (or use PySTAC - that will probably handle more edge cases?) so that I could also re-use them for the download implementation in #179? Something that crawls through the STAC catalog and downloads all assets including the STAC files it reads on its way.

m-mohr avatar Mar 05 '21 08:03 m-mohr