-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
89 lines (89 loc) · 2.51 KB
/
_pkgdown.yml
File metadata and controls
89 lines (89 loc) · 2.51 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
url: https://permian-global-research.github.io/vrtility/
template:
bootstrap: 5
light-switch: yes
theme: gruvbox-light
theme-dark: gruvbox-dark
reference:
- title: VRT Core Functions
desc: Core functions for Virtual Raster management
contents:
- vrt_collect
- vrt_plan
- vrt_warp
- vrt_stack
- vrt_compute
- title: VRT Pixel Functions
desc: Functions for pixel-wise operations on VRT rasters
contents:
- vrt_set_gdal_pixelfun
- vrt_set_py_pixelfun
- vrt_derived_block
- title: Image Masking
desc: Functions for creating and applying image masks
contents:
- vrt_set_maskfun
- vrt_create_mask
- title: VRT helpers
desc: Helper functions for VRT objects
contents:
- vrt_set_band_names
- vrt_save
- vrt_add_empty_band
- vrt_move_band
- vrt_set_scale
- vrt_set_nodata
- vrt_schema
- title: multi-band reduction funcions
desc: Functions to create composites using multi-band algorithms
contents:
- multiband_reduce
- geomedian
- medoid
- geomedoid
- quantoid
- title: single-band many-to-many functions
desc: Functions designed to work with time-series, namely applying outlier filtering.
contents:
- singleband_m2m
- hampel_filter
- title: GDAL Configuration
desc: GDAL configuration and setup functions
contents:
- gdal_config_options
- set_gdal_config
- gdal_creation_options
- gdalwarp_options
- title: Python Integration
desc: Python environment and computation environment
contents:
- compute_with_py_env
- set_py_env_vals
- vrtility_py_require
- title: STAC Functions
desc: STAC query and planetary computer functions
contents:
- stac_query
- sentinel2_stac_query
- title: Raster visualisation
desc: plotting functions for raster files and vrt_x objects
contents: plot_raster_src
- title: Cache management
desc: Helper functions for managing / altering vrtility cache settings
contents:
- vrt_cache_destroy
- vrt_cache_set
- title: parallel processing helpers
desc: Helper functions for parallel processing
contents:
- n_daemons
- title: Spatial helper functions
desc: Helper functions for spatial operations
contents:
- bbox_to_projected
- ogr_bbox_from_file
- ogr_srs_from_file
- title: gdalraster helpers
desc: Helper functions for GDALRasterDataset objects
contents:
- r_to_MEM