Skip to content

An interactive data visualization, analysis, and sharing application built using Shiny, Mapbox, and Google Earth Engine. Hosted on Google Cloud Run.

Notifications You must be signed in to change notification settings

whrc/land-carbon-storage-app

Repository files navigation

Land Carbon Storage App

An interactive data visualization, analysis, and sharing application built using Shiny, Mapbox, and Google Earth Engine. Hosted on Google Cloud Run.

Built to highlight the Walker et al. 2022 global potential carbon dataset.

To build Docker image, make sure dev = F in app/app.R before running build.sh.

App currently runs on https://land-carbon-storage-app-v1-1069052289734.us-central1.run.app/.

Tips

Dockerfile developed interactively inside Docker Desktop terminal on MacOS using:

docker run --platform=linux/amd64 --rm -it rocker/geospatial:latest /bin/bash

Then to test run:

docker run --platform=linux/amd64 -d -p 8080:8080 "${REGION}-docker.pkg.dev/${PROJECT_ID}/${REPO_NAME}/${IMAGE_NAME}:${IMAGE_TAG}"

Helpful links:

About

An interactive data visualization, analysis, and sharing application built using Shiny, Mapbox, and Google Earth Engine. Hosted on Google Cloud Run.

Resources

Stars

Watchers

Forks

Releases

No releases published