Releases: GeoRegionsEcosystem/GeoRegions.jl
Releases · GeoRegionsEcosystem/GeoRegions.jl
v5.1.3
GeoRegions v5.1.3
Release Notes:
- Debugging the
extractGrid()
functionality for 3D and 4D data
v5.2.2
GeoRegions v5.2.2
Release Notes:
- Forgot to remove extraneous logging for debug lol
v5.2.1
GeoRegions v5.2.1
Release Notes:
- Debugging the smoothing function because it would not do in-place modification
- Debugging the gaussian filtering
- Debugging selecting the relevant parent Grid for smoothing for final GeoRegion
v5.2.0
GeoRegions v5.2.0
Release Notes:
- Minor release due to addition of gaussian smoothing features for LandSea masks
- Ability to export these smoothing functions to other parent packages and projects
- Updating of documentation and logging
- Backend updating and sorting of filesystem for ease of organization
v5.1.2
GeoRegions v5.1.2
Release Notes:
- Updating logging information
- Urgent debugging to downloading of the LandSea Mask from ETOPO
Merged pull requests:
- Fix typo (#6) (@pitmonticone)
- Smoothing the Land-Sea Mask (#7) (@natgeo-wong)
v5.1.1
GeoRegions v5.1.1
Release Notes:
- Debug AR6 East Central Asia and West Central Asia names
v5.1.0
GeoRegions v5.1.0
Release Notes:
LandSea
is now a subset of theAbstractLandSea
abstract type
.AbstractLandSea
,LandSeaTopo
andLandSeaFlat
superTypes allowing for extension of theLandSea
functionality to other packages, allowing them to be brought together so that they can all be manipulated eventually using GeoRegions.jl if need be
v5.0.0
GeoRegions v5.0.0
Release Notes:
- Updating field names, breaking version
- Updating functionality for
getLandSea()
- Debugs to
regiongrid()
,extractGrid()
,RegionGrid()
functions - Updates to Documentation such that it is more comprehensive
v4.1.0
GeoRegions v4.1.0
extractGrid
function to automate extraction of subregion dataRegionMask
type to support non-rectilinearly gridded datagetLandSea
functionality, get ETOPO 2022 data from OPeNDAP servers- Update PrettyTables compat and adjust for breaking changes