Skip to content

Commit

Permalink
Merge pull request #6 from andymcdgeo/working
Browse files Browse the repository at this point in the history
Updating version numbers
  • Loading branch information
andymcdgeo authored Jan 14, 2021
2 parents 2ef6486 + c8f24ac commit 893a3d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Changelog file

### Fixed
- Fixed bug relating to LAS files with unusual characters (Issue 3)
- Fixed bug relating to LAS files with unusual characters (Issue 3): handle unicode error when loading log.las


## [0.1.0] - Initial Release 2021-01-03
Expand Down
2 changes: 1 addition & 1 deletion home.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def home():
sm_tw = """<a href='https://twitter.com/geoandymcd' target="_blank"><img src='https://cdn.exclaimer.com/Handbook%20Images/twitter-icon_32x32.png'></a>"""
sm_med = """<a href='https://medium.com/@andymcdonaldgeo/' target="_blank"><img src='https://cdn.exclaimer.com/Handbook%20Images/Medium_32.png'></a>"""

st.title('LAS Data Explorer - Version 0.1')
st.title('LAS Data Explorer - Version 0.2.0')
st.write('## Welcome to the LAS Data Explorer')
st.write('### Created by Andy McDonald')
st.write('''LAS Data Explorer is a tool designed using Python and Streamlit to help you view and gain an understanding of the contents of
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# LAS Explorer
## Version 0.1
## Version 0.2.0

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

* Display data coverage

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.

Expand Down

0 comments on commit 893a3d1

Please sign in to comment.