Skip to content

Commit cf67f4e

Browse files
KPhansrpkyle
authored andcommitted
DashR Oil and Gas Ternary (plotly#245)
1 parent 2576bfe commit cf67f4e

29 files changed

+12965
-19
lines changed

apps/dashr-oil-and-gas-ternary/.Rhistory

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/virtualstaticvoid/heroku-buildpack-r#heroku-16
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
libcurl4-openssl-dev
2+
libxml2-dev
3+
libv8-3.14-dev
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: R -f /app/apps/"$DASH_APP_NAME"/app.R
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## dashr-oil-gas-ternary
2+
3+
`dashr-oil-gas-ternary` creates a dashboard for mineral composition evaluations from natural gas wells.
4+
By pairing a geographic map of well locations with ternary diagram, this app helps geologists to find out results of gas wells with relationship to formations or rock types.
5+
This is a demo of Dash interactive Python framework developed by [Plotly](https//plot.ly/).
6+
7+
![Animated](assets/Screencast.gif)
8+
9+
## Screenshots
10+
![initial](assets/Screenshot.png)
11+
12+
## Requirements
13+
We suggest you to create a separate virtual environment running Python 3 for this app, and install all of the required dependencies there. Run in Terminal/Command Prompt:
14+
15+
```
16+
git clone https://github.com/plotly/dash-sample-apps.git
17+
Rscript app.R
18+
```
19+
20+
## How to use the app
21+
Run this app locally by:
22+
```
23+
RScript app.R
24+
```
25+
Open http://127.0.0.1:8050/ in your browser.
26+
27+
Select a subset of data points from the well map, ternary map or bar graph to visualize cross-filtering to other plots.
28+
Selection can be done by clicking on individual data points, or by using the lasso tool to capture multiple data points or bars. Hold the SHIFT
29+
key while clicking and dragging for multi-region selection.
30+
31+
## Data source
32+
Historical shale gas production data for selected Devonian Ohio Shale wells http://www.uky.edu/KGS/emsweb/kyogfaq/kyogfaq10.html

0 commit comments

Comments
 (0)