Sign inSign up

petescarth/cblonline

By petescarth

Updated almost 11 years ago

Spdlib based online flask app for processing CBL scans

Image
0

379

petescarth/cblonline repository overview

CBL SPD Online Processing Tool

Simple flask based spdlib processing tool for the University of Massachusetts Boston Compact Biomass Lidar (CBL) instrument, as well as whatever other command line work you might want to do with Lidar data.

Uses base Ubuntu with miniconda install of spdlib and the TLSIIG repo for the conversion scripts.

Runs the application on port 8080 and serves up a default web form for the conversion, which may take a couple of minutes to complete.

The following command will open a bash shell in an Ubuntu based environment with spdlib and gdal available:

docker run -i -t petescarth/cblonline

Run the web app (cblOnline.py) on port 8080 using something like:

docker run -p 8080:8080 petescarth/cblonline /root/app.sh 

Tag summary

Content type

Image

Digest

sha256:f61658140

Size

505.7 MB

Last updated

almost 11 years ago

docker pull petescarth/cblonline