http://step.esa.int/auxdata/orbits/Sentinel-1/ discontinued?

Using Radar > Apply Orbit File in a graph, I select Sentinel Precise (Auto Download)and expect the system to download the files automatically.

I can see processor tries to download http://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/2016-11.zip but this is not found, in fact, this repo has no files since 2016-09.zip.

Now, is this repo discontinued (and the corresponding SNAP function broken)? I can see that up-to-date orbit files do exist https://qc.sentinel1.eo.esa.int/aux_resorb/?page=1 but “Auto Download” apparently looks only in the zipfile repo.

2016-10-28 16:12:09 INFO WARNING: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: C:\Users\MyUsername\.snap\auxdata\Orbits\Sentinel-1\RESORB\2016\2016-10.zip (The system cannot find the file specified)

2016-10-28 16:12:09 INFO INFO: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: http retrieving http://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/2016-11.zip

2016-10-28 16:12:09 INFO SEVERE: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: Failed to download remote file.

Can you update to the latest version of SNAP? It will download orbit files per file instead of by month and will get any missing files from the QC website automatically.

Thanks, @lveci,

but I already have SNAP version 4.0.0 and just updated all plugins.

Still:

2016-11-04 14:26:14 INFO WARNING: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\POEORB\2016\2016-10.zip (The system cannot find the file specified)

2016-11-04 14:26:14 INFO INFO: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: http retrieving http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/2016-11.zip

2016-11-04 14:26:14 INFO SEVERE: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: Failed to download remote file.

2016-11-04 14:26:14 INFO java.io.FileNotFoundException: http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/2016-11.zip

2016-11-04 14:26:15 INFO WARNING: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\POEORB\2016\2016-11.zip (The system cannot find the file specified)

2016-11-04 14:26:15 INFO WARNING: org.esa.s1tbx.sar.gpf.orbits.ApplyOrbitFileOp: No valid orbit file found for 30-OCT-2016 05:23:10.619736

2016-11-04 14:26:15 INFO Orbit files may be downloaded from https://qc.sentinel1.eo.esa.int/

2016-11-04 14:26:15 INFO and placed in C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\POEORB\2016

2016-11-04 14:26:15 INFO INFO: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: http retrieving http://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/2016-10.zip

2016-11-04 14:26:16 INFO WARNING: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\RESORB\2016\2016-10.zip (The system cannot find the file specified)

2016-11-04 14:26:16 INFO INFO: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: http retrieving http://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/2016-11.zip

2016-11-04 14:26:16 INFO SEVERE: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: Failed to download remote file.

2016-11-04 14:26:16 INFO java.io.FileNotFoundException: http://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/2016-11.zip

2016-11-04 14:26:17 INFO WARNING: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\RESORB\2016\2016-11.zip (The system cannot find the file specified)

2016-11-04 14:26:17 INFO WARNING: org.esa.s1tbx.sar.gpf.orbits.ApplyOrbitFileOp: ApplyOrbit ignoring error and continuing: org.esa.snap.core.gpf.OperatorException: No valid orbit file found for 30-OCT-2016 05:23:10.619736

2016-11-04 14:26:17 INFO Orbit files may be downloaded from https://qc.sentinel1.eo.esa.int/

2016-11-04 14:26:17 INFO and placed in C:\Users\<my_username>\.snap\auxdata\Orbits\Sentinel-1\RESORB\2016

Is this a problem with my installation? It is a clean install of SNAP v. 4.0.0 (i.e. not an update) and I am using a GPT file with this tag for Apply-Orbit-File:

  <node id="Apply-Orbit-File">
    <operator>Apply-Orbit-File</operator>
    <sources>
      <sourceProduct refid="Read"/>
    </sources>
    <parameters class="com.bc.ceres.binding.dom.XppDomElement">
      <orbitType>Sentinel Precise (Auto Download)</orbitType>
      <polyDegree>3</polyDegree>
      <continueOnFail>true</continueOnFail>
    </parameters>
  </node>

I’ve updated the monthly orbit zip files for older versions of SNAP. However, the latest version will download orbit files individually and if not found on the server will get it from the QC website.