johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
494 stars 110 forks source link

Problem with orbit files #285

Closed 1milenac closed 8 months ago

1milenac commented 9 months ago

[S1A_IW_GRDH_1SDV_20220201T163644_20220201T163709_041722_04F6E6_61EB.SAFE_tmp1.xml] failed with return code 1`

johntruckenbrodt commented 8 months ago

Thanks @1milenac for reporting the bug. A fix is on the way.

1milenac commented 8 months ago

H @johntruckenbrodt ! i am sorry I need to reopen. Because apparently running geocode on the s1 images 2024 returns now an error: requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://step.esa.int/auxdata/orbits/Sentinel-1/RESORB/S1A/2024/01/. How this can be fixed? geocode( infile=str(self.input_image), outdir=str(self.output_vh_image), spacing=10, refarea=["sigma0"], demName="SRTM 3Sec", polarizations="VH", scaling="linear", speckleFilter="Lee Sigma", demResamplingMethod="BILINEAR_INTERPOLATION", imgResamplingMethod="BILINEAR_INTERPOLATION", nodataValueAtSea=True, allow_RES_OSV=True, removeS1ThermalNoise=False, removeS1BorderNoise=False, terrainFlattening=False, s1_osv_url_option=1 )

This is example zip scene: S1A_IW_GRDH_1SDV_20240103T164343_20240103T164408_051945_0646C5_4294.SAFE.zip

johntruckenbrodt commented 8 months ago

Hi @1milenac the fix has not been released in a new version yet. I will do that tomorrow. Sorry for the delay.

1milenac commented 7 months ago

Thank you!

johntruckenbrodt commented 7 months ago

The new version 0.24.0 is out now. Thanks for discovering this bug.