Skip to content

jbisits/RasterHistograms.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.