gpkg 0.0.14
-
Added
auto_nodataargument forgpkg_write()automatic selection of a appropriate NoData value whenNoData = NULL- Default NoData values are now set using the new
gpkg_default_nodata()function whenauto_nodata = TRUEand no explicit NoData value is provided
- Default NoData values are now set using the new
-
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
destfileargument togpkg_write()and replaced withy, which now accepts geopackage or DBIConnection objects
What's Changed
- gpkg_write: deprecate
destfileand replace withyby @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
- @dependabot[bot] made their first contribution in #33
Full Changelog: 0.0.12...0.0.14