Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

Sentinel 2 single tile processing error #425

Open lledoux opened 6 years ago

lledoux commented 6 years ago

I'm sure it's just something I'm missing here, but I have tried this command twice now, with no success (running on rio, in a virtual environment):

gips_process sentinel2 -t 19TCH -d 2017-270 -p cfmask ndvi lswi satvi evi 

I keep receiving the error

(test-venv) lmelendy@rio:~$ gips_process sentinel2 -t 19TCH -d 2017-270 -p cfmask ndvi lswi satvi evi 
GIPS Data Processing (v0.9.1-dev)
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 10980, 10980
0...10...20...30...40...50...60...70...80...90...100 - done.
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 10980, 10980
0...10...20...30...40...50...60...70...80...90...100 - done.
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 10980, 10980
0...10...20...30...40...50...60...70...80...90...100 - done.
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 10980, 10980
0...10...20...30...40...50...60...70...80...90...100 - done.
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 5490, 5490
0...10...20...30...40...50...60...70...80...90...100 - done.
Warning 6: driver JP2OpenJPEG does not support open option NUM_THREADS
Input file size is 5490, 5490
0...10...20...30...40...50...60...70...80...90...100 - done.
1 files (1 links) from /data2/aod6/stage added to archive in 0:00:00.005042
runtime error
Unable to load aod values: error reading HDF4_EOS:EOS_GRID:"/data2/aod6/tiles/2017/270/MOD08_D3.A2017270.006.2017271082613.hdf":mod08:Aerosol_Optical_Depth_Land_Ocean_Mean, band 1: Access window out of range in RasterIO().  Requested
(468,46) of size 3x3 on raster of 360x180.
runtime error
Unable to read point from /data2/aod6/composites/lta.tif: error reading /data2/aod6/composites/lta.tif, band 1: Access window out of range in RasterIO().  Requested
(468,46) of size 3x3 on raster of 360x180.
Error: Could not retrieve AOD
Fatal: 3 error(s) occurred:
Unable to load aod values: error reading HDF4_EOS:EOS_GRID:"/data2/aod6/tiles/2017/270/MOD08_D3.A2017270.006.2017271082613.hdf":mod08:Aerosol_Optical_Depth_Land_Ocean_Mean, band 1: Access window out of range in RasterIO().  Requested
(468,46) of size 3x3 on raster of 360x180.
Unable to read point from /data2/aod6/composites/lta.tif: error reading /data2/aod6/composites/lta.tif, band 1: Access window out of range in RasterIO().  Requested
(468,46) of size 3x3 on raster of 360x180.
Error: Could not retrieve AOD

so no products are created for this date (2017-270). For the previous S2 date (2017-263) everything runs fine, as well as for date 2017-283.