RasterHistograms.jl

Empirical distribution fitting for Rasters.jl.
Author jbisits
Popularity
3 Stars
Updated Last
4 Months Ago
Started In
September 2023

RasterHistograms

Stable Dev Build Status Coverage

Rasters.jl provides excellent methods for reading, analysing and plotting for geospatial data. This package provides empirical distribution fitting for Raster data structures aiming to provide functionality similar to python's xhistogram for xarray in Julia.

Using the package

The package is installed using Julia's package manager

julia> ]
(@v1.9) pkg> add RasterHistograms

To start using the package you will also need to have Rasters.jl installed (in the same manner as above but replace RasterHistograms with Rasters). To then use the packages type

julia> using Rasters, RasterHistograms

into the repl.

Used By Packages

No packages found.