Hello everyone, went through the whole topic feed and understood that this issue is fixed in 8.0.4.
Well, to be sure I reinstalled SNAP with all the latest updates (on Windows 10 WKS).
Unfurtunately I still get the same error: can’t find orbit files in the https://scihub.copernicus.eu/gnss
Can anyone please explain what is the problem with the snappy and POD Hub?@lveci
def apply_orbit(source):
parameters = HashMap()
parameters.put('orbitType', 'Sentinel Precise (Auto Download)')
parameters.put('polyDegree', 3)
output = GPF.createProduct('Apply-Orbit-File', parameters, source)
return output
