Description Usage Arguments Examples
Query polygon outline for LAGOS lakes
1 2 3 4 5 6 | query_lake_poly(
lagoslakeid,
gis_path = lagosusgis_path(),
crs = albers_conic(),
utm = FALSE
)
|
lagoslakeid |
numeric |
gis_path |
file.path to LAGOSUS GIS gpkg |
crs |
projection string or epsg code |
utm |
logical convert crs to utm |
1 2 3 4 | ## Not run:
res <- query_lake_poly(c(474805, 474803))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.