
Pure Julia code
Fast, understandable, extensible functions
GeoMakie.jl is a Julia package for plotting geospatial data on a given map projection. It is built on top of the Makie.jl plotting ecosystem.
GeoMakie provides a GeoAxis
type which handles CRS and projections, and various utilities and integrations to handle plotting geometries. GeoAxis
should work seamlessly with any Makie plotting function, and can be used as a drop-in replacement for Makie.Axis
.