🌍 LandSeaData Types
Provides containers and structs that can be used to hold information on a land-sea mask dataset.
Defining and Downloading Land-Sea Mask Datasets
LandSea.jl is a skeleton Julia package that can be used to define a land-sea mask object-type as a dataset. Its functions and structs/types are meant to be imported and extended for use for various datasets and any Julia packages dealing with such datasets.
The latest version of LandSea.jl can be installed using the Julia package manager (accessed by pressing ]
in the Julia command prompt)
julia> ]
(@v1.10) pkg> add LandSea
You can update LandSea.jl
to the latest version using
(@v1.10) pkg> update LandSea
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 LandSea#main
If you are interested in using LandSea.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!