Sentinel-1 datacube using force-cube #201
-
I try to create force datacube from Sentinel-1 GRD data. I exported Sentinel-1 data from ESA SNAP in GeoTiff format and converted into Int16 with NoData value -9999 using GDAL. I used force-cube program and a predidefined datacube.prj file that was created by Sentinel-2 force level2 preprocessing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Dear @henitsl, I believe this should happen automatically. Please see the changelog in here: Can you please check whether the values in your input images correspond to the -9999 nodata value? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi both, I fixed this now in the develop branch. The previous check was only active for vector-to-cube. I also redirected error messages (incl. GDAL ERROR 1) to /dev/null, which should give a clean output when nodata-only images are encountered. @ernstste. although the previous check would have worked too, I went for your solution as it is much cleaner. Thanks. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi both,
I fixed this now in the develop branch. The previous check was only active for vector-to-cube.
It is now also implemented for raster-to-cube.
I also redirected error messages (incl. GDAL ERROR 1) to /dev/null, which should give a clean output when nodata-only images are encountered.
@ernstste. although the previous check would have worked too, I went for your solution as it is much cleaner. Thanks.
Cheers,
David