gpkg_create_empty_grid | R Documentation |
Create an empty grid table and associated entries for gpkg_spatial_ref_sys
, gpkg_2d_gridded_coverage_ancillary
, and gpkg_2d_gridded_tile_ancillary
.
gpkg_create_empty_grid(
x,
tile_matrix_set_name,
datatype = "integer",
scale = 1,
offset = 0,
precision = 1,
data_null = NULL,
grid_cell_encoding = "grid-value-is-center",
uom = NULL,
field_name = "Height",
quantity_definition = "Height",
srs_id = 4326,
contents = TRUE,
description = "",
ext = c(-180, -90, 180, 90)
)
x |
A geopackage object |
tile_matrix_set_name |
character. New table name. |
datatype |
character. Either |
scale |
numeric. Default: |
offset |
numeric. Default: |
precision |
numeric. Default: |
data_null |
numeric. Default: |
grid_cell_encoding |
character Default: |
uom |
character. Unit of measure. Default: |
field_name |
character. Default: |
quantity_definition |
character. Default: |
srs_id |
integer. Spatial Reference System ID. Must be defined in |
contents |
logical. Include entry in |
description |
character. Description for |
ext |
numeric. Length 4. Extent ( |
integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.