ansontio / bayeslayers

Prototype frontend map GUI for gonetica.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bayeslayers: Unofficial prototype GUI for integrating Netica into OpenLayers

Bayeslayers provides a rough integration of Netica inference capability into OpenLayers interface using gonetica. Monash Undergraduate Research Projects Abroad (MURPA) report and non-source code artefacts. The artefacts are grouped by project into directories.

Compiled webapp download

The compiled webapp is available for download at the bayeslayers Github releases page.

Compiling the Source Code

Requirements

  • npm
  • $npm install webpack --save
  • $npm install mithril --save
  • $npm install openlayers --save

Instructions

Clone the repository: $git clone https://github.com/slee21/bayeslayers.git

Navigate into the cloned repository directory.

Compile the source javascript modules into the final javascript application: $webpack src/index.js bin/app.js

Running the Webapp

The compiled webapp assumes Gonetica gncli running locally with default configuration.

Open index.html in the browser.

About

Prototype frontend map GUI for gonetica.


Languages

Language:JavaScript 82.5%Language:CSS 9.3%Language:HTML 8.2%