Releases: GeoRegionsEcosystem/NASAPrecipitation.jl
Releases · GeoRegionsEcosystem/NASAPrecipitation.jl
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
v0.1.1
NASAPrecipitation v0.1.1
- Debugged array views because I accidentally switched lon/lat (very important update even if nonbreaking)
- More efficient downloads
- Added functions to read downloaded data
- Restrict Julia compatability to LTS v1.6
- Updated documentation
Closed issues:
- Download of satellite data: shift not defined (#4)
v0.1.0
NASAPrecipitation v0.1.0
- A package to download satellite precipitation data from NASA OPeNDAP servers
- Able to download both final runs and near real-time data
- Can choose from hourly, daily or monthly datasets
- Can choose geographic region (with the help of GeoRegions.jl) for which data is extracted and saved
- Land-sea masks for filtering of data by surface type