Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
512 changes: 512 additions & 0 deletions apps/dashr-oil-and-gas-ternary/.Rhistory

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/dashr-oil-and-gas-ternary/.buildpacks
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/virtualstaticvoid/heroku-buildpack-r#heroku-16
3 changes: 3 additions & 0 deletions apps/dashr-oil-and-gas-ternary/Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
libcurl4-openssl-dev
libxml2-dev
libv8-3.14-dev
1 change: 1 addition & 0 deletions apps/dashr-oil-and-gas-ternary/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: R -f /app/apps/"$DASH_APP_NAME"/app.R
32 changes: 32 additions & 0 deletions apps/dashr-oil-and-gas-ternary/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## dashr-oil-gas-ternary

`dashr-oil-gas-ternary` creates a dashboard for mineral composition evaluations from natural gas wells.
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.
This is a demo of Dash interactive Python framework developed by [Plotly](https//plot.ly/).

![Animated](assets/Screencast.gif)

## Screenshots
![initial](assets/Screenshot.png)

## Requirements
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:

```
git clone https://github.com/plotly/dash-sample-apps.git
Rscript app.R
```

## How to use the app
Run this app locally by:
```
RScript app.R
```
Open http://127.0.0.1:8050/ in your browser.

Select a subset of data points from the well map, ternary map or bar graph to visualize cross-filtering to other plots.
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
key while clicking and dragging for multi-region selection.

## Data source
Historical shale gas production data for selected Devonian Ohio Shale wells http://www.uky.edu/KGS/emsweb/kyogfaq/kyogfaq10.html
Loading