🔍 Simple and Intuitive
NASAMergedTb aims to be simple and intuitive to the user, with basic functions like `download()` and `read()`.
Handling NASA's NCEP/CPC Level 3 Merged Infrared Brightness Temperature Dataset in Julia
The latest version of NASAMergedTb can be installed using the Julia package manager (accessed by pressing ]
in the Julia command prompt)
julia> ]
(@v1.10) pkg> add NASAMergedTb
You can update NASAMergedTb.jl
to the latest version using
(@v1.10) pkg> update NASAMergedTb
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 NASAMergedTb#main
If you are interested in using NASAMergedTb.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!