Dear Sen4CAP-Team,
I’m trying to connect a Sen4CAP installation to a local data archive but face an error. The gpt commands generated by Sen4CAP refer to the product paths as follows .../Sentinel-1/SAR/SLC/year/month/day/S1ProductID.SAFE
and produce errors like this:
Error: [NodeId: ReadOp@sourceProduct] /codede/Sentinel-1/SAR/SLC/2019/09/22/dblbnd.adf (Is a directory)
When calling the same gpt command manually and adding /manifest.safe
to the paths of the S1 products, the error does not occur. However, changing the SciHubDataSource.Sentinel1.path.suffix
from .SAFE
to .SAFE/manifest.safe
in the services.properties file did not solve the problem.
Is there another way to change this product referencing behavior?
I’m using the german CODE-DE archive that must be similar to CREODIAS if I’m right. This is the path format I’ve set in the services.properties file:
SciHubDataSource.Sentinel1.enabled = true
SciHubDataSource.Sentinel1.fetch_mode = 4
SciHubDataSource.Sentinel1.scope = 3
SciHubDataSource.Sentinel1.local_archive_path = /codede/Sentinel-1/SAR/SLC
SciHubDataSource.Sentinel1.local.archive.path.format = yyyy/MM/dd
SciHubDataSource.Sentinel1.path.suffix = .SAFE/manifest.safe
SciHubDataSource.Sentinel1.product.format = folder
Best regards,
Felix