You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to report an issue I have been facing trying to create an ARD GeoTiff output from a Sentinel-1 scene.
My objective is to create a GeoTiff output of the ARD CEOS standard hopping to index and ingest it in an Open Data Cube implementation, the problem is that it seems that GDAL is doing something wrong and popping me an error. I would really appreciate if someone would be my lifesaver and help me to solve this problem, which I’m not completely sure if it’s related to my GDAL installation or some other problem. I have been able to create BEAM-DIMAP (.bim) output of the ARG CEOS standard without problem, and even RGB with the just mentioned files.
Terminal error output.
Wed 27/04/22 [10:32:26 AM]: INFO [grd_to_ard.py:57] Processing acquisition from 20180630 over track 114.
INFO (10:32:26): Processing acquisition from 20180630 over track 114.
Executing processing graph
....10%....20%....30%....40%....50%....60%....70%....80%....90% done.
Executing operator...
20%....30%....40%....50%....60%....70%....80%....90%.... done.
Writing...
.13%..24%....34%.....44%....54%....64%....74%....84%....94%.. done.
Executing processing graph
....10%....20%....30%....40%....50%....60%....70%....80%....90% done.
Executing operator...
20%....30%....40%....50%....60%....70%....80%....90%.... done.
Writing...
.13%..24%....34%....44%....54%....64%....74%....84%....94%.. done.
Executing operator...
20%....30%....40%....50%....60%....70%....80%....90%.... done.
Writing...
.13%..24%....34%....44%....54%....64%....74%....84%....94%... done.
Traceback (most recent call last):
File "Path/ost_prueba_02/ost_Sentinel1Scene_test.py", line 170, in
scene_s1.create_ard(
File "Path/anaconda3/envs/venv_ost/lib/python3.8/site-packages/ost/s1/s1scene.py", line 858, in create_ard
filelist, out_bs, out_ls, error = grd_to_ard(
File "Path/anaconda3/envs/venv_ost/lib/python3.8/site-packages/ost/s1/grd_to_ard.py", line 408, in grd_to_ard
h.move_dimap(geocoded, out_final, ard["to_tif"])
File "Path/anaconda3/envs/venv_ost/lib/python3.8/site-packages/ost/helpers/helpers.py", line 105, in move_dimap
gdal.Warp(outfile_prefix.with_suffix(".tif"), infile_prefix.with_suffix(".dim"))
File "Path/anaconda3/envs/venv_ost/lib/python3.8/site-packages/osgeo/gdal.py", line 709, in Warp
return wrapper_GDALWarpDestDS(destNameOrDestDS, srcDSTab, opts, callback, callback_data)
File "Path/anaconda3/envs/venv_ost/lib/python3.8/site-packages/osgeo/gdal.py", line 4703, in wrapper_GDALWarpDestDS
return _gdal.wrapper_GDALWarpDestDS(*args)
TypeError: in method 'wrapper_GDALWarpDestDS', argument 1 of type 'GDALDatasetShadow *'
I'll check if we can move to rasterio for this and make it work again. gdal is a headache, and so is snap...bringing both together as in this case is just double trouble. I'll keep you updated.
BV
Thanks a lot for your answer, as always, I really appreciate all your help. I really do understand the big headache this is, I’ll patiently wait for your updates, my biggest cheers to you.
Hello dear everyone,
I would like to report an issue I have been facing trying to create an ARD GeoTiff output from a Sentinel-1 scene.
My objective is to create a GeoTiff output of the ARD CEOS standard hopping to index and ingest it in an Open Data Cube implementation, the problem is that it seems that GDAL is doing something wrong and popping me an error. I would really appreciate if someone would be my lifesaver and help me to solve this problem, which I’m not completely sure if it’s related to my GDAL installation or some other problem. I have been able to create BEAM-DIMAP (.bim) output of the ARG CEOS standard without problem, and even RGB with the just mentioned files.
Terminal error output.
Configuration (processing.json):
Virtual environment libraries list (Anaconda, python 3.8):
I apologize for the huge text; I hope it will be of help in identifying what the problem is.
Thanks a lot for all your help, I really appreciate it.
Alexis A.
The text was updated successfully, but these errors were encountered: