Created By: Nathanael Wong (nathanaelwong@fas.harvard.edu)
ETOPO.jl is a Julia package that aims to streamline the following process(es):
- Downloading of the ETOPO dataset for topography
- Matching the ETOPO topographic data to the corresponding Land-Sea derived from the Global 1-km Consensus Land-Cover dataset
Currently supported ETOPO datasets:
- Resolution: 30 arcsec, 60 arcsec
- Type: Bedrock, Ice-Surface
There are plans in the future to support the 15 arcsec dataset, but because there is no corresponding Land-Sea mask, and because 15 arcsec data is harder to handle than the 30 arcsec data, adding this feature has been put on hold.
ETOPO.jl can be installed via
] add ETOPO
Please refer to the documentation for instructions and examples.