-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
82 lines (81 loc) · 2.19 KB
/
_pkgdown.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
navbar:
right:
- icon: fa-users
href: https://ropengov.org
- icon: fab fa-github
href: https://github.com/rOpenGov/geofi
reference:
- title: API calling functions
desc: |
Functions for fetching spatial data from Statistics Finland WFS-api
contents:
- get_municipalities
- get_zipcodes
- get_population_grid
- get_statistical_grid
- get_municipality_pop
- title: Data
desc: |
geofi comes with a timeseries of built-in municipality keys that can be used to aggregate municipality level data (`municipality_key_*`) and `municipality_central_localities` data containing point locations for cental locality of each municipality
contents:
- municipality_central_localities
- municipality_key
- municipality_key_2024
- municipality_key_2023
- municipality_key_2022
- municipality_key_2021
- municipality_key_2020
- municipality_key_2019
- municipality_key_2018
- municipality_key_2017
- municipality_key_2016
- municipality_key_2015
- municipality_key_2014
- municipality_key_2013
- title: Geofacet grids
desc: |
geofi comes with a selection of built-in grids to used with geofacet-packages, a ggplot2 extension. All grids are based on the latest municipality breakdown
contents:
- grid_ahvenanmaa
- grid_etela_karjala
- grid_etela_pohjanmaa
- grid_etela_savo
- grid_hyvinvointialue
- grid_kainuu
- grid_kanta_hame
- grid_keski_pohjanmaa
- grid_keski_suomi
- grid_kymenlaakso
- grid_lappi
- grid_maakunta
- grid_paijat_hame
- grid_pirkanmaa
- grid_pohjanmaa
- grid_pohjois_karjala
- grid_pohjois_pohjanmaa
- grid_pohjois_savo
- grid_sairaanhoitop
- grid_satakunta
- grid_uusimaa
- grid_varsinais_suomi
- title: Attribute data
desc: |
geofi comes with a three statistical datasets that are used in vignettes
contents:
- sotkadata_population
- sotkadata_swedish_speaking_pop
- statfi_zipcode_population
- title: Miscellaneous
desc: |
Support functions for API functions and spatial data transformations
contents:
- convert_municipality_key_codes
- check_api_access
- wfs_api
- to_sf
url: https://ropengov.github.io/geofi/
template:
package: rogtemplate
opengraph:
twitter:
site: '@rOpenGov'