Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dbca-wa/FireHistory

Functions to aid querying DBCA fire history data
https://github.com/dbca-wa/FireHistory

Last synced: 3 months ago
JSON representation

Functions to aid querying DBCA fire history data

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

## FireHistory

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![GitHub issues](https://img.shields.io/github/issues/dbca-wa/FireHistory.svg?style=popout)](https://github.com/dbca-wa/FireHistory/issues/)
[![Last-changedate](https://img.shields.io/github/last-commit/dbca-wa/FireHistory.svg)](https://github.com/dbca-wa/FireHistory/commits/master)
[![Github top language](https://img.shields.io/github/languages/top/dbca-wa/FireHistory.svg)](https://github.com/dbca-wa/FireHistory/)
[![DOI](https://zenodo.org/badge/529086399.svg)](https://zenodo.org/badge/latestdoi/529086399)

The goal of FireHistory is to provide tools to help extract useful fire metrics
from the Department of Biodiversity, Conservation and Attractions Fire History
dataset [data WA link](https://catalogue.data.wa.gov.au/dataset/dbca-fire-history).

## Installation

You can install the development version of FireHistory from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("dbca-wa/FireHistory")
```

## Help Files

All functions within FireHistory have the usual R help files, however the best place to see these and some helpful articles describing the intended workflow is the [FireHistory website](https://dbca-wa.github.io/FireHistory/index.html)