Releases: yeesian/ArchGDAL.jl
Releases · yeesian/ArchGDAL.jl
v0.9.3
v0.9.2
ArchGDAL v0.9.2
Closed issues:
- write geopackage (#263)
- Add GDT_Int64 and GDT_UInt64 data types (#298)
- Can't create geometry with non-Float64 vectors (#304)
- Clarify geometry equality (#306)
- Why does
createlinearring
create a wkbLineString (#314) - Fix method ambiguities (#321)
- Can we handle Complex{Int16} raster values? KeyError: key ArchGDAL.GDT_CInt16 not found. (#326)
Merged pull requests:
- Generalise geomtypes (#305) (@rafaqz)
- introduce a vector dataset writer (#315) (@maxfreu)
- Return extent based on dimensionality. (#319) (@evetion)
- Create CONTRIBUTING.md (#323) (@yeesian)
- Add conversion for Enum types. (#324) (@evetion)
- Add support for complex and 64bit integers (#327) (@yeesian)
- Create a new minor release (#328) (@yeesian)
- Revert "Create a new minor release" (#329) (@yeesian)
v0.9.1
v0.9.0
v0.8.5
v0.8.4
ArchGDAL v0.8.4
Closed issues:
Merged pull requests:
v0.8.3
ArchGDAL v0.8.3
Closed issues:
- Remove DiskArrays 0.2.4 compat entry from Project.toml (#277)
Merged pull requests:
v0.8.2
v0.8.1
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)