Skip to content

Releases: GeoRegionsEcosystem/GeoRegions.jl

v5.1.1

28 May 03:53
Compare
Choose a tag to compare

GeoRegions v5.1.1

Diff since v5.1.0

Release Notes:

  • Debug AR6 East Central Asia and West Central Asia names

v5.1.0

28 May 02:08
Compare
Choose a tag to compare

GeoRegions v5.1.0

Diff since v5.0.0

Release Notes:

  • LandSea is now a subset of the AbstractLandSea abstract type.
  • AbstractLandSea, LandSeaTopo and LandSeaFlat superTypes allowing for extension of the LandSea 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

27 May 05:32
Compare
Choose a tag to compare

GeoRegions v5.0.0

Diff since v4.1.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

10 Jan 10:39
Compare
Choose a tag to compare

GeoRegions v4.1.0

Diff since v4.0.1

  • extractGrid function to automate extraction of subregion data
  • RegionMask type to support non-rectilinearly gridded data
  • getLandSea functionality, get ETOPO 2022 data from OPeNDAP servers
  • Update PrettyTables compat and adjust for breaking changes

v4.0.1

30 Jul 05:13
Compare
Choose a tag to compare

GeoRegions v4.0.1

Diff since v4.0.0

  • Urgent patch to fix bug in removing RectRegion GeoRegions

v4.0.0

30 Jul 01:57
Compare
Choose a tag to compare

GeoRegions v4.0.0

Diff since v3.1.0

  • Renaming longitude, latitude and grid fields for the RectGrid and PolyGrid subtypes
  • Need to bump major version due to breaking changes.

v3.1.1

30 Jul 05:01
7a1083f
Compare
Choose a tag to compare

GeoRegions v3.1.1

Diff since v3.1.0

  • Urgent patch to fix bug in removing RectRegion GeoRegions

v2.2.1

30 Jul 04:50
d667988
Compare
Choose a tag to compare

GeoRegions v2.2.1

Diff since v2.2.0

  • Urgent patch to fix bug in removing RectRegion GeoRegions

v3.1.0

29 Jul 22:19
Compare
Choose a tag to compare

GeoRegions v3.1.0

Diff since v3.0.1

  • Adding RegionMask functionality for non-rectilinear lon/lat grids, bumping minor version

v3.0.1

29 Jul 02:40
Compare
Choose a tag to compare

GeoRegions v3.0.1

Diff since v3.0.0

  • Debugging the methods for RegionGrid