-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: CopernicusDEM
Type: Package
Title: Copernicus Digital Elevation Models
Version: 1.0.5
Date: 2024-12-09
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")))
URL: https://github.com/mlampros/CopernicusDEM
Description: Copernicus Digital Elevation Model datasets (DEM) of 90 and 30 meters resolution using the 'awscli' command line tool. The Copernicus (DEM) is included in the Registry of Open Data on 'AWS (Amazon Web Services)' and represents the surface of the Earth including buildings, infrastructure and vegetation.
License: GPL-3
Copyright: inst/COPYRIGHTS.pdf
Encoding: UTF-8
SystemRequirements: awscli: apt install -y awscli (deb), aws-configure: aws configure (deb)
Depends: R(>= 3.5)
Imports:
glue,
sf,
utils,
doParallel,
foreach
RoxygenNote: 7.3.0
Suggests:
rmarkdown,
knitr,
data.table,
fitbitViz,
mapview,
terra
VignetteBuilder: knitr