Hello @cudroiu , @lnicola and rest of the Sen4CAP team,
I have noticed a number of S1 SLC products that have been queried but not downloaded (which is due to them not being available on scihub, already opened a ticket with them).
This causes the S1 processor to constantly skip these jobs with errored out jobs in the GUI. Here’s an excerpt from the log:
Product S1A_IW_SLC__1SDV_20210519T154733_20210519T154802_037959_047AEC_CF52.SAFE (status DOWNLOADING) was chosen as intersecting product
S1B_IW_SLC__1SDV_20210525T154705_20210525T154733_027063_033BBB_EB9F.SAFE, but its path [https://scihub.copernicus.eu/dhus/odata/v1/Products(‘930cb017-e72a-4cd2-a96b-3b1d7140c6f9’)/$value] looks like it has not been downloaded. It will be skipped.
So in the meantime, I figured I would try downloading them from asf.alaska.edu and manually copying them over to the dwn_def folder and inserting them into the database.
I just wanted to verify if this workflow I made will be enough:
- Download products and transfer to relevant s1 download folder
- In the downloader_history table of psql db modify:
- full_path so it matches the location of my product in the dwn_def folder
- Set the status_id to 2 (downloaded)
- restart sen2agri-services
As there seem to be quite a few of these failed downloads with status 1, it seems quite necessary at this point to develop an alternative data ingestion flow to just using apihub. Would appreciate any tips!
EDIT:
Just checked the downloader_history database and it turns out about 10% of products for this season have failed with an error from scihub/apihub with a status reason:
Cannot download The Sentinels Scientific Data Hub Remote file length is zero!
To anyone reading this and using the system operationally this year, check the downloader table and see if the same hasn’t happened to you.
Best,
Harijs