-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 1.53 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
Package: NASAaccess
Version: 4.1.0
Date: 2024-11-04
Type: Package
Title: Downloading and Reformatting Tool for NASA Earth Observation Data Products
Authors@R: c(person("Ibrahim", "Mohammed", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6542-319X"), email = "ibrahim.mohammed@ku.ac.ae"))
Maintainer: Ibrahim Mohammed <ibrahim.mohammed@ku.ac.ae>
Depends: R (>= 4.0)
Description: Users need to set up a registration account(s) with Earthdata login as well as authorizing NASA GES DISC data access to generate gridded ascii tables of climate and earth observation remote sensing data. Please refer to <https://disc.gsfc.nasa.gov/information/documents?title=Data%20Access> for further details. Creating the '.netrc' file at the user machine Home directory and storing the user NASA GES DISC logging information in it is done automatically to execute the NASAaccess package commands. The GES DISC user registration access logging information will be processed by masking in the terminal on any major OS. Without providing GES DISC user registration access logging information, the user will receive 'You need to provide your Earthdata GES DISC login to proceed…' message.
URL: https://github.com/imohamme/NASAaccess
BugReports: https://github.com/imohamme/NASAaccess/issues
Imports: ncdf4, stats, httr, stringr, XML, utils, methods, getPass, terra
License: file LICENSE
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Suggests:
markdown,
rmarkdown,
knitr,
ggplot2,
codetools,
leaflet,
tidyterra
VignetteBuilder: knitr