https://github.com/mapme-initiative/demo-madeira
Quarto project to demonstrate usage of mapme.biodiversity with a use case at the Madeira river
https://github.com/mapme-initiative/demo-madeira
brazil deforestation eo flooding gfw gsw madeira
Last synced: 4 months ago
JSON representation
Quarto project to demonstrate usage of mapme.biodiversity with a use case at the Madeira river
- Host: GitHub
- URL: https://github.com/mapme-initiative/demo-madeira
- Owner: mapme-initiative
- License: cc-by-4.0
- Created: 2024-12-03T09:27:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T08:51:43.000Z (over 1 year ago)
- Last Synced: 2024-12-12T09:27:22.331Z (over 1 year ago)
- Topics: brazil, deforestation, eo, flooding, gfw, gsw, madeira
- Language: R
- Homepage: https://mapme-initiative.github.io/demo-madeira/
- Size: 8.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-madeira
This repository contains the source code of a quarto project showcasing
the usage of `mapme.biodiversity` to estimate changes in forest cover
caused by flooding as a consequence of dam building at the Madeira river in
Rondônia, Brazil.
The rendered version can be visited by following this link:
[https://mapme-initiative.github.io/demo-madeira/](https://mapme-initiative.github.io/demo-madeira/)
## For contributors
The R dependencies are tracked via `renv`. After cloning the repository
you will need to restore the development environment, e.g. with:
```shell
git clone https://github.com/mapme-initiative/demo-madeira.git
cd demo-madeira
Rscript -e "renv::restore()"
```
Then to preview the project:
```shell
quarto preview
```
Note, that due to the size of the required data for this tutorial,
the site is not automatically build with GitHub actions. Instead,
after committing your changes, the site must be built locally and pushed
to the `gh-pages` branch via:
```shell
quarto publish gh-pages
```