View source: R/query_functions.R
ldb_find_tiles | R Documentation |
Queries the LiDAR tile metadata table ('lidar.metadata') in the database to identify tiles that intersect with the specified features.
ldb_find_tiles(db, x)
db |
A database connection. |
x |
A spatial object with supported by the |
A data frame with one row per matching LiDAR tile, and columns: 'tile_id' (unique integer identifier for the tile), 'datum' (original datum, either 'GDA94' or 'GDA2020'), 'zone' (MGA map zone, one of 54, 55 or 56), 'srid' (spatial reference identifier (EPSG code), 'filename' (source file name for the LiDAR data), 'capture_year' (4-digit year number), 'point_density' (average density across the tile expressed as points per square metre).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.