Skip to content

gpkg 0.0.14

Latest

Choose a tag to compare

@brownag brownag released this 03 Apr 14:40
· 1 commit to main since this release
a3c317a

gpkg 0.0.14

  • Added auto_nodata argument for gpkg_write() automatic selection of a appropriate NoData value when NoData = NULL

    • Default NoData values are now set using the new gpkg_default_nodata() function when auto_nodata = TRUE and no explicit NoData value is provided
  • Added gpkg_default_nodata() to return appropriate default NoData values for supported raster datatypes, following GDAL and terra conventions. This function is documented and exported for user access

gpkg 0.0.13

  • Deprecated destfile argument to gpkg_write() and replaced with y, which now accepts geopackage or DBIConnection objects

What's Changed

  • gpkg_write: deprecate destfile and replace with y by @brownag in #27
  • gpkg_write: raster NoData by @brownag in #29
  • ci: add dependabot by @brownag in #31
  • build(deps): bump actions/checkout from 2 to 6 by @dependabot[bot] in #33
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.7.6 by @dependabot[bot] in #34
  • ci: allow some tests to be loud by @brownag in #35
  • docs: gpkg_write clarify append vs. overwrite by @brownag in #36
  • fix: gpkg_write table_name and gpkg_update_table SQL update by @brownag in #37
  • feat: gpkg_add_contents detect extent by @brownag in #38
  • ci: inspect terra lib versions in workflows by @brownag in #39
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 by @dependabot[bot] in #40

New Contributors

Full Changelog: 0.0.12...0.0.14