From 29de5e944a30d8481c3e7e2bf0431c364cc4e6e1 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 14 Jan 2021 18:36:38 +0000 Subject: [PATCH 1/3] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2545e3..ae98646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 57a3cf52173427abb98d9658f078687a70929fb2 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 14 Jan 2021 18:37:13 +0000 Subject: [PATCH 2/3] updated version on home page --- home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.py b/home.py index 7a8d1ca..35602df 100644 --- a/home.py +++ b/home.py @@ -6,7 +6,7 @@ def home(): sm_tw = """""" sm_med = """""" - 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 From c8f24acc6cc777e30a684366af4390d1707a93aa Mon Sep 17 00:00:00 2001 From: Andy McDonald <36664410+andymcdgeo@users.noreply.github.com> Date: Thu, 14 Jan 2021 18:38:43 +0000 Subject: [PATCH 3/3] Updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7891b99..c950167 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # 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 @@ -7,7 +7,7 @@ The LAS Data Explorer is a tool designed using Python and Streamlit to help you * 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.