https://github.com/n-riesco/lastodash
Sample dash to view Log ASCII Standard (LAS) files
https://github.com/n-riesco/lastodash
Last synced: 2 months ago
JSON representation
Sample dash to view Log ASCII Standard (LAS) files
- Host: GitHub
- URL: https://github.com/n-riesco/lastodash
- Owner: n-riesco
- License: other
- Created: 2018-10-07T22:51:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T20:57:26.000Z (over 6 years ago)
- Last Synced: 2025-02-14T14:18:58.882Z (4 months ago)
- Language: Lasso
- Size: 14.1 MB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LAStoDash
'LAStoDash` is sample [Dash](https://plot.ly/products/dash) project that takes a
[Log ASCII Standard (LAS) file](http://www.cwls.org/las/) and builds a web app
to view its content and ready for printing.## Installation
```
$ git clone https://github.com/n-riesco/lastodash.git
$ cd lastodash
$ pip3 install -r requirements.txt
```## Usage
```
$ ./lastodash.py -h
usage: lastodash.py [-h] [--debug] lasfileLaunch a Dash app to view a LAS log.
positional arguments:
lasfile Log ASCII Standard (LAS) fileoptional arguments:
-h, --help show this help message and exit
--debug, -d enable debug mode
```## Example
```
$ ./lastodash.py alcor1.las
Header section Parameter regexp=~P was not found.
* Serving Flask app "lastodash" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
```And open http://127.0.0.1:8050/ to view the LAS file:

See [here](alcor1.pdf) the report printed in PDF format.