RasterHistograms.jl Documentation

Documentation for RasterHistograms.

RasterHistograms.jl uses empirical estimation from StatsBase.jl to fit Histograms to Raster, RasterStack or RasterSeries data structures. Arguments that can be passed to fit(::Histogram) can be passed to the constructors for the the various AbstractRasterHistograms. The aim of the module is to provide functionality similar to python's xhistogram for xarray in Julia.

For information about how the module works see here or take a look at the example.

If you have find any bugs or have a feature request/suggestion please raise an issue in the RasterHistograms.jl repository.