-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
61 lines (61 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
Package: LCZ4r
Type: Package
Title: Tools for Local Climate Zones and Urban Heat Island Analysis
Version: 0.1.0
Authors@R: c( person("Max", "Anjos", role = c("aut", "cre"),
email = "maxanjos@campus.ul.pt",
comment = c(ORCID = "0000-0001-6394-1324")),
person("Dayvid", "Medeiros", role = "ctb",
comment = c(ORCID = "0000-0002-5199-3909")),
person("Francisco", "Castelhano", role = "ctb",
comment = c(ORCID = "0000-0002-6747-3545"))
)
Maintainer: Max Anjos <maxanjos@campus.ul.pt>
Description: LCZ4r is a comprehensive R package designed for analyzing
and visualizing Local Climate Zones (LCZ) and Urban Heat Islands (UHI) at various spatial and temporal resolutions.
It provides a suite of functions to work with LCZ data, perform urban climate analysis, and
generate insights into temperature variations within urban areas.
License: MIT + file LICENSE
URL: https://bymaxanjos.github.io/LCZ4r/
BugReports: https://github.com/ByMaxAnjos/LCZ4r/issues
Depends:
R (>= 3.2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports:
dplyr (>= 1.1.2),
tidyterra (>= 0.3.1),
magrittr (>= 2.0.3),
osmdata (>= 0.2.5),
raster (>= 3.5.15),
rlang (>= 1.1.1),
sf (>= 1.0.7),
stars (>= 0.5.5),
terra (>= 1.5.21),
ggplot2 (>= 3.5.1),
scales (>= 1.3.0),
purrr (>= 1.0.1),
tibble (>= 3.2.1),
openair (>= 2.9.0),
recipes (>= 1.0.9),
janitor (>= 2.1.0),
automap (>= 1.1.9),
gstat (>= 2.1.0),
MetBrewer (>= 0.2.0),
lubridate (>= 1.9.2)
Suggests:
knitr,
tidyr,
data.table,
openssl,
httr2,
curl,
rmarkdown,
htmltools,
htmlwidgets,
covr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Remotes:
tidyverse/purrr