Even Rouault
Even Rouault
> Therefore, long GeoPackage identifier values **exceeding 128 characters** I would even lower that to 63 characters, which is the limit of PostgreSQL (cf https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS), a widely used database...
+1 to recommend/mandate 2000 columns max for interoperability (at least while this remains the default of SQLite3)
> It would be great to get ahead of these bugs somehow IMHO, it would rather be more for rasterio to have a job pulling GDAL master (isn't there one...
> For readability or porting, 'it would be nice' if they could be the same. Coming with more consistent option name, and not necessarily sticking to old practices, was a...
> Is the argument that using WKB in parquet will make it so readers are easier to write, and that it can use `bbox` in a more 'native' way for...
> I think it might be possible to get a WKB reader into parquet-cpp that generates the bounding box statistics on write https://github.com/OSGeo/gdal/blob/12dab86ca2d8b1a65c4c085e137c62294682ac1d/ogr/ogr_wkb.cpp#L590 could serve as a starting point as...
> Or, alternatively have `proj_download_file` update the cache for a the downloaded grid? oh yes proj_download_file should definitely invalidate lookupedFiles. Please file a OSGeo/PROJ issue about that
> These parameters are still not documented in https://gdal.org/en/latest/doxygen/structGDALWarpOptions.html they are documented now, since I don't anticipate a better alternative for any foreseeable future
Proposed RFC in https://github.com/OSGeo/gdal/pull/10913