Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.62 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.62 KB

nrel-uses

Competing ocean uses work with National Renewable Energy Lab (NREL):

Here are other related Github repositories (in order from oldest to newest):

  • nrelutils: R package to facilitate nrel-uses analysis
  • nrel-docker: full software stack to run the App, containerized using Docker
  • nreluseblocks: latest analysis by lease blocks (vs raster cells), as an R package

Interactive App

The Shiny application (code in app folder) provides an interactive web interface to data layers, particularly for implementing alternative weights and sliders to ocean use layers for identifying areas of conflict.

Running the App Online

You can find this app online here:

ecoquants.shiny.io/nrel-uses

Running the App Locally with R

You can also directly run the app from a local desktop instance of the R statistical programming language as long as you already have the libraries installed that are listed at the top of the global.R file (e.g. install.packages("shiny")).

shiny::runGitHub('ecoquants/nrel-uses', subdir='app')