-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.38 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
50
51
52
53
54
55
56
57
Package: drift
Title: Detecting Riparian and Inland Floodplain Transitions
Version: 0.8.0
Date: 2026-07-17
Authors@R: c(
person("Allan", "Irvine", , "al@newgraphenvironment.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128")),
person("New Graph Environment", role = "cph")
)
Description: Fetch STAC-hosted land cover rasters, classify and summarize
change over time within user-provided AOI polygons, and produce
standardized maps, plots, and tables for reporting. Generic STAC
pipeline works with any classified raster (Esri IO LULC, ESA
WorldCover, custom COGs).
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/drift,
https://newgraphenvironment.github.io/drift/
BugReports: https://github.com/NewGraphEnvironment/drift/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
rappdirs,
rlang,
rstac,
sf,
terra (>= 1.8-10),
tibble
Suggests:
bfast,
bookdown,
DT,
flooded,
gdalcubes,
ggplot2,
gq,
gt,
knitr,
leafem,
leaflet,
leaflet.extras,
mapgl,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
tidyterra,
tmap
Remotes:
bhaskarvk/leaflet.extras,
NewGraphEnvironment/flooded,
NewGraphEnvironment/gq
Config/testthat/edition: 3
VignetteBuilder: knitr, bookdown