-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
104 lines (94 loc) · 2.12 KB
/
_pkgdown.yml
File metadata and controls
104 lines (94 loc) · 2.12 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
url: https://danielvartan.github.io/orbis/
template:
bslib:
version: 5
brand: "./_brand.yml"
math-rendering: mathjax
light-switch: true
opengraph:
image:
src: man/figures/og-image.png
alt: "orbis"
params:
noindex: false
navbar:
structure:
left:
- home
- intro
- reference
- articles
- news
right:
- search
- lightswitch
- github
components:
home: ~
intro: ~
articles: ~
reference:
- title: Terra
desc: >
Functions to manipulate
[`SpatVector`](https://rspatial.github.io/terra/reference/SpatVector-class.html) and
[`SpatRaster`](https://rspatial.github.io/terra/reference/SpatRaster-class.html) objects
from the [`terra`](https://rspatial.github.io/terra/) package.
contents:
- shift_and_crop
- shift_and_rotate
- title: APIs
desc: >
Client functions for accessing external data sources.
contents:
- sidra_download_by_year
- title: Brazil
desc: >
Functions for accessing Brazilian geographic and administrative data.
contents:
- brazil_municipality
- brazil_municipality_code
- brazil_municipality_coords
- brazil_municipality_latitude
- brazil_municipality_longitude
- brazil_state
- brazil_state_code
- brazil_state_capital
- brazil_state_latitude
- brazil_state_longitude
- brazil_state_by_utc
- brazil_fu
- brazil_region
- brazil_region_code
- brazil_render_address
- title: World
desc: >
Functions for accessing global geographic and administrative data.
contents:
- country_names
- title: WorldClim
desc: >
Functions to download, extract, and process
[WorldClim](https://worldclim.org/) climate data.
contents:
- worldclim_download
- worldclim_extract_variable
- worldclim_file
- worldclim_random
- worldclim_to_ascii
- worldclim_url
- title: Utilities
desc: >
Utility functions for spatial data processing.
contents:
- closest_geobr_year
- fix_postal_code
- remove_unique_outliers
- test_date_line
- test_geobr_connection
- unique_outliers
authors:
Daniel Vartanian:
href: https://github.com/danielvartan/
development:
mode: auto