Skip to content

Releases: Rafnuss/GeoPressureR

v3.3.0

v3.2.0

10 Feb 07:03
Compare
Choose a tag to compare

Major

  • Use the new GeoPressureAPI pressurepath entry point for geopressurepath_create()
  • Update to GeoPressureAPI v2 for geopressure_timeseries() 732d1a0
  • Fix major bug 05c3203
  • Migrate from httrto httr2
  • Fix major bug with saving enviremnt variable in param 9bcbf79
  • Add functions speed2bearing() and windsupport() fe244f6
  • Use interpolated stap_id for flight instead of 0 d7491c2
  • Create edge_add_wind() 36412dc
  • Create path2elevation() using GeoPressureAPI to compute ground elevation from a path

Minor

  • Add workers argument in graph_create() e1ce458
  • Add codemeta.json 4f7f7bc
  • Add project status badge ecd8f61
  • Fix leaflet tile provider with Stadia change 8d9bd15
  • Add WORDLIST for spelling package.
  • Remove the use of ind in path f7b38e1
  • Read temperature sensor 1752465
  • Only download wind data for non-existing file by default (instead of all flights) b6a2c41
  • Remove pressurepath2altitude() now computed in pressurepath_create()

Full Changelog

v3.1.0...v3.2.0

v3.1.0

15 Sep 12:54
88159a2
Compare
Choose a tag to compare

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: v3.0.0...v3.1.0

v3.0.0

07 Sep 12:52
Compare
Choose a tag to compare

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

  • Formulate graph as a HMM #68
  • Simplified workflow #69
  • Use of cli for message.
  • Create graph_shortestpath b69c2a2
  • Review all tests and example
  • Review all functions names and parameters

v2.8-beta

07 Sep 13:04
d25e41a
Compare
Choose a tag to compare
v2.8-beta Pre-release
Pre-release

Major

  • Run request in parrallel with 100 workers c650785
  • Improvement following revision: Approximation of distance 6f41625
  • Improvement following revision: Single removal of nodes 1df06e7

Minor

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

Full Changelog

v2.7-beta...v2.8-beta

v2.7-beta

19 Oct 18:46
Compare
Choose a tag to compare
v2.7-beta Pre-release
Pre-release

Major

  • Major fix in the computation of the marginal map bd1103f

Minor

  • Improve graph_download_wind() #54
  • Geopressureviz function in #52
  • Replace isoutliar with `isoutlier in #43
  • Use assertthat in #46 and #47
  • Typo of equipement and retrival in #48
  • Various minor fixes

Full Changelog

v2.6-beta...v2.7-beta

v2.6-beta

07 Sep 01:40
c3403d1
Compare
Choose a tag to compare
v2.6-beta Pre-release
Pre-release

Major

  • add windspeed download function graph_download_wind()

Minor

  • fixes for reading pam data
  • various fixes (see #42)

Full Changelog

v2.5-beta...v2.6-beta

v2.5-beta

07 Sep 01:00
1dbeb92
Compare
Choose a tag to compare
v2.5-beta Pre-release
Pre-release

Major

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

Minor

  • Read Avonet data as package data c5c8d80
  • Update of r-lib/actions to v2 3382fb9
  • 8720b6e
  • Improvement of GeoPressureViz 97be49d 964b558
  • Add checks and warning in functions
  • Preparation of the code for CRAN

Full Changelog

v2.4-beta...v2.5-beta

v2.4-beta

08 Jun 18:27
Compare
Choose a tag to compare
v2.4-beta Pre-release
Pre-release

Major

  • Accept request over water and display warning message. See #15
  • Add logging of error and return JSON file of the request in case of error for troubleshooting
  • Change downloading and reading of geotiff file to work on windows. See #16
  • Remove the artificial increase of flight duration at the creation of graph 696566e
  • Compute groundspeed in parallel in graph creation b1466c7

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

v2.3-beta...v2.4-beta

v2.3-beta

13 Apr 00:04
Compare
Choose a tag to compare
v2.3-beta Pre-release
Pre-release

Major

  • Major fix of wind computation bearing to angle and m/s -> km/h
  • Major fix of twilight uncertainty using kernel density. The gamma fitting was very wrong 5acfb13
  • Major update in the data location to avoid being loaded when using the package. Move all data to inst/extdata to avoid having them loaded with 65c8f80
  • Add more information on various dataset to be able to load in GeoPressureViz
  • Change to the graph 4aeed9a

Minor

Full Changelog

v2.2-beta...v2.3-beta