Simple and Intuitive
ERA5Reanalysis aims to be simple and intuitive to the user, with basic functions like `download()` and `read()`.
Download, extract and manipulate ERA5 Reanalysis datasets from the Climate Data Store in Julia.

ERA5Reanalysis.jl builds upon the GeoRegions Ecosystem to streamline the following processes:
downloads of ERA5 Reanalysis datasets from the Climate Data Store (CDS)
basic analysis of said datasets
perform all the above operations innately over a given geographical region using the GeoRegions.jl package
The latest version of ERA5Reanalysis.jl can be installed using the Julia package manager (accessed by pressing ] in the Julia command prompt)
julia> ]
(@v1.10) pkg> add ERA5ReanalysisYou can update ERA5Reanalysis.jl to the latest version using
(@v1.10) pkg> update ERA5ReanalysisAnd 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 ERA5Reanalysis#mainIf you are interested in using ERA5Reanalysis.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!