Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dbca-wa/FireHistory
- Owner: dbca-wa
- License: mit
- Created: 2022-08-26T02:24:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T04:00:03.000Z (over 1 year ago)
- Last Synced: 2024-04-14T02:24:52.324Z (7 months ago)
- Language: R
- Homepage:
- Size: 66.1 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - FireHistory - 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 Western Australia link. (Biosphere / Wildfire)
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)