Skip to content

Conversation

@jerryfaust
Copy link
Owner

Hope to confirm local updates exist in GDAL.

eliask and others added 30 commits March 15, 2019 12:29
Previously the pgdump driver emitted invalid SQL with UNLOGGED=ON.
…ixes #1370)

sqlite3_busy_timeout is called on gpkg open with a default timeout of 5000 milliseconds.
SQLITE_BUSY_TIMEOUT config option can be used to override the timeout value at runtime.

If sqlite returns SQLITE_BUSY(5) when decoding a tile, then emit a CPLError with all available information, clean up, and return an empty tile.
In all versions of Elasticsearch <7, the PUT  _mapping URL should be
constructed as `/{index_name}/_mapping/{mapping_type}`. See
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/indices-put-mapping.html
…ion in snprintf(), or strncpy(dst,src,strlen(src))
Fixes rasterio/rasterio#1663

For SCHAR and UCHAR, they were up to now considered as strings, which is
wrong according to https://support.hdfgroup.org/HDF5/doc/H5.user/Datatypes.html
"""3.6. Character and String Datatype Issues
The H5T_NATIVE_CHAR and H5T_NATIVE_UCHAR datatypes are actually numeric data
(1-byte integers). If the application wishes to store character data, then
an HDF5 string datatype should be derived from H5T_C_S1 instead."
So do consider them as integers, and add a GDAL_HDF5_CHAR_AS_STRING config
option that defaults to NO to get previous behaviour in case this would really
be needed.

For USHORT and UINT, use correct '%u' formatting instead of '%ud' that
added an extraneous 'd' character after the number.
rasterize: fix crash when working buffer is larger than 2GB (fix for gvBurnPoint) (fixes  #1338)
rouault and others added 30 commits February 11, 2020 22:23
… also set SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER)
…location failure, depending on GDAL_CACHEMAX and raster dimensions (fixes #2261)
…:EPSG::4326, and compound curves made of a sequence of straight lines and ArcByCenterPoint in a <segments> (refs #2356)
… ArcByCenterPoint, and handles [nmi_i] unit for radius (refs #2386)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.