getDEM | R Documentation |
getDEM
get Australian 9s DEM.
getDEM(
workingFolder = getwd(),
urlDEM = getURLs()$DEM,
DEMfilename = "dem-9s.asc",
keepFiles = F
)
workingFolder |
is the file path (as string) in which to download the zip file. The default is |
urlDEM |
URL to the folder containing the Geoscience Australia 9s DEM.
The default is taken from |
DEMfilename |
is the file name for the DEM (as string). The default is |
keepFiles |
is a logical scalar to keep the downloaded zip file and extracted DEM ASCII file. The default is |
getDEM downloads the Geoscience Australia 9 second DEM and then imports the grid.
The DEM is required for the calculation of evaportranspiration within extractCatchmentData
. For details of the DEM see
https://www.data.gov.au/dataset/geodata-9-second-dem-and-d8-digital-elevation-model-version-3-and-flow-direction-grid-2008
For an example of how to download the DEM see the vignette "Extract daily area weighted potential evapotranspiration (PET) and precipitation".
A RasterLayer DEM for Asutralia.
extractCatchmentData
for extracting catchment daily average and variance data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.