Skip to content
Base.getindex Method

get a cell of a DGGSArray

source

Base.getindex Method

get a ring of a DGGArray

source

Base.getindex Method

get a cell of a DGGSArray

source

Base.getindex Method

filter any dimension of a DGGSArray

source

Base.getindex Method

get a disk of a DGGArray

source

DGGS._transform_points Method

Transforms Vector of (lon,lat) coords to DGGRID indices

source

DGGS.call_dggrid Method

Execute sytem call of DGGRID binary

source

DGGS.clip Method

clip range that may lie in padding to quad boundaries

source

DGGS.disk_mask Method

Create a mask of cells arround a center cell within a radius disk_size

source

DGGS.filter_null Method

Apply function f after filtering of missing and NAN values

source

DGGS.plot_native Method

Plot a DGGSArray nativeley on a icosahedron

source

DGGS.ring_mask Method

Create a mask of cells having the same distance ring_size to a center cell

source

DGGS.to_dggs_array Method

Convert a geographic lat/lon raster to a DGGAArray

agg_type: :convert will return a Float64 array and :round will keep the element type that might loose precision

source

DGGS.to_dggs_layer Method

Transforms a YAXArrays.Dataset in geographic lat/lon ratser to a DGGSLayer at agiven layer

source

DGGS.transform_points Method

chunk_size_points: number of points (e.g. pixels) to transform in one block (task of a thread)

source

DGGS.width Method

position of last row or column in a quad matrix of that level

source