Skip to content

Releases: GeoPressure/GeoPressureR

v3.5.4

03 May 15:42
7da20b4

Choose a tag to compare

Main

Minor

  • Deprecate edge_add_wind(return_averaged_variable); edge_add_wind() now always returns detailed edge/time/variable values.
  • Deprecate graph_add_wind(variable); graph_add_wind() now always uses c("u", "v").
  • Update GeoPressureViz wind handling to compute averaged edge wind from detailed edge_add_wind() output.
  • Add example usage to mask_water() documentation.

Full Changelog: v3.5.3...v3.5.4

v3.5.3

29 Apr 09:51
3415653

Choose a tag to compare

Main

Minor

Full Changelog: v3.5.2...v3.5.3

v3.5.2

24 Mar 06:25
bf69334

Choose a tag to compare

v3.5.1

11 Mar 11:36
093951c

Choose a tag to compare

v3.5.0

10 Mar 08:26
92ba93b

Choose a tag to compare

New functions related to light

Major Update

Trainset

GeoLightViz

GeoPressureViz

Minor fixes

v3.4.5

10 Dec 20:48
c36b883

Choose a tag to compare

v3.4.4

04 Sep 12:50
ef0e76a

Choose a tag to compare

What's Changed

  • Refactored wind file path arguement to accept both stap_id and tag_id.[1] [2] [3] [4] [5] [6] [7] [8]

  • Enhanced the print.graph and `print.tag [1] [2] [3]
    Improved CLI section headers to include the relevant id in several workflow functions, providing better context for the user. [1] [2] [3]

  • Added an assert_tag parameter to `geopressuretemplate_config [1] [2] [3] [4]
    Added an assertion for scientific_name type early in bird_create to ensure input validity, and removed a redundant assertion later in the function. [1] [2]

  • Updated progress messages and clarified output in several places. [1] [2]
    Improved handling of return values in error cases for geopressuretemplate_graph. [1] [2]
    Cleaned up and clarified documentation and comments, including removal of outdated references and minor formatting fixes. [1] [2]

  • Fixed a logical error in plot_path_leaflet when checking the interp field.

  • Ensured likelihood maps are retrieved and displayed more clearly in graph_create.

  • Added a Year: 2022 field to the DESCRIPTION file.

Full Changelog: v3.4.3...v3.4.4

v3.4.3

09 Aug 14:44

Choose a tag to compare

Moderate

Memory Optimization on Graph Creation

  • Replaced the use of geosphere functions with custom memory-efficient implementations for distance and bearing calculations.
  • Improved graph creation by introducing distance filtering before distance calculation and adding progress messages for better user feedback.
  • Added cleanup steps (rm and gc) in the edge_add_wind function to free memory by removing unused variables and closing netCDF files.

Minor

Full Changelog: v3.4.2...v3.4.3

v3.4.2

12 Jul 05:54
32bc395

Choose a tag to compare

v3.4.1

01 May 19:27
69819a5

Choose a tag to compare