[gdal-dev] Gdalwarp with geolocation Array and nodata value

2019-04-21 Thread Andre Joost
Dear list, as a follow-up to https://gis.stackexchange.com/questions/319147/using-gdalwarp-for-reprojecting-netcdf-file with a sample netcdf file linked in the comments: The netcdf (really HDF5) contains lat and lon bands to reference the cells to WGS84 coordinates. Unfortunately, some rows

Re: [gdal-dev] Restoring functions removed in 2.5 beta1

2019-04-21 Thread Even Rouault
Sean, > > The Fiona and Rasterio projects won't build with the pre-release because, > for better or worse, they reference and use OSRFixup, which has been > removed. I've filed issue #1466 about this. > > Yes, we can add shims to Fiona and Rasterio so we can support versions > 2.0-2.5, but this

[gdal-dev] Restoring functions removed in 2.5 beta1

2019-04-21 Thread Sean Gillies
Even and all, The Fiona and Rasterio projects won't build with the pre-release because, for better or worse, they reference and use OSRFixup, which has been removed. I've filed issue #1466 about this. Yes, we can add shims to Fiona and Rasterio so we can support versions 2.0-2.5, but this does no

Re: [gdal-dev] ASCII Gridded XYZ and "Hectare Raster" data (STATPOP and STATENT)

2019-04-21 Thread Stefan Keller
Hi Even Thx very much! I'll try that way and will report. :Stefan Am So., 21. Apr. 2019 um 11:31 Uhr schrieb Even Rouault : > > Stefan, > > > > > The Swiss Statistical Office curates well-known datasets informally > > called "Hectare Raster" (STATPOP and STATENT) which obviously are > > ASCII Gr

Re: [gdal-dev] ASCII Gridded XYZ and "Hectare Raster" data (STATPOP and STATENT)

2019-04-21 Thread Even Rouault
Stefan, > > The Swiss Statistical Office curates well-known datasets informally > called "Hectare Raster" (STATPOP and STATENT) which obviously are > ASCII Gridded XYZ, like this: > > "RELI" "X" "Y" "C1" "C2" "C3" > 66192542 661900 254200 1 2 3 ... > 66192543 661900 254300 1 2 3 ... > 66192599 6

[gdal-dev] ASCII Gridded XYZ and "Hectare Raster" data (STATPOP and STATENT)

2019-04-21 Thread Stefan Keller
Hi, The Swiss Statistical Office curates well-known datasets informally called "Hectare Raster" (STATPOP and STATENT) which obviously are ASCII Gridded XYZ, like this: "RELI" "X" "Y" "C1" "C2" "C3" 66192542 661900 254200 1 2 3 ... 66192543 661900 254300 1 2 3 ... 66192599 661900 259900 1 2 3 ...