Recent Releases of GeoPressureR
GeoPressureR - v3.5.4
Main
- Improve
graph_add_wind()memory use for large graphs by computing graph-scale wind speed directly in chunks instead of materializing detailed per-time-step wind output. - Improve
graph_create()memory use by releasing intermediate graph chunks while building the final graph vectors. - Document and export
tag_status()for companion packages.
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 usesc("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: https://github.com/GeoPressure/GeoPressureR/compare/v3.5.3...v3.5.4
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 1 month ago
GeoPressureR - v3.5.3
Main
- Fix major issue with era5_dataset default set incorrectly to "both"
- Fix error in barometric equation
- Handle list stap0; preserve known_lat/lon
Minor
- Improve read_stap input handling and docs
- Improve
geopressure_map()debugging by writing request bodies and full HTTP traces to temp log files. - Improve
geopressure_map()download failures error message. - Strengthen
era5_datasetdocumentation to warn that"both"is slower and can trigger memory failures on long stationary periods. - Fix the
.Rbuildignoretrailing newline warning during package build.
Full Changelog: https://github.com/GeoPressure/GeoPressureR/compare/v3.5.2...v3.5.3
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 1 month ago
GeoPressureR - v3.5.2
Main
- Rename
pitchtomean_acceleration_z - Update GeoPressureR and GeoPressureManual URLs to
geopressure.organd migrate repository links toGeoPressure/*
Minor
- Move order of
preslight - Update branch name in codecov link
- Add pre-commit hook for codemeta synchronization
- Exclude
.githooksfrom package build and refine AGENTS guidance
Full Changelog: https://github.com/GeoPressure/GeoPressureR/compare/v3.5.1...v3.5.2
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 3 months ago
GeoPressureR - v3.5.1
Tests and Coverage
- Add dedicated tests for tag_assert()
- Expand tag_label test coverage
- Add magnetic data test coverage
- Add BAS/light-file test and related tag_create fixes
- Exclude _add_wind helpers from coverage
- Coverage/test config updates and fixes, fix tests, misc cleanup
- Add shiny startup tests
Tag Creation / Tabular input
- Replace legacy dataframe/datapackage modes with unified tabular mode
- Remove obsolete tag_create_datapackage.R
- Validate crop range (crop_start < crop_end) and error when crop removes all data
- Fix temperature variable naming issue in tag creation flow
Minor
- Labeling / Quiet behavior: Fix missing quiet checks in labeling paths
- Remove experimental lifecycle badge from trainset
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.5.0...v3.5.1
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 3 months ago
GeoPressureR - v3.5.0
New functions related to light
- Add tag_stap_daily() to build stap from twilight midpoints and add read_stap() to validate/read stap files
- Add map_add_mask_water() for water masking and mask water pixels in plot.map() filtering
- Create geolight_fit_location(), refactor geolight mapping pipeline, and modularize geolight map flow
- Create twilight calibration plotting (plot_twl_calib)
Major Update
- Add era5_dataset parameter to geopressure map functions
- Fix missing variable parameter to graph_add_wind()
- Remove geosphere dependency and refactor distance/bearing computation
- Refactor geotiff downloads with future.apply + progressr
Trainset
- Major update of Trainset app
- Add experimental lifecycle badge to trainset
- Handle acceleration-only input (no pressure)
- Add modal checks/UI fixes, missing UI fix, and auto label_dir / auto-labeling fixes
GeoLightViz
- Add GeoLightViz app + modules
- Improve Shiny process handling so apps can co-exist and refactor app launcher utilities
GeoPressureViz
- Refactor GeoPressureViz map handling and map type/palette handling
- Refactor async pressure query logic
- Fix twilight grouping by stap in aggregation and fix zoom relayout triggering
Minor fixes
- Make stap filtering robust to missing columns
- Fix missing known lat/lon edge case
- Restrict merged path columns in pressurepath creation
- Move ecmwfr and ncdf4 to Suggests with runtime checks
- Use vapply and memory-focused cleanups, opt pass 1, opt pass 2
- Refine messaging / remove multiline cli text
- Switch formatting/lint workflow to air+jarl (follow-up fixes)
- Refactor plot.map() args/path plotting
- Refactor plot_path() customization/static mode
- Improve plot_graph_movement() options and annotations / visual polish
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 3 months ago
GeoPressureR - v3.4.5
Main
- Add ability to not read a sensor file with
file= "" - Improve the computation of the decimal of stap_id during flight in
find_stap() - Remove bearing value of 0 when no movement and Normalize bearing to 0-360 degrees in path2edge
- Add twl_time_tolerance parameter to time series functions
- Improving tag_create: fix issue with multiple col and Simplify the approach avoiding memory error
- Switch from lintr+styler to air+jarl link
Minor fixes:
- Remove unused 'directory' argument from tag_create_dataframe
- Refactor trainset_read to use trainset_read_raw helper
- Remove
timeoutin pressurepath_create, geopressure_timeseries() and path2elevation() - Add fix for migratech "invalid" keyword in file
- Fix issue when migratec deg file has no pressure
- Refine twilight threshold calculation logic
- Swap point colors in plot_tag_twilight function
- Refactor test setup to use temporary extdata directory
- Improve messaging 1 2, 3
GeoPressureViz:
- refactor prev/next flight message
- Make geopressureviz as background process
- Refactor to use shiny options instead of global varia…
- refine plotly icon
- GeoPressureViz--Add async support for pressure time series queries
- Fix layer order using mapPane
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 6 months ago
GeoPressureR - v3.4.5
Main
- Add ability to not read a sensor file with
file= "" - Improve the computation of the decimal of stap_id during flight in
find_stap() - Remove bearing value of 0 when no movement and Normalize bearing to 0-360 degrees in path2edge
- Add twl_time_tolerance parameter to time series functions
- Improving tag_create: fix issue with multiple col and Simplify the approach avoiding memory error
- Switch from lintr+styler to air+jarl link
Minor fixes:
- Remove unused 'directory' argument from tag_create_dataframe
- Refactor trainset_read to use trainset_read_raw helper
- Remove
timeoutin pressurepath_create, geopressure_timeseries() and path2elevation() - Add fix for migratech "invalid" keyword in file
- Fix issue when migratec deg file has no pressure
- Refine twilight threshold calculation logic
- Swap point colors in plot_tag_twilight function
- Improve messaging 1 2, 3
GeoPressureViz:
- refactor prev/next flight message
- Make geopressureviz as background process
- Refactor to use shiny options instead of global varia…
- refine plotly icon
- GeoPressureViz--Add async support for pressure time series queries
- Fix layer order using mapPane
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 7 months ago
GeoPressureR - v3.4.4
What's Changed
-
Refactored wind
filepath arguement to accept bothstap_idandtag_id.[1] [2] [3] [4] [5] [6] [7] [8] -
Enhanced the
print.graphand `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_tagparameter 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: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.3...v3.4.4
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 9 months ago
GeoPressureR - v3.4.3
Moderate
Memory Optimization on Graph Creation
- Replaced the use of
geospherefunctions 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 (
rmandgc) in theedge_add_windfunction to free memory by removing unused variables and closing netCDF files.
Minor
- Use an interp=1 by default in geopressureviz
- Temporally set default era5_dataset to land
- Removed redundant retry logic in
httr2requests across multiple functions (geopressure_map_mismatch,geopressure_timeseries) to simplify the code. (https://github.com/Rafnuss/GeoPressureR/commit/f227a90e7ba19a09d7603e85a40ad864ab005b7e)
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.2...v3.4.3
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 10 months ago
GeoPressureR - v3.4.3
Moderate
Memory Optimization on Graph Creation
- Replaced the use of
geospherefunctions 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 (
rmandgc) in theedge_add_windfunction to free memory by removing unused variables and closing netCDF files.
Minor
- Use an interp=1 by default in geopressureviz
- Temporally set default era5_dataset to land
- Removed redundant retry logic in
httr2requests across multiple functions (geopressure_map_mismatch,geopressure_timeseries) to simplify the code. (https://github.com/Rafnuss/GeoPressureR/commit/f227a90e7ba19a09d7603e85a40ad864ab005b7e)
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.2...v3.4.3
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 10 months ago
GeoPressureR - v3.4.3
Memory Optimization on Graph Creation
- Replaced the use of
geospherefunctions 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. [1] [2] [3]
- Added cleanup steps (
rmandgc) in theedge_add_windfunction to free memory by removing unused variables and closing netCDF files. [1] [2] [3] [4] [5]
Simplification and Cleanup
- Removed redundant retry logic in
httr2requests across multiple functions (geopressure_map_mismatch,geopressure_timeseries) to simplify the code. [1] [2] [3] [4] - Refactored
graph_add_windto use ellipsis (...) for parameter passing, simplifying the function signature and improving flexibility. [1] [2] [3]
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.2...v3.4.3
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 10 months ago
GeoPressureR - v3.4.2
What's Changed
- Add actogram plot
- Normalization of forward/backward mapping in model to prevent underflow.
- Fix of geopressuretemplate_pressurepath
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.1...v3.4.2
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss 11 months ago
GeoPressureR - v3.4.1
Moderate
Minor
- Refactoring of light for futur developement of goelightviz()
- Add path_geopressureviz from csv to interim folder
- improvement in the computation efficiency of light2mat
- split tag_create by manufacturer
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.4.0...v3.4.1
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 1 year ago
GeoPressureR - v3.4.0
Moderate
Minor
- Update path$ind in geopressureviz as path changes
- Add pruning of the graph after filtering graph by airspeed.
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.4...v3.4.0
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 1 year ago
GeoPressureR - v3.3.4
Moderate
Minor
- Add reading of BAS tags and PRESTAG tag
- deprecate cds api token as parameter
- deprecate *_update()
- Increase timeout for downloading wind
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.3...v3.3.4
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 1 year ago
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 over 1 year 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_thresholdparameter 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 astap_elev2060790 - Add other type of pressurepath in interim 8d7f1d1
Minor
- Plenty of small fixes and minor improvements 834155e, 152c6e7, 54aa995, 3a5ff95, 6eedd83, 8797533, 1e68260
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.1...v3.3.2
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 1 year ago
GeoPressureR - v3.3.1
Major update
- Update of param structure to function_name$param_name. The structure of the param has been reorganised: this named list stored inside of tag and graph stores parameters used during the building of tag and graph. We standardized this structure as param${function_name}${argument_name}. See the migration instructions in the GeoPressureR wiki. This will mean you'll need to update your config.yml structure - sorry for that.
- Add geopressuretemplate() functions. The main improvement is related to the use of a single function to run the entire workflow: geopressuretemplate. Read more about this in the corresponding chapter of the GeoPressureManual.
Minor
New Contributors
- @PabloCapilla made their first contribution in https://github.com/Rafnuss/GeoPressureR/pull/125
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v3.3.0...v3.3.1
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 1 year ago
GeoPressureR - v3.3.0
Major
- Read all sensors type and allow reading sensor without pressure
assert_pressure = FALSE(https://github.com/Rafnuss/GeoPressureR/pull/123/commits/d11f8cc4774b4c91c27318c43d438823b681066e, https://github.com/Rafnuss/GeoPressureR/pull/123/commits/85ffe940ec46af8cd56592c2d641f25d19712129) - Update to ecmwfr v2. Change to cds_token
- Improvement of tag_label_auto() with post-processing step
- Create path2twilight.R and Add twilight_line in plot_twilight
Minor:
- Fix issue with tag_plot_twilight() when twilight was not yet computed
- Update documentation of windsupport/drift
- Make twilight works with NA in light
- Add type to path as attribute
- Accept known as list and convert it if so
- Fix bug in compute_known in geolight_map()
- Improve progress_bar, remove extra
\f, improveprint - Change default map height
- fix plot_twilight() for twl_offset
- update all actions
Full Changelog
https://github.com/Rafnuss/GeoPressureR/compare/v3.2.0...v3.3.0
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 1 year ago
GeoPressureR - v3.2.0
Major
- Use the new GeoPressureAPI pressurepath entry point for
geopressurepath_create() - Update to GeoPressureAPI v2 for
geopressure_timeseries()https://github.com/Rafnuss/GeoPressureR/pull/103/commits/732d1a02cc241dc7d2dde3401c8747fa860650c6 - Fix major bug https://github.com/Rafnuss/GeoPressureR/pull/103/commits/05c3203ef1588bbc1f769050377cadf5f1aadcbd
- Migrate from
httrtohttr2 - Fix major bug with saving enviremnt variable in param https://github.com/Rafnuss/GeoPressureR/commit/9bcbf790a7de133448c738db272bf136dc831f8f
- Add functions
speed2bearing()andwindsupport()https://github.com/Rafnuss/GeoPressureR/commit/fe244f6057db14b6a286c0a77aaaef4c5ec0152c - Use interpolated
stap_idfor flight instead of0https://github.com/Rafnuss/GeoPressureR/commit/d7491c2a5580c9eeafe598935933727489590a75 - Create
edge_add_wind()https://github.com/Rafnuss/GeoPressureR/commit/36412dc8f0fd061798a701ca632766dbe6f069c8 - Create
path2elevation()using GeoPressureAPI to compute ground elevation from a path
Minor
- Add
workersargument ingraph_create()https://github.com/Rafnuss/GeoPressureR/commit/e1ce45882809e1fd3da0e8feb2ff80ac70f2bf8b - Add
codemeta.jsonhttps://github.com/Rafnuss/GeoPressureR/pull/105/commits/4f7f7bce8875b4af59db3fc1ce403d41d6317469 - Add project status badge https://github.com/Rafnuss/GeoPressureR/pull/105/commits/ecd8f61ec49dcd376748e54d19dfb2000675d302
- Fix leaflet tile provider with Stadia change https://github.com/Rafnuss/GeoPressureR/pull/106/commits/8d9bd159874deb87d61907ea14911eca12877038
- Add
WORDLISTforspellingpackage. - Remove the use of
indin path https://github.com/Rafnuss/GeoPressureR/commit/f7b38e1c1b06666f590df394395d7db387f2565a - Read temperature sensor https://github.com/Rafnuss/GeoPressureR/commit/17524658a5f49466a211ea5bfbfc34c523b09a47
- Only download wind data for non-existing file by default (instead of all flights) https://github.com/Rafnuss/GeoPressureR/commit/b6a2c41420bef2354a9ace640adffcb4e79e1aa1
- Remove
pressurepath2altitude()now computed inpressurepath_create()
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 over 2 years ago
GeoPressureR - v3.1.0
Major
- Update to GeoPressureAPI v2, using
thr_maskingeopressure_map_mismatch()and splittingkeep_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 2 years 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
.deg73eb5dadbdf3226df3dd807254630e5dbaba23bb - Fix bug for simulation with multiple starting location (unknown equipement) 3abac396055d3c114e312df5f9d36a64af9bebec
- Use of
utils.Rfile 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 almost 3 years 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
taginstead ofpam) - 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
tagandpressurepathwithout 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
rastertoterra#59 - New label scheme with test and messaging for troubleshooting #67 #73 #83
- Create
tag_update()andpressurepath_update() - Review the structure of a path and edges.
Minor
- Formulate graph as a HMM #68
- Simplified workflow #69
- Use of
clifor message. - Create
graph_shortestpathhttps://github.com/Rafnuss/GeoPressureR/commit/b69c2a21b784f598b03822e940c02c216114e9f9 - Review all tests and example
- Review all functions names and parameters
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss almost 3 years ago
GeoPressureR - v2.7-beta
Major
- Major fix in the computation of the marginal map bd1103fda0c5b4e3c0f218ee7bcf3fbc69dc6123
Minor
- Improve
graph_download_wind()#54 - Geopressureviz function in https://github.com/Rafnuss/GeoPressureR/pull/52
- Replace
isoutliarwith `isoutlier in https://github.com/Rafnuss/GeoPressureR/pull/43 - Use
assertthatin https://github.com/Rafnuss/GeoPressureR/pull/46 and https://github.com/Rafnuss/GeoPressureR/pull/47 - Typo of equipement and retrival in https://github.com/Rafnuss/GeoPressureR/pull/48
- Various minor fixes
Full Changelog
https://github.com/Rafnuss/GeoPressureR/compare/v2.6-beta...v2.7-beta
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss over 3 years ago
GeoPressureR - v2.6-beta
Major
- add windspeed download function
graph_download_wind()
Minor
- fixes for reading pam data
- various fixes (see https://github.com/Rafnuss/GeoPressureR/pull/42)
Full Changelog
https://github.com/Rafnuss/GeoPressureR/compare/v2.5-beta...v2.6-beta
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss almost 4 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
logisfunction inflight_prob()6e1a8f0e93d82ec2a9bccce404cdb59fcc218277
Minor
- Read Avonet data as package data c5c8d807f9a7e13a49e3d1565a7b3beffb58022f
- Update of
r-lib/actionsto 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 almost 4 years ago
GeoPressureR - v2.4-beta
Major
- Accept request over water and display warning message. See https://github.com/Rafnuss/GeoPressureR/pull/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 https://github.com/Rafnuss/GeoPressureR/issues/16
- Remove the artificial increase of flight duration at the creation of graph https://github.com/Rafnuss/GeoPressureR/commit/696566e8041e90d04e3e01d7d84ef299660bab6e
- Compute groundspeed in parallel in graph creation https://github.com/Rafnuss/GeoPressureR/commit/b1466c737a66c740e2f6a35bcdbc19d9f5aebfd1
Minor
- minor fixes for
sta_id=0orNA - 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 about 4 years ago
GeoPressureR - v2.3-beta
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 https://github.com/Rafnuss/GeoPressureR/commit/5acfb136b8cac49d3cfd9633ce9a0a81ccc9b252
- Major update in the data location to avoid being loaded when using the package. Move all data to
inst/extdatato avoid having them loaded with https://github.com/Rafnuss/GeoPressureR/commit/65c8f8062cf07fb1471c9f15f6f08757d00951df - Add more information on various dataset to be able to load in GeoPressureViz
- Change to the graph https://github.com/Rafnuss/GeoPressureR/commit/4aeed9ab77c8efe15b2da591247700d0ebb0cb5f
Minor
- Multiple test file and add
covr - Optimize
sta_pam() - Re-write
find_twilights - Create function graph_path2edge
- Add energy figure
- Multiple improvement on GeoPressureViz
- Add citation and contribution file
- use 100 character width
- Add link to GeoPressureTemplate
Full Changelog
https://github.com/Rafnuss/GeoPressureR/compare/v2.2-beta...v2.3-beta
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 4 years ago
GeoPressureR - v2.2-beta
Major
- New function
geopressure_map2pathwith return of index of lat-lon option - New function
geopressure_ts_pathto compute mulitplegeopressure_tsfunction on a full path - Update GeoPressureViz (https://rafnuss.shinyapps.io/GeoPressureViz/) to accept
geopressure_ts_pathoutput
Minor
- fix flight and avonet databse (https://github.com/Rafnuss/GeoPressureR/issues/10)
- fix https://github.com/Rafnuss/GeoPressureR/issues/9
Full Changelog
https://github.com/Rafnuss/GeoPressureR/compare/v2.1-beta...v2.2-beta
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 4 years ago
GeoPressureR - v2.1-beta
What's Changed
Major
- Graph Addition of wind: https://raphaelnussbaumer.com/GeoPressureR/articles/wind-graph.html
- Movement model function: converting airspeed/groundspeed to probability.
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 4 years ago
GeoPressureR - v2.0-beta
What's Changed
- Add vignette and code for light geopositioning by @Rafnuss in https://github.com/Rafnuss/GeoPressureR/pull/4
- minor language changes by @jsocolar in https://github.com/Rafnuss/GeoPressureR/pull/7
New Contributors
- @jsocolar made their first contribution in https://github.com/Rafnuss/GeoPressureR/pull/7
Full Changelog: https://github.com/Rafnuss/GeoPressureR/compare/v1.1-beta...v2.0-beta
Biosphere - Avian Monitoring and Analysis
- R
Published by Rafnuss about 4 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 4 years ago