Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.39 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.39 KB

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.