Skip to content

Commit

Permalink
Merge pull request #62 from acep-uaf/data-links
Browse files Browse the repository at this point in the history
data-source-links
  • Loading branch information
ianalexmac authored Jun 6, 2024
2 parents a92c25a + 84cd92b commit 901357f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ book:
- href: mailto:uaf-acep-dcm-support@alaska.edu
text: Report an issue via email
icon: envelope-exclamation
- href: https://acep-uaf.github.io/ak-energy-statistics-2011_2021/
text: Alaska Energy Statistics Workbooks (2011-2021)
icon: bi-file-spreadsheet
repo-actions: [issue]

chapters:
Expand Down
4 changes: 2 additions & 2 deletions data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo: false


## Data Overview
The data used in this web-book is derived from federal, state, commercial, and local sources, as well as direct communications with utilities and state program managers. More information about data sources can be found on the [methods page](./methods.html) of this web-book.
The data used in this web-book is derived from federal, state, commercial, and local sources, as well as direct communications with utilities and state program managers. More information about [data sources](https://acep-uaf.github.io/ak-energy-statistics-2011_2021/) can be found on the [methods page](./methods.html) of this web-book.

## Download Individual Tables
Individual tables can be downloaded here as text files (CSV, comma-separated values). Once downloaded to your local machine, these files can be opened graphically using Microsoft Excel, or programmatically using R or Python.
Expand Down Expand Up @@ -273,4 +273,4 @@ db_button = (database, filename = 'data.csv') => {
}
db_button(database, `${dbTable}`)
```
```

0 comments on commit 901357f

Please sign in to comment.