Title: | Provide Some Straightforward Configuration Sources to Online Topography Data |
---|---|
Description: | Provides a list of some online data sources for topography (elevation, bathymetry) data and adds augmentation required for use by spatial tools. |
Authors: | Michael Sumner [aut, cre] |
Maintainer: | Michael Sumner <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9003 |
Built: | 2024-11-21 02:48:28 UTC |
Source: | https://github.com/hypertidy/topography |
Name, label, and file path for online raster sources.
topography_services()
topography_services()
See topography_source for a direct lookup for a given file.
data frame of label, name, file
topography_services()
topography_services()
Obtain the installed file path for a GDAL WMS source for an online topography.
topography_source( x = c("gebco", "aws", "mars", "rema_100m", "srtm15", "nasadem", "id18_struble_op", "id18_struble_hh", "id18_struble_be", "srtm_gl1", "srtm_gl3") )
topography_source( x = c("gebco", "aws", "mars", "rema_100m", "srtm15", "nasadem", "id18_struble_op", "id18_struble_hh", "id18_struble_be", "srtm_gl1", "srtm_gl3") )
x |
name of the 'label' of the topography source, see topography_services |
file path to an installed .xml configuration of an online raster (WMS) tile service
topography_source("aws") topography_source("gebco")
topography_source("aws") topography_source("gebco")