-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_pkgdown.yml
More file actions
47 lines (41 loc) · 1.1 KB
/
_pkgdown.yml
File metadata and controls
47 lines (41 loc) · 1.1 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
url: https://openair-project.github.io/openairmaps/
template:
package: openairpkgdown
reference:
- title: Data
desc: |
In-built data to demonstrate openair functions.
contents:
- polar_data
- traj_data
- title: Network Visualisation
desc: |
Quickly visualise UK air quality networks.
contents:
- has_concept("uk air quality network mapping functions")
- title: Directional Analysis
desc: |
Create HTML `leaflet` and static `ggplot2` maps with polar plot markers.
contents:
- has_concept("directional analysis maps")
- addPolarMarkers
- title: Trajectory Analysis
desc: |
Create HTML `leaflet` and static `ggplot2` maps of HYSPLIT trajectories.
contents:
- has_concept("interactive trajectory maps")
- addTrajPaths
- trajMapStatic
- title: Spatial Interpolation
desc: |
Create HTML `leaflet` and static `ggplot2` maps of spatially interpolated
pollution data.
contents:
- has_concept("spatial interpolation maps")
- title: Utilities
desc: |
Tools to assist other openairmaps functions.
contents:
- buildPopup
- quickTextHTML
- convertPostcode