Recent Releases of GeoPressureR

GeoPressureR - v3.3.3

Minor

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

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.2...v3.3.3

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss 4 months ago

GeoPressureR - v3.3.2

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: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.1...v3.3.2

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss 5 months ago

GeoPressureR - v3.3.1

Major update

Minor

New Contributors

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.0...v3.3.1

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss 5 months ago

GeoPressureR - v3.2.0

Major

Minor

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.2.0...v3.1.0

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v3.2.0...v3.1.0

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 1 year ago

GeoPressureR - v3.1.0

Major

  • Update to GeoPressureAPI v2, using thr_mask in geopressure_map_mismatch() and splitting keep_mse_mask.
  • Adjust computation of ground speed to account for grid resolution.

Minor

  • Use negative indexing for known
  • remove trailing / to default directories.
  • documentations and minor fixes.

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.0.0...v3.1.0

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 1 year ago

GeoPressureR - v2.8-beta

Major

  • Run request in parrallel with 100 workers c650785925344461ac17ecdd3fdc09dc40443a9b
  • Improvement following revision: Approximation of distance 6f4162501a6e6bf2e721e09da23aac6c836033d4
  • Improvement following revision: Single removal of nodes 1df06e7892e36871a6a220cb2458bc3d4f1d5529

Minor

  • Fix bug for .deg 73eb5dadbdf3226df3dd807254630e5dbaba23bb
  • Fix bug for simulation with multiple starting location (unknown equipement) 3abac396055d3c114e312df5f9d36a64af9bebec
  • Use of utils.R file for functions used at several location
  • Fix bug cf0989376934cafc3016f37a0a163e56243c2dcc

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.7-beta...v2.8-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 1 year ago

GeoPressureR - v3.0.0

Guiding principles of v3

This new version consists of a significant revamp of the entire code centered around these themes:

  • Name more general than SOI sensors (e.g., use tag instead of pam)
  • Focus the workflow on pressure sensor (but still allows for acceleration or light data)
  • Update the notion of graph into State-Space Model notations (e.g. probability -> likelihood)
  • More memory efficient (store minimum graph info) while minimizing computational expense of the "slow" functions
  • Shorter workflow #69
  • Ease of labeling #67
  • Reproducibility and long-term storage with param.
  • Use of S3 class object with print and plot generic function.
  • Compatible with pipe |> or %>%
  • Use of cli for message and progress bar.
  • Be able to update tag and pressurepath without re-computing everything.

⚠️ See #55 for details on the functions named change
⚠️ See the migration wiki for a small guide to transition from v2.

Major

  • Use of GeoPressureR object: tag, graph, param, bird
  • Many new ploting functions including update of geopressureviz()
  • Transition from raster to terra #59
  • New label scheme with test and messaging for troubleshooting #67 #73 #83
  • Create tag_update() and pressurepath_update()
  • Review the structure of a path and edges.

Minor

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 1 year ago

GeoPressureR - v2.7-beta

Major

  • Major fix in the computation of the marginal map bd1103fda0c5b4e3c0f218ee7bcf3fbc69dc6123

Minor

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.6-beta...v2.7-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 2 years ago

GeoPressureR - v2.6-beta

Major

  • add windspeed download function graph_download_wind()

Minor

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.5-beta...v2.6-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 2 years ago

GeoPressureR - v2.5-beta

Major

  • Migration of all the vignette and data used for the vignette in GeoPressureManual bda0f7898dd9e6b8d9d786ce56ae3e5ec422c935
  • Read Migrate Technology data (should not be breaking change, but some significant changes) #23
  • Add logis function in flight_prob() 6e1a8f0e93d82ec2a9bccce404cdb59fcc218277

Minor

  • Read Avonet data as package data c5c8d807f9a7e13a49e3d1565a7b3beffb58022f
  • Update of r-lib/actions to v2 3382fb9b7b9970f1c102cf9aabf3a6b06b5d505e
  • 8720b6e6032f910f0c702e649a907dcf10bc2258
  • Improvement of GeoPressureViz 97be49de4ed6c309b16e23fbedde1d618ae0a04c 964b558913de7f7b6ef9915fc9cc41fc0b3dd0d3
  • Add checks and warning in functions
  • Preparation of the code for CRAN

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.4-beta...v2.5-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss over 2 years ago

GeoPressureR - v2.4-beta

Major

Minor

  • minor fixes for sta_id=0 or NA
  • minor fixes in geopressureviz
  • add dummy graph test to improve coverage.
  • compute windspeed for short flight happening during the same hour
  • typos, code readability and stlyer

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.3-beta...v2.4-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss almost 3 years ago

GeoPressureR - v2.3-beta

Major

Minor

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.2-beta...v2.3-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 3 years ago

GeoPressureR - v2.2-beta

Major

  • New function geopressure_map2path with return of index of lat-lon option
  • New function geopressure_ts_path to compute mulitple geopressure_ts function on a full path
  • Update GeoPressureViz (https://rafnuss.shinyapps.io/GeoPressureViz/) to accept geopressure_ts_path output

Minor

Full Changelog

https://github.com/Rafnuss/GeoPressureR/compare/v2.1-beta...v2.2-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 3 years ago

GeoPressureR - v2.1-beta

What's Changed

Major

Minor

  • Minor correction of existing code
  • cleaning of name, variable and file saved for more consistency
  • Update to GeoPresureAPI v2.1

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v2.0-beta...v2.1-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 3 years ago

GeoPressureR - v2.0-beta

What's Changed

New Contributors

Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v1.1-beta...v2.0-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 3 years ago

GeoPressureR - v1.1-beta

Full Changelog: https://github.com/Rafnuss/GeoPressureR/commits/v1.1-beta

Biosphere - Avian Monitoring and Analysis - R
Published by Rafnuss about 3 years ago