Hi,
I am struggling with an issue with the NetCDF file with dealing with data from
ESA Copernicus, Proba-V 1KM Level 3.
If I read the data using the HDF5 driver I lose the georeferenced but the
values seems to more aceturate, since the pixels values over the ocean are
supposed t be flagged as
I found the error. It was my token key in gdal.SetConfigOption().
GDAL Multidimensional support is quite amazing and works well with AWS Lambda &
HDF5 data on S3!
I can't wait to see HDF4 multidimensional support.
Thank you, GDAL development team for the new driver!
On Tue, Jul 30, 2019 at 12
Hi, Even!
1-D dataset handling in the new HDF5 multi-dimension code is fantastic!
I could convert 1-d swath into GeoTIFF using the new Python HDF5
multidimensional API.
Please see python code at the bottom of email.
However, I can't run it as an AWS lambda function.
The below is the e