Skip to content

Releases: GeoRegionsEcosystem/GeoRegions.jl

v7.0.0

03 Oct 16:59
Compare
Choose a tag to compare

GeoRegions v7.0.0

Diff since v6.0.3

  • Pull out LandSea and RegionGrid 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 standardizing RectRegion with PolyRegion 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

23 Aug 06:33
Compare
Choose a tag to compare

GeoRegions v6.0.3

Diff since v6.0.2

  • Debugging the reading of a TiltRegion

v6.0.2

23 Aug 05:48
Compare
Choose a tag to compare

GeoRegions v6.0.2

Diff since v6.0.1

  • Debugging the reading of a TiltRegion
  • Debugging the smoothing of landsea

v6.0.1

08 Aug 03:37
Compare
Choose a tag to compare

GeoRegions v6.0.1

Diff since v6.0.0

  • Debugging the reading of GeoRegions from an external file

v6.0.0

08 Aug 01:45
Compare
Choose a tag to compare

GeoRegions v6.0.0

Diff since v5.2.7

  • 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

12 Jan 00:07
Compare
Choose a tag to compare

GeoRegions v5.2.7

Diff since v5.2.6

  • Updating NCDatasets.jl [compat] to include v0.14

v5.2.6

22 Nov 07:59
Compare
Choose a tag to compare

GeoRegions v5.2.6

Diff since v5.2.5

  • 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

08 Sep 22:32
Compare
Choose a tag to compare

GeoRegions v5.2.5

Diff since v5.2.4

  • 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

10 Jul 22:29
Compare
Choose a tag to compare

GeoRegions v5.2.4

Diff since v5.2.3

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

22 Jun 03:36
Compare
Choose a tag to compare

GeoRegions v5.2.2

Diff since v5.2.2

Release Notes:

  • Debugging the extractGrid() functionality for 3D and 4D data