openeo-python-client
openeo-python-client copied to clipboard
Downloading STAC files in download_files
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.