Skip to content

Installation

Since GeoDataFrames.jl is registered in the Julia General registry, you can simply run the following command in the Julia REPL:

julia
julia> using Pkg
julia> Pkg.add("GeoDataFrames.jl")
# or
julia> ] # ']' should be pressed
pkg> add GeoDataFrames

If you want to use the latest unreleased version, you can run the following command:

julia
pkg> add GeoDataFrames#main