-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
35 lines (35 loc) · 946 Bytes
/
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
29
30
31
32
33
34
35
Package: blackmarbler
Title: Black Marble Data and Statistics
Version: 0.2.2
Authors@R:
c(person("Robert", "Marty", , "rmarty@worldbank.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3164-3813")),
person("Gabriel", "Stefanini Vicente", , "gvicente@worldbank.org", role = c("aut"),
comment = c(ORCID = "0000-0001-6530-3780")))
Description: Geographically referenced data and statistics of nighttime lights from NASA Black Marble <https://blackmarble.gsfc.nasa.gov/>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://worldbank.github.io/blackmarbler/
BugReports: https://github.com/worldbank/blackmarbler/issues
Imports:
readr,
hdf5r,
dplyr,
purrr,
lubridate,
tidyr,
terra,
sf,
exactextractr,
stringr,
httr,
httr2
Suggests:
geodata,
ggplot2,
knitr,
tidyterra,
testthat (>= 3.0.0)
Config/testthat/edition: 3