Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andymcdgeo committed Jan 3, 2021
1 parent 84ff8fc commit cb58c94
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# LAS Explorer
# LAS Explorer
## Version 0.1

The LAS Data Explorer is a tool designed using Python and Streamlit to help you view and gain an understanding of the contents of a LAS file. Current functionality includes:
* Loading LAS files
* Viewing Header Information
* Viewing Curve Information (names, values and statistics)
* Visualising LAS data using an interactive log plot
* Visualising LAS data using an interactive crossplot (scatter plot) and histogram


A running version of the app can be accessed at at https://las-explorer.herokuapp.com. The app may run slowly when accessing it. This is due to the hosting and should not affect functionality.

## Notes on Usage
* The app can be cloned and run locally using streamlit: `streamlit run app.py`. When doing this, ensure you have the required modules listed in the requirements file.
* Scales on interactive plots can be changed by double clicking on the lower/upper limit values.

## Bugs, Enhancements and Comments
All comments, bug reports and enhancement requests are welcome. To do so, please submit a new issue and I will investigate it

## Future Functionality
Future functionality will likely include:
* Working with multiple LAS files
* Mapping of wells

0 comments on commit cb58c94

Please sign in to comment.