v0.8.0
ArchGDAL v0.8.0
Closed issues:
- Provide a simple example of projecting geometries (#72)
- Test Tables for geopackage and shapefile (#141)
- Allow gdalbuildvrt for interactive Dataset (#164)
- Handle NULL values in features correctly (#177)
- Set up benchmarking in CI to catch performance regressions (#193)
- Handle non-bijective data-type conversions more robustly (#232)
- boundingbox exchanged coordinates (#253)
- Set default layer number as 0 in
AG.getlayer(::AbstractDataset, ::Integer)
(#256) - Access geometry of layer converted to dataframe (#265)
Merged pull requests:
- [Breaking] Return
missing
if the field is set but null. (#238) (@yeesian) - Handle non-bijective data-type conversions more robustly (#240) (@mathieu17g)
- allow setspatialfilter! on IGeometry as well (#242) (@visr)
- Fix of custom GDAL error handler management by deregistrating it at exit (done in
__init__()
). Plus a few modifications on GDAL utilities' tests and (#245) (@mathieu17g) - Add benchmarks to ArchGDAL CI (#248) (@mathieu17g)
- Modified benchmark.yml to benchmark last commit against master, instead of against itself as has to be done in jumpstart PR #248 (#249) (@mathieu17g)
- [bugfix] Reverse the coordinates of the boundingbox (#254) (@yeesian)
- Added a new method to
AG.getlayer
without index or name arg (#257) (@mathieu17g) - Fixes a dead link in docs/src/projections.md + an additional example on reprojecting (#260) (@mathieu17g)
- add detailed error messages to @ogrerr (#264) (@mattwigway)
- support imview for Unsigned besides UInt8 (#268) (@visr)
- update tests for GDAL 3.4 (#270) (@visr)