🔍 Comprehensive
There are several different options of choice for you, be it resolution, or surface-type from which the topography is measured.
Download, extract and manipulate the ETOPO Global Relief Model using this lightweight Julia package.
ETOPO.jl is a lightweight Julia package that builds upon the GeoRegions Ecosystem, and in particular LandSea.jl, to download the ETOPO topographical datasets.
The latest version of ETOPO can be installed using the Julia package manager (accessed by pressing ]
in the Julia command prompt)
julia> ]
(@v1.10) pkg> add ETOPO
You can update ETOPO.jl
to the latest version using
(@v1.10) pkg> update ETOPO
And if you want to get the latest release without waiting for me to update the Julia Registry (although this generally isn't necessary since I make a point to release patch versions as soon as I find bugs or add new working features), you may fix the version to the main
branch of the GitHub repository:
(@v1.10) pkg> add ETOPO#main
If you are interested in using ETOPO.jl
or are trying to figure out how to use it, please feel free to ask me questions and get in touch! Please feel free to open an issue if you have any questions, comments, suggestions, etc!