Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
/ bayeslayers Public archive
forked from slee21/bayeslayers

Prototype frontend map GUI for gonetica.

Notifications You must be signed in to change notification settings

ansontio/bayeslayers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 9.3%
  • HTML 8.2%