Skip to content

Releases: GeoRegionsEcosystem/GeoRegions.jl

v1.1.4

28 May 00:24
Compare
Choose a tag to compare

GeoRegions v1.1.4

Diff since v1.1.3

  • Debugged ispointinregion and isgridinregion
  • Preliminary documentation and added docstrings (not complete yet)
  • Updated compat for PrettyTables.jl

v1.1.3

16 May 00:10
Compare
Choose a tag to compare

GeoRegions v1.1.3

Diff since v1.1.2

  • Debugged addition of GeoRegions to gregions.txt file

v1.1.2

12 Apr 23:04
Compare
Choose a tag to compare

GeoRegions v1.1.2

Diff since v1.1.1

  • Debugged query functions
  • Added functionality that allows us to go up several different levels of parent GeoRegions

v1.1.1

08 Apr 03:04
Compare
Choose a tag to compare

GeoRegions v1.1.1

Diff since v1.1.0

  • Debugged GeoRegion-specific functions
  • Updated README.md

v1.1.0

26 Mar 07:05
Compare
Choose a tag to compare

GeoRegions v1.1.0

Diff since v1.0.2

  • Instead of copying the GeoRegions template into gregions.txt in the src directory, now copies to .julia/files/GeoRegions/ instead
  • Added isgeoregion functional that checks if given GeoRegion ID has been added to gregions.txt
  • Added gregioninfoadd function that can add individual GeoRegions or a textfile of GeoRegions to gregions.txt
  • Added isgeoregion() checks to many of the GeoRegion functions dealing with GeoRegion IDs
  • Default GeoRegions list now includes regions defined in Giorgi & Francisco [2000]

v1.0.2

03 Mar 07:06
Compare
Choose a tag to compare

GeoRegions v1.0.2

Diff since v1.0.1

  • Added Logging to dependencies

v1.0.1

01 Mar 05:06
Compare
Choose a tag to compare

GeoRegions v1.0.1

Diff since v1.0.0

  • Patch update for tolerance threshold

v1.0.0

01 Mar 03:06
Compare
Choose a tag to compare

GeoRegions v1.0.0

  • Moved these set of functions out from ClimateEasy.jl to form a standalone package
  • Allows for extraction of point and grid data from gridded regional data (provided we know the lon/lat dimensions and coordinates)
  • Allows for user-defined shortcuts to call often-used domains/regions
  • Modified function names and debugged the changes.