Hi list,
While looking into https://github.com/OSGeo/gdal/issues/2894 , I hit a
bit of confusion about the expected encoding of OGR dataset layer
names.
I've been looking over the related RFCS:
- https://gdal.org/development/rfc/rfc5_unicode.html
- https://gdal.org/development/rfc/rfc23_ogr_unico
Hello,
I'm having trouble parsing some GML via Python/ogr and would like some
advice.
The GML has as the top level a FeatureCollection which has 3
featureMembers. However, each of those featureMembers contains a
FeatureCollection within it containing any number of featureMembers.
While pa
Hi, when I use gdal_translate to convert a raster file (e.g., either GTiff
or VRT) into netCDF format, it always loses some important metadata items
such as scale_factor, add_offset and etc. What am I doing it wrong? Can
anyone help me to solve this problem?
Here I'm using an example NetCDF file f
Tom,
> I'm trying to remap a layer from a NETCDF file (Cloud top height) from its
> native geostationary projection to a simple lat-lon projection, using gdal
> through python. I was successful so far, until the data format was changed
> from "Byte" to "short". Now the gdal.open command combined w
Hello,
I'm trying to remap a layer from a NETCDF file (Cloud top height) from its
native geostationary projection to a simple lat-lon projection, using gdal
through python. I was successful so far, until the data format was changed from
"Byte" to "short". Now the gdal.open command combined with