Please don’t post in the group, post in the forum!
https://www.sarproz.com/groups/sarproz-group/forum/
import sentinel data error
Tagged: tops
- This topic has 18 replies, 6 voices, and was last updated 5 years, 10 months ago by periz.
-
AuthorPosts
-
-
May 19, 2016 at 9:51 am #1679
-
May 20, 2016 at 10:28 am #1682
Hi,
It seems to me that you’ve had your firewall on and blocked the outgoing connections to download precise orbit files from an external ftp site. Can you confirm that? If you do have a firewall on please try to close it and try again.
If it is still not working I will add a line in the code so that when returning such an error when connecting to external sites for downloading orbit file the code will then read the built-in orbit file from S1A SLC files.
Yuxiao
-
May 21, 2016 at 1:24 am #1685
-
May 21, 2016 at 11:37 pm #1693
Hi,
An updated code was submitted.
The reason you get this error is because yesterday both of the server for downloading orbit files were shut down and (not start running yet but will be). (And also because there’s a bug in the code not considering fully this situation.)
One more word about S1A orbit file: In case there’s a connection error again in the future, all the orbit files for S1A is located in ORBITS/S1A/yyyy/mm/aux_zzzzzz/ where zzzzzz is [ poeorb | resorb ]. poeorb is the precise orbit and resorb is the restituted orbit. You can manually download them from https://qc.sentinel1.eo.esa.int/ if you want and place in the corresponding folder.
yuxiao
-
-
May 21, 2016 at 1:35 am #1687
Use this patch while we wait for Yuxiao
Attachments:
You must be logged in to view attached files.-
May 23, 2016 at 7:43 am #1704
It is worked thank you !
-
-
May 21, 2016 at 11:56 pm #1694
As of now I again started using older version, please notify when code will be updated for dual option. download automatically or if download fail then use the older orbit info.
-
May 22, 2016 at 3:32 am #1695
the new version is online (pcodes and compiled for win)
however, I believe that what Yuxiao is saying is always valid (not a new option): if the automatic download fails, download the files manually… -
May 22, 2016 at 10:18 pm #1696
For processing of S1A in sarproz, do the SLC images have to be in the same orbit track over the area of interest?
-
May 22, 2016 at 10:22 pm #1699
Yes. SLC images need to have the same relative orbit track number.
absolute orbit number can be read from the file name of your downloaded S1A, and
relative_orbit = mod (absolute_orbit – 73, 175) + 1;
yuxiao
-
-
May 22, 2016 at 10:22 pm #1697
by the way, i still face problems downloading of orbits in 22 May 2016 version.
Attachments:
You must be logged in to view attached files.-
May 22, 2016 at 10:24 pm #1700
-
May 22, 2016 at 10:28 pm #1702
Sorry, it seems to me that you’re using the compiled version.
I’ve updated the code and we will update the compile version soon. Meanwhile (if you can) please switch back to the previous version (that should not have this error).
Sorry for the inconvenience..
Yuxiao
-
-
May 22, 2016 at 10:33 pm #1703
In the previous version (i believe is 17 May), I am facing the coregistration problems (another user reported it as well). I will wait till your new compiled version comes out. thanks Yuxiao
-
June 24, 2016 at 6:22 am #1765
-
June 24, 2016 at 6:23 am #1767
I used latest version, 15th June.
-
June 24, 2016 at 2:35 pm #1768
Hi Kapil,
I’m going to take a look at the error and update the fix asap. I will let you know,
yuxiao
-
-
February 25, 2019 at 6:28 am #3848
Hello,
I am a new Sarproz user and I am currently processing 7 Sentinel-1 images. When I press “Set orbits” in the “SLC Data processing” panel, I am not able to download Sentinel orbits since Friday (the days before the download was ok) and I get the following warning for all the images:Reading External Orbits
Cannot PING through FTP site for S1 External Orbits.
Is your ftp protocol blocked?WARNING: Failed to download external S1 orbit. Built-in Orbit is used for date 2018/07/21.
No external orbit available for image 20180721
I have also checked my firewall and it is off, any ideas about the reason of the problem?
The log file is attached.
Many thanks in advance. -
February 25, 2019 at 11:11 am #3853
you need to update the software
-
-
AuthorPosts
- You must be logged in to reply to this topic.