-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84ff8fc
commit cb58c94
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |