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.
The package is installed using Julia's package manager
julia> ]
(@v1.9) pkg> add RasterHistogramsTo 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, RasterHistogramsinto the repl.