query_lake_poly: Query polygon outline for LAGOS lakes

Description Usage Arguments Examples

View source: R/query.R

Description

Query polygon outline for LAGOS lakes

Usage

1
2
3
4
5
6
query_lake_poly(
  lagoslakeid,
  gis_path = lagosusgis_path(),
  crs = albers_conic(),
  utm = FALSE
)

Arguments

lagoslakeid

numeric

gis_path

file.path to LAGOSUS GIS gpkg

crs

projection string or epsg code

utm

logical convert crs to utm

Examples

1
2
3
4
## Not run: 
res <- query_lake_poly(c(474805, 474803))

## End(Not run)

cont-limno/LAGOSUSgis documentation built on Aug. 4, 2021, 5:14 p.m.