-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.37 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: gefs4cast
Title: Cloud-native Workflows for NOAA Global Ensemble Forecast System Files
Version: 0.0.1
Authors@R: c(person(
"Carl", "Boettiger",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Quinn", "Thomas", role = "aut",
comment = c(ORCID = "0000-0003-1282-7825"))
)
Description: Cloud-native utilites to access and parse Global Ensemble Forecast
System (GEFS) "GRIB" files from Amazon Web Services (AWS) Open Data Public
Archive, https://registry.opendata.aws/noaa-gefs/. Streams subset variables from
GRIB files to local tiff files, extract values desired coordinates (e.g. coordinates
of NEON sites), format to EFI forecast standard and stream to S3-bucket
hosted parquet files. Requires GDAL >= 3.4.0 and arrow with S3-support.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GDAL >= 3.4.0
Suggests:
knitr,
rmarkdown,
spelling,
brio,
decor,
cpp11,
vctrs,
bench,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
Imports:
arrow,
dplyr,
readr,
purrr,
tidyr,
tibble,
lubridate,
stringr,
glue,
fs,
sf,
stars,
gdalcubes
VignetteBuilder: knitr