Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Jul 4, 2024
1 parent 0b23ea3 commit e45f8fe
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions README.md
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)

0 comments on commit e45f8fe

Please sign in to comment.