Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 7, 2025
1 parent f92a064 commit 338fdc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# version 1.0-20

* `st_buffer()` for geodetic coordinates allows `max_dist` and `min_level`
to be specified by feature; #2488 and /~https://github.com/r-spatial/s2/pull/264

* `distinct.sf()` allows for comparing exact equality of geometries when `exact = TRUE`; #2484

* `st_minimum_bounding_circle()` returns geometries representing the smallest circle that contains the input; #2473
Expand Down
4 changes: 2 additions & 2 deletions inst/docker/gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ RUN cd proj* \
# && cd -

# GDAL:
ENV GDAL_VERSION 3.10.0
ENV GDAL_VERSION_NAME 3.10.0
ENV GDAL_VERSION 3.10.1
ENV GDAL_VERSION_NAME 3.10.1rc1
#https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.gz
#https://download.osgeo.org/gdal/3.10.0/gdal-3.10.0beta1.tar.gz

Expand Down

0 comments on commit 338fdc3

Please sign in to comment.