GeoStatsViz.jl

Makie.jl recipes for the GeoStats.jl framework
Author JuliaEarth
Popularity
1 Star
Updated Last
1 Year Ago
Started In
August 2022

GeoStatsViz.jl

Build Status Coverage

Makie.jl recipes for visualization of GeoStats.jl objects.

Usage

Any object defined in the GeoStats.jl framework can be visualized with the viz function. Additionally, we provide other recipes such as hscatter with custom signatures described in their docstrings.

using GeoStats, GeoStatsViz

# choose a Makie backend
import GLMakie as Mke

g = GaussianVariogram()

viz(g)