bbody-old / SeamCore

Coal drill hole seam visualization tool for Unearthed 2015 Hackathon

Home Page:https://seamcore.bbody.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeamCore

Screenshot of SeamCore

Description

SeamCore is a tool to Correlate and Visualize Coal Deposits Automatically and visualize them in 3D. It was an entry to the Unearthed Sydney 2015 Hackathon by the team Fracking Awesome which attained second place. Code is quite hacked together and rebuilt as a purely static site. SeamCore Preview.

Technologies used

JavaScript

Styles

Markup

Automation

Code Management

Automated tasks

This project uses Gulp to run automated tasks for development and production builds. The tasks are as follows:

gulp --production: Same as gulp serve --production also run gulp test and not boot up production server

gulp serve: Compiles preprocessors and boots up development server gulp serve --open: Same as gulp serve but will also open up site/app in your default browser gulp serve --production: Same as gulp serve but will run all production tasks so you can view the site/app in it's final optimized form

gulp test: Lints all *.js file in the source folder using eslint

Adding the --debug option to any gulp task displays extra debugging information (ex. data being loaded into your templates)

About

Coal drill hole seam visualization tool for Unearthed 2015 Hackathon

https://seamcore.bbody.io/

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.0%Language:CSS 2.0%