not well-formed (invalid token) error in SentinelWrapper.py #503
fdelgadodelapuente
started this conversation in
General
Replies: 1 comment
-
problem solved. It was corrupted orbit files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear ISCE developers,
I'm using the TOPS stack processor and I get the following error when unpacking some SLCs
[fdelgado@prs stackproc_201410_202205_coregistration]$ SentinelWrapper.py -c /home/fdelgado/insarproc/cordon_caulle/dsc/stackproc_201410_202205_coregistration/configs/config_slave_20211016
Completed Parsing the Configuration file
Functions to be executed:
['Function-1']
Running: Sentinel1_TOPS
['--dirname', '/home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip /home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.zip', '--swaths', '2', '--orbitdir', '/home/fdelgado/isce/esa/s1orb', '--outdir', '/home/fdelgado/insarproc/cordon_caulle/dsc/stackproc_201410_202205_coregistration/slaves/20211016', '--auxdir', '/home/fdelgado/isce/esa/s1orb', '--bbox', '-40.83 -39.26 -72.59 -71.6', '--pol', 'vv']
This is the Open Source version of ISCE.
Some of the workflows depend on a separate licensed package.
To obtain the licensed package, please make a request for ISCE
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
Alternatively, if you are a member, or can become a member of WinSAR
you may be able to obtain access to a version of the licensed sofware at
https://winsar.unavco.org/software/isce
Input XML files: ['/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/annotation/s1b-iw2-slc-vv-20211016t095739-20211016t095807-029159-037ae2-005.xml', '/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.zip/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.SAFE/annotation/s1b-iw2-slc-vv-20211016t095714-20211016t095739-029159-037ae2-005.xml']
Input TIFF files: ['/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/measurement/s1b-iw2-slc-vv-20211016t095739-20211016t095807-029159-037ae2-005.tiff', '/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.zip/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.SAFE/measurement/s1b-iw2-slc-vv-20211016t095714-20211016t095739-029159-037ae2-005.tiff']
Manifest files: ['/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/manifest.safe', '/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.zip/S1B_IW_SLC__1SDV_20211016T095714_20211016T095741_029159_037AE2_CE3D.SAFE/manifest.safe']
Input XML files: ['/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/annotation/s1b-iw2-slc-vv-20211016t095739-20211016t095807-029159-037ae2-005.xml']
Input TIFF files: ['/vsizip//home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/measurement/s1b-iw2-slc-vv-20211016t095739-20211016t095807-029159-037ae2-005.tiff']
MANS: /home/fdelgado/cordon_caulle/s1_dsc/slcs/S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.zip S1B_IW_SLC__1SDV_20211016T095739_20211016T095807_029159_037AE2_8A28.SAFE/manifest.safe
Setting IPF version to : 003.31
not well-formed (invalid token): line 19, column 48
[fdelgado@prs stackproc_201410_202205_coregistration]$
Apparently it is something related to a text formatting issue, but I can't find out how to solve it. The error only shows up with certain SLCs only.
Francisco
Beta Was this translation helpful? Give feedback.
All reactions