Skip to content

Commit

Permalink
Merge pull request #86 from ianalexmac/main
Browse files Browse the repository at this point in the history
Add maps to Methods PDF
  • Loading branch information
jikaczmarski authored Aug 2, 2024
2 parents e1efc01 + d8f68d5 commit 0b39898
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
3 changes: 0 additions & 3 deletions data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ To download the data itself, please visit this report's corresponding web-book a


::: {.content-visible when-format="html"}
## How to Cite
{{< include _citations.qmd >}}

## 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](https://acep-uaf.github.io/ak-energy-statistics-2011_2021/) can be found on the [methods page](./methods.html) of this web-book.

Expand Down
Binary file added images/acep_regions_map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/aea_regions_map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions methods.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ cap-location: top
echo: false
---

```{r, echo=FALSE,warning=FALSE,message=FALSE}
library(dplyr)
```

## Data Sources {#sec-sources}

The data in this report was collected from a variety of sources that are listed below. Most electric utilities throughout the state are not required to submit annual reports to the federal government due to their size and/or number of customers. Therefore, our data sources encompass federal, state, commercial, and local filings as well as direct communications with utilities and state program managers. Each section of the report pulls data from a variety of these sources. The data was downloaded directly from the original sources and concatenated to develop a dataset for this report. In some cases, a single observation is derived from multiple sources due to reporting limitations.

Below are relevant sources of data for the report.
Expand Down Expand Up @@ -46,7 +50,9 @@ Neil McMahon, first at AEA and then at [DOWL](https://www.dowl.com/), an Alaska

## Regional Summaries

For the purpose of energy planning, AEA has defined [eleven energy regions](https://dcra-cdo-dcced.opendata.arcgis.com/datasets/edb3e790ea4b40579f29e925afc061c5_0/explore?showTable=true) for the State of Alaska. Previous versions of the _Alaska Electric Energy Statistics_ reports presented data summarized by those regions. In order to provide visualizations that are easier to understand, we have condensed these eleven regions into three major energy regions: Coastal, Railbelt, and Rural Remote. @fig-regions-scheme shows the diagrammatic relationship between these two classification systems and @fig-regions-map displays this relationship cartographically.
For the purpose of energy planning, AEA has defined [eleven energy regions](https://dcra-cdo-dcced.opendata.arcgis.com/datasets/edb3e790ea4b40579f29e925afc061c5_0/explore?showTable=true) for the State of Alaska. Previous versions of the _Alaska Electric Energy Statistics_ reports presented data summarized by those regions. In order to provide visualizations that are easier to understand, we have condensed these eleven regions into three major energy regions: Coastal, Railbelt, and Rural Remote. @fig-regions-scheme shows the diagrammatic relationship between these two classification systems. `r if (knitr::is_html_output()) {"@fig-regions-map-html"} else if (knitr::is_latex_output()) {"@fig-regions-map-pdf-aea and @fig-regions-map-pdf-acep"}` displays this relationship cartographically.



We note that the Coastal and Rural Remote regions include mixtures of Power Cost Equalization (PCE) and non-PCE eligible communities. The Coastal region includes Copper River/Chugach and incorporates all communities served by Copper Valley Electric Association. PCE communities are largely dependent on diesel generation.

Expand All @@ -72,6 +78,7 @@ html`<link href='${resolve('leaflet@1.2.0/dist/leaflet.css')}' rel='stylesheet'
bootstrap=require("bootstrap")
// css=html`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">`
// css=html`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">`
```

```{ojs}
Expand Down Expand Up @@ -160,7 +167,7 @@ points = L.geoJSON(coords_json, {
```

```{ojs}
//| label: fig-regions-map
//| label: fig-regions-map-html
//| fig-cap: "Cartographic Relationship between Energy Regions as defined by AEA and ACEP"
viewof region_input = Inputs.select(new Map([
Expand Down Expand Up @@ -201,6 +208,15 @@ map = {

:::

::: {.content-visible when-format="pdf"}

![AEA Regions Map](images/aea_regions_map.jpg){#fig-regions-map-pdf-aea}

![ACEP Regions Map](images/acep_regions_map.jpg){#fig-regions-map-pdf-acep}

:::


<br>
<br>

Expand Down

0 comments on commit 0b39898

Please sign in to comment.