Skip to content

Commit

Permalink
fix am-fine.qmd -> am-tree.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Dec 20, 2023
1 parent 916476b commit f7e0df4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
15 changes: 6 additions & 9 deletions explorations/am-fine.qmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
description: "Select a Sanctuary or Draw a polygon to filter to 1/2º AquaMaps species and view as Table or treemap Plot for interactive taxonomic composition."
image: "../figures/explorations/am-sanct.png"
url: "https://shiny.marinebon.app/am-sanct/"
url-code: "https://github.com/marinebon/aquamapsduckdb/tree/main/inst/app"
description: "Downscale AquaMaps from 1/2º to GEBCO 1/240º using Google Earth Engine and Shiny."
image: "../figures/explorations/aquamaps-downscaled.png"
url: "https://shiny.marinebon.app/am-fine/"
url-code: "https://github.com/marinebon/aquamaps-downscaled/tree/main/sp-map"
categories:
- "data: AquaMaps"
- "tech: DuckDB"
- "tech: R"
- "tech: Google Earth Engine"
- "tech: Shiny"
editor: source
---

# AquaMaps Treemap {.unnumbered}
# AquaMaps Downscaled {.unnumbered}

```{r}
#| echo: false
Expand All @@ -31,5 +30,3 @@ url_code <- metadata[["url-code"]]
- [{{< fa brands github >}} `code`](`r url_code`)

![](`r img`)

This app uses [`aquamapsdata`](https://raquamaps.github.io/aquamapsdata/articles/intro.html) after translating from `sqlite` (slow) and `raster` (deprecated) R functions to `duckdb` (fast) and `terra` (superceding) R functions. We can use these distributional data to calculate place-based indicators with anticipation of the distributional data getting improved upon in 2024 by AquaX and others.
35 changes: 35 additions & 0 deletions explorations/am-tree.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
description: "Select a Sanctuary or Draw a polygon to filter to 1/2º AquaMaps species and view as Table or treemap Plot for interactive taxonomic composition."
image: "../figures/explorations/am-sanct.png"
url: "https://shiny.marinebon.app/am-sanct/"
url-code: "https://github.com/marinebon/aquamapsduckdb/tree/main/inst/app"
categories:
- "data: AquaMaps"
- "tech: DuckDB"
- "tech: R"
- "tech: Shiny"
editor: source
---

# AquaMaps Treemap {.unnumbered}

```{r}
#| echo: false
#| warning: false
library(rmarkdown)
descr <- metadata[["description"]]
img <- metadata[["image"]]
url_web <- metadata[["url"]]
url_code <- metadata[["url-code"]]
```

`r descr`

- [{{< fa globe >}} website](`r url_web`)

- [{{< fa brands github >}} `code`](`r url_code`)

![](`r img`)

This app uses [`aquamapsdata`](https://raquamaps.github.io/aquamapsdata/articles/intro.html) after translating from `sqlite` (slow) and `raster` (deprecated) R functions to `duckdb` (fast) and `terra` (superceding) R functions. We can use these distributional data to calculate place-based indicators with anticipation of the distributional data getting improved upon in 2024 by AquaX and others.

0 comments on commit f7e0df4

Please sign in to comment.