Even Rouault
Even Rouault
> So, my guess is the issue is with _Rast_get_vrt_row()_ > > [](https://github.com/OSGeo/grass/blob/2356520814d2ab272c308af9e89c3af466c13a13/lib/raster/vrt.c#L171) Oooooh I now read in https://grass.osgeo.org/grass84/manuals/r.buildvrt.html that a "A GRASS virtual raster can be regarded as a...
The same issue has just been reported to PROJ at https://github.com/OSGeo/PROJ/issues/4170 regarding EPSG:31370 "Belgian lambert 72". It would be nice to have this corrected, as exporting wrong transformation parameters is...
@shmueldarchi inverting the sign of the 4th, 5th and 6th parameters of towgs84 also do it: > +proj=tmerc +lat_0=31.7343936111111 +lon_0=35.2045169444444 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 **+towgs84=23.772,17.49,17.859,-0.3132,-1.85274,1.67299,-5.4262** +units=m +no_defs +type=crs
Cf https://github.com/OSGeo/PROJ/issues/4170#issuecomment-2168492328 for the analysis of the root cause: the parameters of Helmert transformation using the Coordinate Frame rotation convention are used unmodified in a TOWGS84 clause. But a TOWGS84...
This issue (and #190 as well) seems to have been fixed, but looking at https://github.com/maptiler/epsg.io/commits/master/ , I don't see any relevant commit but a README update (does https://github.com/maptiler/epsg.io reflect what...
> Can we assume at least C99 for libgeotiff? yes, pretty reasonable. If you want to tackle that, you're welcome
Definitely a GDAL upstream bug. Will be fixed per https://github.com/OSGeo/gdal/pull/10249 . Probably for GDAL 3.9.2 , unless we do a RC2 for GDAL 3.9.1
> unless we do a RC2 for GDAL 3.9.1 we'll actually do a RC2, so will be in 3.9.1 final
The OGR CSV driver has a AUTODETECT_TYPE=YES open option ``` $ printf "id,float_val,my_str\n1,2.5,foo\n" > test.csv $ ogrinfo test.csv -oo AUTODETECT_TYPE=YES -al -q Layer name: test OGRFeature(test):1 id (Integer) = 1...
> To test, is this something that can be entered in the ogr_doo argument? don't know the GRASS side of things, but from https://grass.osgeo.org/grass84/manuals/v.in.ogr.html, I assume this should be ``gdal_doo=AUTODETECT_TYPE=YES``