Skip to content

Releases: Rafnuss/GeoPressureR

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

v3.4.0

27 Feb 16:15
5d5b9c4

Choose a tag to compare

v3.3.4

17 Feb 20:11
b1b731f

Choose a tag to compare

v3.3.3

16 Jan 10:17
0a8eb93

Choose a tag to compare

Minor

  • Minor fixes of plot_path
  • Minor fix on plot_twilight
  • Minor edits on docs and website

Full Changelog: v3.3.2...v3.3.3

v3.3.2

02 Dec 09:23
e5f540e

Choose a tag to compare

GeoPressureR v3.3.2

Major update

  • Change the computation of distance of edges in the graph by removing the fix that added 1 resolution to the distance to account for large grid square and short flight distance. Instead, add warning message in case there might be such an issue (flight distance < grid resolution) ddbd07d.
  • Add zero_speed_threshold parameter that allow to encourage bird to stay at the same location. This is typically the case for short flight that don't seems to affect the position. Quite similar to a stap_elev 2060790
  • Add other type of pressurepath in interim 8d7f1d1

Minor

Full Changelog: v3.3.1...v3.3.2

v3.3.1

02 Dec 08:19
c5ee167

Choose a tag to compare

Major update

Minor

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

23 Sep 09:51
fcdab24

Choose a tag to compare

Major

Minor:

Full Changelog

v3.2.0...v3.3.0