Skip to content

A small client-side web application for rendering NDVI images (DEPRECATED in favor of https://github.com/publiclab/infragram)

License

Notifications You must be signed in to change notification settings

publiclab/infragram-js

This branch is 5 commits ahead of p-v-o-s/infragram-js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ee32aa · Jan 3, 2019
Jan 3, 2019
Feb 18, 2014
Nov 8, 2018
May 17, 2015
Jan 15, 2014
Aug 17, 2013
Oct 17, 2018
May 30, 2014
Feb 9, 2014
Feb 8, 2014
Feb 3, 2014
May 20, 2014
May 16, 2015

Repository files navigation

infragram-js

The code behind (and in front of) Infragram.org -- providing multispectral image compositing in the browser, as well as image saving online.

Deprecation warning

We are seeking to replace the interactive interface at https://infragram.org/sandbox/ with a self-contained JavaScript application at:

https://github.com/publiclab/infragram

The new infragram repository is separate from the file-storage systems in this Node-based system. We plan to make the infragram interface linkable to various storage back-ends, including PublicLab.org.

The new system is far more modularly written and easier to read & maintain. We'd love help completing it!

Developers

To get started,

$ git clone --recursive https://github.com/publiclab/infragram-js.git
$ cd infragram-js/public
$ make
$ ./run-linux-mac.sh
$ firefox http://localhost:8000

To run the whole node server:

  • you'll need nodejs, npm, and mongodb -- ubuntu/debian: sudo apt-get install nodejs npm mongodb
  • install node modules with npm install
  • run sudo node app.js or sudo nodejs app.js from the root directory.
  • navigate to http://localhost:8001/sandbox/

You'll need coffeescript (sudo npm install coffee-script -g) to compile the javascript source. After editing the various .coffee files in the public directory, run make to compile them:

  • cd public
  • make

About

A small client-side web application for rendering NDVI images (DEPRECATED in favor of https://github.com/publiclab/infragram)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.2%
  • HTML 36.5%
  • JavaScript 17.6%
  • CoffeeScript 7.7%
  • GLSL 0.7%
  • Makefile 0.2%
  • Shell 0.1%