-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
22 lines (22 loc) · 950 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: luna
Type: Package
Title: Tools for Satellite Remote Sensing (Earth Observation) Data Processing
Version: 0.3-6
Date: 2023-12-14
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.0.0), terra (>= 1.6.41)
LinkingTo: Rcpp, RcppArmadillo
Imports: methods, Rcpp (>= 1.0-10)
Suggests: httr, rvest, xml2, jsonlite, meteor, signal
Maintainer: Robert J. Hijmans <[email protected]>
Description: Tools for acquiring and (pre-) processing satellite remote sensing data. Including for downloading data from NASA such as LANDSAT and MODIS.
License: GPL (>=3)
BugReports: https://github.com/rspatial/luna/issues/
Authors@R: c(
person("Robert J.", "Hijmans", role=c("cre", "aut"),
email = "[email protected]", comment = c(ORCID = "0000-0001-5872-2872")),
person("Aniruddha", "Ghosh", role="aut"),
person("Alex", "Mandel", role="ctb"),
person("Benson", "Kenduiywo", role = "ctb"),
person("Jakob", "Schwalb-Willmann", role = "ctb"))