Package 'topography'

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

Help Index


Available topography services

Description

Name, label, and file path for online raster sources.

Usage

topography_services()

Details

See topography_source for a direct lookup for a given file.

Value

data frame of label, name, file

Examples

topography_services()

File path for topography

Description

Obtain the installed file path for a GDAL WMS source for an online topography.

Usage

topography_source(
  x = c("gebco", "aws", "mars", "rema_100m", "srtm15", "nasadem", "id18_struble_op",
    "id18_struble_hh", "id18_struble_be", "srtm_gl1", "srtm_gl3")
)

Arguments

x

name of the 'label' of the topography source, see topography_services

Value

file path to an installed .xml configuration of an online raster (WMS) tile service

Examples

topography_source("aws")
topography_source("gebco")