import_bhs_ons | R Documentation |
Import shape file with watersheds polygons from ONS Hydro Power plants
import_bhs_ons(quiet = FALSE)
quiet |
Logical. Hide printed output data structure or display them as they occur? Default FALSE. |
This function look at the extdata folder of HEgis to extract the
file BaciasHidrograficasONS_JUNTOS.rar
and import the shapefile of same
name in it.
object of class sf
when a layer was successfully
read; in case argument layer is missing and data source name (dsn
) does not
contain a single layer, an object of class sf_layers is returned with the
layer names, each with their geometry type(s). Note that the number of
layers may also be zero.
Jônatan Tatsch
The data were kindly provided by Saulo Aires (Water Resources Specialist from ANA) through Prof. Carlos Lima (UnB, e-mail in 2020-03-17).
if (FALSE) { bhs_pols <- import_bhs_ons() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.