Releases: GeoRegionsEcosystem/GeoRegions.jl
Releases · GeoRegionsEcosystem/GeoRegions.jl
v7.0.0
GeoRegions v7.0.0
- Pull out
LandSea
andRegionGrid
types out from GeoRegions.jl into their own separate packages - Proper working documentation with DocumenterVitepress.jl
- More seamlessly integrating GeoRegions.jl with local projects
- Less verbose logging, unless indicated otherwise (more functions now have the
verbose
keyword) - Replace PolygonOps.jl with GeometryOps.jl
- Adding ability to check the
shape
of a GeoRegion - Renaming of fields in the
GeoRegion
type, in preparation for standardizingRectRegion
withPolyRegion
for v8 and above - Adding better ways to check equivalence, reexporting
==
,isequal()
, and many other functions, etc. - Lots of new things, API was reworked quite a bit
v6.0.3
v6.0.2
GeoRegions v6.0.2
- Debugging the reading of a TiltRegion
- Debugging the smoothing of landsea
v6.0.1
v6.0.0
GeoRegions v6.0.0
- Extraction methods extended to include unstructured lon/lat data
- Standardize output for
coordGeoRegion
- Adding
TiltRegion
type for GeoRegions - Adding
path
option to read, write and create GeoRegions for a specific project instead of putting everything in the default
Merged pull requests:
- Remove unnecessary (in this case)
deploy_url
argument in makedocs (#9) (@asinghvi17)
v5.2.7
v5.2.6
GeoRegions v5.2.6
- Updating NCDatasets.jl
[compat]
to be at least v0.13 and above - Constrain extracted longitude to be within GeoRegion.jl coordinate modulus (previously it could differ by 360º)
v5.2.5
GeoRegions v5.2.5
- Debugging removal, specifically only GeoRegions with that exact ID will be removed (instead of also GeoRegions with that ID as the parent GeoRegion)
v5.2.4
GeoRegions v5.2.4
Release Notes:
- Changing threshold for orography to define landsea mask (previously 0 was set to 1, now 0 in orography is 0 in land-sea mask)
v5.2.3
GeoRegions v5.2.2
Release Notes:
- Debugging the
extractGrid()
functionality for 3D and 4D data