Skip to content

Commit

Permalink
release v. 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoney committed Jun 13, 2024
1 parent 176fe6d commit f00eb1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gdalraster
Title: Bindings to the 'Geospatial Data Abstraction Library' Raster API
Version: 1.11.0.9040
Version: 1.11.1
Authors@R: c(
person("Chris", "Toney", email = "chris.toney@usda.gov",
role = c("aut", "cre"), comment = "R interface/additional functionality"),
Expand Down
16 changes: 7 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# gdalraster 1.11.0.9040 (dev)
# gdalraster 1.11.1

* add `apply_geotransform()`: convert raster column/row to geospatial x/y coordinates, wrapper of `GDALApplyGeoTransform()` in the GDAL API, operating on matrix input (the internal wrapper `.apply_geotransform()` is unchanged) (2024-06-11)
* fix test in test-ogr_manage.R: the test for GeoJSON layer did not need to check existence using `with_update = TRUE` on a file in extdata (#410)

* add `GDALRaster$apply_geotransform()`: class method alternative to calling the stand-alone function `apply_geotransform()` on an object of class `GDALRaster` (2024-06-11)
* add `apply_geotransform()`: convert raster column/row to geospatial x/y coordinates, wrapper of `GDALApplyGeoTransform()` in the GDAL API, operating on a matrix of input col/row coordinates (the internal wrapper `.apply_geotransform()` is unchanged)

* Doc: replace `paste0()` with `file.path()` in the examples (2024-06-10)
* add `GDALRaster$apply_geotransform()`: class method alternative to calling the stand-alone function `apply_geotransform()` on an object of class `GDALRaster`

* code linting (2024-06-08)
* `vsi_curl_clear_cache()`: add parameter `quiet` to wrap the API call in a quiet error handler, `TRUE` by default

* `vsi_curl_clear_cache()`: add parameter `quiet` to wrap the API call in a quiet error handler, `TRUE` by default (2024-06-06)
* Documentation: document the `w+` access flag for class `VSIFile`; add `CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE` configuration option in vignette [GDAL Config Quick Reference](https://usdaforestservice.github.io/gdalraster/articles/gdal-config-quick-ref.html); replace `paste0()` with `file.path()` in the examples throughout

* document the `w+` access flag for class `VSIFile` and add `CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE` configuration option in vignette [GDAL Config Quick Reference](https://usdaforestservice.github.io/gdalraster/articles/gdal-config-quick-ref.html) (2024-06-06)

* fix test in test-ogr_manage.R: the test for GeoJSON layer did not need to check existence using `with_update = TRUE` on a file in extdata (#410) (2024-06-06)
* code linting

# gdalraster 1.11.0

Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for gdalraster 1.11.0.9000.
# Generated by GNU Autoconf 2.71 for gdalraster 1.11.1.
#
# Report bugs to <chris.toney@usda.gov>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gdalraster'
PACKAGE_TARNAME='gdalraster'
PACKAGE_VERSION='1.11.0.9000'
PACKAGE_STRING='gdalraster 1.11.0.9000'
PACKAGE_VERSION='1.11.1'
PACKAGE_STRING='gdalraster 1.11.1'
PACKAGE_BUGREPORT='chris.toney@usda.gov'
PACKAGE_URL=''

Expand Down Expand Up @@ -1267,7 +1267,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gdalraster 1.11.0.9000 to adapt to many kinds of systems.
\`configure' configures gdalraster 1.11.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1329,7 +1329,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gdalraster 1.11.0.9000:";;
short | recursive ) echo "Configuration of gdalraster 1.11.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1421,7 +1421,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gdalraster configure 1.11.0.9000
gdalraster configure 1.11.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1620,7 +1620,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gdalraster $as_me 1.11.0.9000, which was
It was created by gdalraster $as_me 1.11.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3940,7 +3940,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gdalraster $as_me 1.11.0.9000, which was
This file was extended by gdalraster $as_me 1.11.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3995,7 +3995,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
gdalraster config.status 1.11.0.9000
gdalraster config.status 1.11.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 2024-03-12: restore proj_include_path and proj_lib_path
# 2024-03-17: rework GEOS test, include <ogr_api.h> in initial gdal_test.cpp

AC_INIT([gdalraster],[1.11.0.9000],[chris.toney@usda.gov])
AC_INIT([gdalraster],[1.11.1],[chris.toney@usda.gov])
AC_LANG(C++)

# find R home and set CC/CFLAGS
Expand Down

0 comments on commit f00eb1b

Please sign in to comment.