forked from ropensci/quadkeyr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
71 lines (71 loc) · 2.17 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
url: ~
template:
bootstrap: 5
navbar:
structure:
right: [search]
left: [reference, articles, news, github]
components:
articles:
text: Articles
menu:
- text: Conversions
href: articles/quadkey_to_sf_conversion.html
- text: Raster creation
href: articles/quadkey_identified_data_to_raster.html
- text: Facebook Mobility Data
href: articles/facebook_mobility_csvs_to_raster_files.html
- text: App
href: articles/quadkey_visualization_app.html
reference:
- title: From a QuadKey to a Simple Features data.frame and other conversions
desc: >
Functions to convert a QuadKey to a `sf` POINT data.frame or
`sf` POLYGON data.frame.
Additionally, all the R functions described in the official documentation
to convert QuadKeys to and from tiles, pixels and geographic coordinates
are available.
contents:
- quadkey_to_polygon
- quadkey_to_latlong
- quadkey_to_tileXY
- tileXY_to_pixelXY
- pixelXY_to_latlong
- latlong_to_quadkey
- latlong_to_pixelXY
- pixelXY_to_tileXY
- tileXY_to_quadkey
- mapsize
- mapscale
- ground_res
- title: Generating a Raster Image from Quadkey-Identified Data
desc: >
Complete a grid of QuadKeys within a specified area and zoom level,
and create a `stars` raster.
You can also directly convert QuadKeys in a data.frame column
into an `sf` POLYGON data.frame.
contents:
- add_regular_polygon_grid
- create_stars_raster
- quadkey_df_to_polygon
- create_qk_grid
- get_qk_coord
- regular_qk_grid
- grid_to_polygon
- title: Converting Facebook Mobility QuadKey-identified Datasets into Raster Files
desc: >
Convert Facebook mobility data `.csv` files into `.tif` files
by day and hour reported.
contents:
- read_fb_mobility_files
- format_fb_data
- missing_combinations
- get_regular_polygon_grid
- polygon_to_raster
- apply_weekly_lag
- title: QuadKey Visualization App
desc: >
Introduce a QuadKey visualization application enabling users
to validate function outcomes.
contents:
- qkmap_app