View source: R/download_etopo_subset.R
download_etopo_subset | R Documentation |
This function downloads part of the ETOPO2020 relief (topography+bathymetry) dataset.
download_etopo_subset(rast_template, ...)
rast_template |
a |
... |
additional parameters to be passed to |
Use this function if you only need part of the dataset, or you need a
relatively low resolution. This function fetches the necessary subset on the
fly from the NOAA server. If you plan to use the ETOPO2022 dataset
extensively, it is worthwhile downloading it permanently to your computer
with download_etopo()
, but beware that it is a large file (>1Gb). This
function uses marmap::getNOAA.bathy()
to download the data, and then
converts them into a terra::SpatRaster
formatted to be compatible with
pastclim
. NOTE: this function does not save the relief, it returns a
terra::SpatRaster
. If you plan to reuse this relief multiple times, it
would be wise to save it with terra::writeCDF()
.
a terra::SpatRaster
with the relief for the chosen region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.