gpkg 0.0.12
-
Major cleanup and more consistent use of internal SQLiteConnection usage to ensure open connections don't get garbage collected
-
Added
gpkg_disconnect()convenience methods fortbl_SQLiteConnectionandsrc_SQLiteConnection -
Added
gpkg_connection()a user-level function for accessing or creating SQLiteConnections given ageopackageobject or a path to GeoPackage file
gpkg 0.0.11
-
Added
[and[[methods for accessing/replacing tables in ageopackageobject -
Replaced
vapourfunctionality for driver detection withgdalrasterequivalents
gpkg 0.0.10
-
Added
gpkg()alias forgeopackage() -
Added
gpkg_create_geometry_columns(),gpkg_geometry_columns()andgpkg_add_geometry_columns() -
Added
gpkg_sf()convenience method for creating an sf object from tables. Defaults to a sf tbl_df, useas_tibble=FALSEfor data.frame. -
Now using new
gpkg_create_spatial_ref_sys()function internally to ensure GeoPackages have the minimum required tables -
gpkg_collect()andgpkg_table(collect=TRUE)gain support for selecting a subset of columns of interest -
Deprecate
gpkg_create_dummy_features()function name and replace withgpkg_create_empty_features() -
Deprecate
gpkg_contents(template=)argument, provide new arguments for each data element (SRS ID and bounding box)
gpkg 0.0.9
-
Implemented GDAL driver detection for file paths via {vapour} for #15
-
Implemented functions for creating
gpkg_spatial_ref_systable and adding or removing spatial reference system records:gpkg_create_spatial_ref_sys(),gpkg_add_spatial_ref_sys()gpkg_delete_spatial_ref_sys(),gpkg_list_srs()
-
Implemented basic
gpkg_validate()routine (will be expanded)- Checks that
gpkg_contentsandgpkg_spatial_ref_sysexist - Checks that at least one tile or vector dataset (with at least 0 rows) is in the database and
gpkg_contents
- Checks that
What's Changed
- Implement GDAL driver detection via {vapour} by @brownag in #16
- gpkg v0.0.10 by @brownag in #20
- Add tools for 2D grids and extensions by @brownag in #22
- replace vapour with gdalraster by @brownag in #23
- gpkg v0.0.12: internal SQLiteConnection improvements by @brownag in #24
Full Changelog: 0.0.8...0.0.12