Skip to content

Commit

Permalink
Merge #410
Browse files Browse the repository at this point in the history
410: Fix GDAL 3.7 bindings r=jdroenner a=lnicola

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
bors[bot] and lnicola authored May 31, 2023
2 parents 0ad1903 + 1eb77c8 commit 78a11cc
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 14 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Changes

## Unreleased
- Added `Dataset::close`, `Dataset::flush_cache` is now fallible

- <https://github.com/georust/gdal/pull/410>

- Added `Dataset::gcp_projection`, `Dataset::gcps`, `Dataset::set_gcps` APIs

- <https://github.com/georust/gdal/pull/404>


- Added pre-built bindings for GDAL 3.7

- <https://github.com/georust/gdal/pull/401>
- <https://github.com/georust/gdal/pull/410>

- Added `SpatialRef::to_projjson`

Expand Down
Loading

0 comments on commit 78a11cc

Please sign in to comment.