-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b23ea3
commit e45f8fe
Showing
1 changed file
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,33 @@ | ||
## Summarizing bird migration and stopovers within urbanized landscapes using Motus data | ||
|
||
# urban_motus | ||
__*Pilot Phase*__ | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
Principal Investigators: **[Barbara Frei](https://www.thebirdsthetrees.com/), [Elizabeth Gow](https://www.elizabethgow.com/) and Krista De Groot** | ||
Workflow design: [Steffi LaZerte](https://steffilazerte.ca) | ||
|
||
The goal of urban_motus is to ... | ||
|
||
## Getting Started | ||
|
||
This repository contains the workflow for obtaining and filtering Motus track data | ||
for the analysis of Urban/Rural stopovers during avian migration. | ||
|
||
## Installing packages | ||
The [reports](https://steffilazerte.ca/urban_motus) contains the full annotated code and outputs run as of the dates | ||
on each page. | ||
|
||
``` | ||
install.packages("pak") | ||
pak::pkg_install("ebird/ebirdst") | ||
``` | ||
There are two ways to use this workflow | ||
|
||
## Getting access to the eBird range maps... | ||
1. **Walk through this website**, familiarize yourself with the code and outputs [Most users] | ||
|
||
- https://ebird.github.io/ebirdst/index.html#data-access | ||
2. **Modify this workflow** by working directly in the qmd scripts used to create | ||
this workflow [Some users] | ||
- To do this, you can either create a [PR](https://happygitwithr.com/big-picture.html?q=pull%20request#special-features-of-github) | ||
to the workflow or [clone](https://happygitwithr.com/push-pull-github.html?q=clone#git-clone-command-line) | ||
it and work on your own copy. | ||
- Each qmd file is setup to be run interactively (i.e. in an R session) as well | ||
as to be compiled non-interactively to create this script | ||
- Be warned that compiling the whole site can take a long time, especially if | ||
new data is being downloaded! | ||
- Use `renv::restore()` to ensure you have the same packages and versions | ||
installed in this project to reproduce this workflow. | ||
|
||
> [More details...](https://steffilazerte.ca/urban_motus) |