Skip to content

gpkg 0.0.8

Latest
Compare
Choose a tag to compare
@brownag brownag released this 20 Feb 02:32
· 15 commits to main since this release

gpkg 0.0.8

Enhancements

  • Added gpkg_create_spatial_view() for creating spatial views, which are dynamic layers accessible as if they were typical static geometry layers (for #6).

Bug Fixes

  • gpkg_write() now properly writing attributes from a data.frame source (which is not nested in a list) when table_name argument is

  • gpkg_tables() better handling for terra::vect() failures with non-spatial table function fallback.

    • Found a regression in {terra} behavior that was reported and fixed, so the likelihood of error in the future is lower.
  • gpkg_write() now can handle SpatVectorProxy input by querying it. Note this will not work for data that will not fit in memory. May try to implement an ogr2ogr-like interface for this in the future (#15).

What's Changed

Full Changelog: 0.0.7...0.0.8