One can also use STAC to ingest the input data besides the output data. - helpful for using other data sources e.g. SLC / GRD data - STAC catalogue of S-1 Sigma0 input data at EODC: https://services.eodc.eu/browser/#/v1/collections/SENTINEL1_SIG0_20M - see #82 - Takes 13s to 18s to load the catalogue (`time julia -e 'using STAC; STAC.Catalog("https://stac.eodc.eu/api/v1/")["SENTINEL1_SIG0_20M"]'`)
One can also use STAC to ingest the input data besides the output data.
time julia -e 'using STAC; STAC.Catalog("https://stac.eodc.eu/api/v1/")["SENTINEL1_SIG0_20M"]')