An open API service indexing awesome lists of open source software.

https://github.com/aloftdata/visualization-roadmap

Roadmap for an animal migration explorer using weather radar data
https://github.com/aloftdata/visualization-roadmap

Last synced: 9 months ago
JSON representation

Roadmap for an animal migration explorer using weather radar data

Awesome Lists containing this project

README

          

# Roadmap for an animal migration explorer using weather radar data

[![DOI](https://zenodo.org/badge/113229327.svg)](https://zenodo.org/badge/latestdoi/113229327)

Read the roadmap document at https://enram.github.io/visualization-roadmap/

## Repo structure

The main document is [src/roadmap.Rmd](src/roadmap.Rmd). Files indicated with `GENERATED` should not be edited manually.

```
├── README.md : Top-level description of this project
├── LICENSE : Project license
├── .gitignore : Files and folders to be ignored by git

├── src
│ ├── roadmap.Rmd : Source Rmarkdown document. Edit this document and click the "Knit" button
│ │ in RStudio to generate the HTML in /docs
│ ├── custom.css : Some custom styling
│ └── images : Images used in the document

└── docs
└── index.html : HTML version of the roadmap, hosted on GitHub pages GENERATED
```

## Feedback

Interested to tackle a goal? Want to get in touch? Leave us an [issue](https://github.com/enram/visualization-roadmap/issues).

## Contributors

* [Peter Desmet](https://github.com/peterdesmet)
* [Hans van Gasteren](https://github.com/hvangasteren)
* [Judy Shamoun-Baranes](https://github.com/jshamoun)

## License

[Creative Commons Attribution 4.0 International](LICENSE)