Releases: GeoRegionsEcosystem/NASAPrecipitation.jl
Releases · GeoRegionsEcosystem/NASAPrecipitation.jl
v0.5.0
NASAPrecipitation v0.5.0
- Updating to latest version of GeoRegions.jl, also added RegionGrids.jl and LandSea.jl as dependencies
- Updated bounds for the IMERG, TRMM and TRMMLSM GeoRegions that are defined in NASAPrecipitation.jl
Breaking Changes:
- No exporting of RegionGrid and LandSea functionalities, only functionalities that have been kept in the latest version of GeoRegions.jl
v0.4.3
v0.4.2
v0.4.1
v0.4.0
NASAPrecipitation v0.4.0
- Adding some basic tests
- Updating NCDatasets.jl [compat]
- Smooth the land-sea mask
- Add spatialtemporal smoothing functionality
v0.3.0
NASAPrecipitation v0.3.0
Release Notes:
- Updating field names, breaking change to API, so bumping to v0.3
v0.2.2
NASAPrecipitation v0.2.2
- Adding option to overwrite data when downloading from NASA OPeNDAP servers
- Adding IMERGDummy() and TRMMDummy() types and function creation
- Reexporting NCDatasets in entirety
- Standardizing LandSea dataset lsm field to match that of GeoRegions.jl
- Setting LandSea dataset to be a subtype of the AbstractLandSea now exported by GeoRegions.jl, updating [compat] to match
- Debugging the .dodsrc creation
- Remove getIMERGlsd() and getTRMMlsd() functions
- Updating proper documentation
v0.2.1
NASAPrecipitation v0.2.1
- Import and reexport
getLandSea
from GeoRegions.jl - Adding
extract
method based on two differentGeoRegion
s instead of using the default Parent and Sub
v0.2.0
NASAPrecipitation v0.2.0
- Breaking changes on keyword arguments and structure field names for datasets to be more intuitive
- Breaking changes to updating saved variable name to
precipitation
instead ofprcp_rate
- Updating GeoRegions.jl compat to v4
LandSea
dataset loading keeps crashing, added additional method as a backup- Debug to saving methods and scaling
- Debugging of
LandSea
mask retrievals - previously forgot to tranpose the raw data
v0.1.2
NASAPrecipitation v0.1.2
- Adding limits to date range
- Better functionality for LandSea datasets
- Updating to include NetRC.jl for the setup of .netrc and .dodsrc for the setup of the package