| gpkg_tile_set_data_null {gpkg} | R Documentation |
Set data_null Metadata for a GeoPackage Tile Dataset
Description
Set data_null Metadata for a GeoPackage Tile Dataset
Usage
gpkg_tile_set_data_null(x, name, value, query_string = FALSE)
Arguments
x |
A geopackage object, path to a GeoPackage or an SQLiteConnection |
name |
character. Tile matrix set name(s) ( |
value |
numeric. Value to use as "NoData" ( |
query_string |
logical. Return SQLite query rather than executing it? Default: |
Value
logical. TRUE if number of data_null records updated is greater than 0.
[Package gpkg version 0.0.8 Index]