Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

plotly/lastodash

 
 

Repository files navigation

LAStoDash

'LAStoDash` is sample Dash project that takes a Log ASCII Standard (LAS) file 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] lasfile

Launch a Dash app to view a LAS log.

positional arguments:
  lasfile      Log ASCII Standard (LAS) file

optional 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:

Screencast

See here the report printed in PDF format.

Releases

No releases published

Packages

No packages published

Languages

  • Lasso 96.6%
  • Python 1.9%
  • CSS 1.2%
  • JavaScript 0.3%