Skip to content

meteosimon/TanDEM-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

TanDEM-R

R interface for downloading TanDEM-X data. Information on the data can be found at DLR's geoservice.

Basic idea is to enable such a workflow to handle TanDEM-X data:

options("geoservice.usr" = "[email protected]")

tiffiles <- download_TanDEM()

library("stars")
vrt <- st_mosaic(tiffiles)
x <- read_stars(vrt, proxy = TRUE)
plot(x)

## Loading required package: abind

## Loading required package: sf

## Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 7.0.0

Installation

Via Devtools one-liner with specifying subdir = "pkg":

devtools::install_github("meteosimon/TanDEM-R", subdir = "pkg")

Authentification at DLR geoservice

First, you have to register at DLR. Within the package I use keyring for handling authentification. The default for the keyring service is "geoservice.dlr".

About

R interface for downloading TamDEM-X data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published