db_summary: Summarize number of LAS tiles by map name

Description Usage Arguments Value

View source: R/db_functions.R

Description

Gets a summary of the number of LAS tiles stored in the database by map zone (schema), map name and year.

Usage

1
db_summary(dbsettings, with.purpose = c("general", "postfire", "all"))

Arguments

dbsettings

A named list of database connection settings returned by db_connect_postgis or db_create_postgis.

with.purpose

Defines the subset of data to summarize according to image purpose. One of 'general' (default) for general purpose imagery; 'postfire' for specially flown, post-fire imagery; or 'all' for all imagery. May be abbreviated.

Value

A data frame giving, for each combination of map zone (schema), map name and year, the number of LAS tiles imported.


mbedward/CERMBlidarpostgis documentation built on Nov. 14, 2021, 7:15 p.m.