Dear EDC support,
I would like to use the CLI version of the python library xcube to generate a datacube based on Sentinel-3 OLCI data locally stored, exploiting the command xcube gen. I tried running some tests following the written documentation and examples found, however, I wasn’t able to create the cube.
I also tried installing the plugin xcube-gen-bc and setting the INPUT-PROCESSOR accordingly without success.
The settings used for the first test are:
-
3 Sentinel-3 OLCI Level 2 products
S3A_OL_2_LFR____20201128T100150_20201128T100450_20201129T150904_0179_065_293_2160_LN1_O_NT_002.SEN3
S3A_OL_2_LFR____20201129T093538_20201129T093838_20201130T142453_0179_065_307_2160_LN1_O_NT_002.SEN3
S3A_OL_2_LFR____20201130T090927_20201130T091227_20201201T134452_0180_065_321_2160_LN1_O_NT_002.SEN3 -
output_size: [500, 500]
-
output_region: [9.4603, 45.05, 11.00, 46.00]
-
desired output in NetCDF format
I also attach the command tried
xcube gen -P snap-olci-highroc-l2 -S 500,500 -R 9.4603, 45.05, 11.00, 46.00 --format netcdf4 -o '/application/pi/s3_datacube.nc' /data/pilot_s3/xcube_S3/s3_data/L2/**/*.nc
and the error obtained
Internal error: illegal L2 input: missing start/stop time
I’ve got the same result passing the parameters inside a .yml configuration file:
xcube gen -c /data/pilot_query_s3/config_file_s3_test.yml /data/pilot_s3/xcube_S3/s3_data/L2/**/*.nc
What I would like to know is:
- Am I doing something wrong?
- Is there a way to use xcube gen together with the OLCI dataset?
- If there is a solution, does the solution support also OLCI Level 1 datasets?
Thank you in advance,
Pietro