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
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.
You can find this app online here:
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')