Skip to content

ismaelrh/Cropper

 
 

Repository files navigation

Cropper

"Eye in the sky, feet on the ground"

Cropper is a near real-time crowd-sourced disaster prevention network made for growers to be notified in case of dangerous events such as floods, storms, plagues or diseases, among others.

Anyone can submit information about events associated with a location and attach custom information specific to the type of event or a picture.

One of the key features of the application is the ability of growers to subscribe to areas. They can define notification areas so that in case someone posts an event in that zone an email will be sent to the grower describing the issue.

Other interesting features are:

  • real time synchronization of events between all clients.
  • visual hightlights of changes made by other users.
  • real time advanced chat between users.
  • huge log of any event happened.
  • NASA opendata integration.

For usage and features info, please visit the project wiki.

Cropper interface

Developed for Zaragoza Space Apps 2015 "Crop alert - learning from the growers" Challenge by Daniel Barea, Diego Ceresuela, Ismael Rodríguez, Sergio Soro and David Vergara. Based on the application Ethermap created by Dennis Wilhelm.

Creators

Daniel Barea

Diego Ceresuela

Ismael Rodríguez

Sergio Soro

David Vergara

Technologies

###Install dependencies (Ubuntu)

It is assumed that you have installed node.js (developed using 0.10.26) and Java (1.7).

sudo apt-get install couchdb
npm install -g grunt-cli
npm install -g bower
npm install -g forever

###Run

It is assumed that you have CouchDB running (sudo service couchdb start).

chmod +x RUN.sh
./RUN.sh

###License

Apache v2.0 - Cropper Team 2014.

About

A real-time collaborative social-network made for growers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 8.0%
  • ApacheConf 6.8%
  • CSS 5.4%