Releases: GeoRegionsEcosystem/ERA5Reanalysis.jl
Releases · GeoRegionsEcosystem/ERA5Reanalysis.jl
v0.2.3
ERA5Reanalysis v0.2.3
v0.2.2
ERA5Reanalysis v0.2.2
v0.2.1
ERA5Reanalysis v0.2.1
v0.2.0
ERA5Reanalysis v0.2.0
- Debugged save function to account for if
scale = 0
- Updated list of single-level variables and the units
- CDSAPI Julia downloads now allow for multiple download attempts and requests to account for failures
- Updating GeoRegions.jl
compat
to v4 - Breaking changes on keyword arguments and structure field names for datasets to be more intuitive
- Export the
SingleLevel
andPressureLevel
types
v0.1.3
ERA5Reanalysis v0.1.3
- Adding analysis and compilation function for hourly and monthly data
- Downloading pressure variables at multiple pressure levels at one shot and splitting into individual levels
- Updated time-vector during the saving of data into files
v0.1.2
ERA5Reanalysis v0.1.2
- Debugging
LandSea
datasets, and adding methods forLandSea
downloads and retrievals - Made
e5dfnc
more general for ERA5Variables - When extracting data from ERA5 NetCDF files, convert
missing
toNaN
- Added template files to create custom
ERA5Variables
v0.1.1
ERA5Reanalysis v0.1.1
- Adding the extraction of sub-GeoRegion data from a parent GeoRegion without necessitating downloads
- Modifying save function such that NaN values can be saved as missing data
- Debugging the LandSea functions, especially in extraction of GeoRegion mask
- Editing scale/offset to prevent real values from becoming missing values during conversion
v0.1.0
ERA5Reanalysis v0.1.0
- A package to streamline the downloads and reading of ERA5 reanalysis datasets in Julia
- Currently downloading, reading and saving functions available
- LandSea masks can also be downloaded separately
- Pressure-Level and Single-Level options available for variables, with some predefined variables included and the option to create custom ones
- Hourly, Monthly and Monthly Hour-of-Day options available
- Can specify specific regions using the GeoRegion package functionality (see GeoRegions.jl for more information)
- Ensemble and Error datasets NOT CURRENTLY AVAILABLE
Merged pull requests:
- Pulling latest changes to the docsdraft branch (#1) (@natgeo-wong)
- Merging docs things back into #main branch (#2) (@natgeo-wong)