Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Imazon-Sad application
================

This is a highly specific application to track deforestation on the amazonas. More specifically is a tool to do validation of deforestation detected by algorithms using satellite imagery. The algorithm and the metodology has been developed by Imazon (links to scientific papers) and is been implemented in Google Earth Engine by David Thau. The frontend development and the application architecture has been developed by Vizzuality.
This is a highly specific application to track deforestation on the amazonas. More specifically is a tool to do validation of deforestation detected by algorithms using satellite imagery. The algorithm and the methodology has been developed by Imazon (links to scientific papers) and is been implemented in Google Earth Engine by David Thau. The frontend development and the application architecture has been developed by Vizzuality.

The tool works on Appengine together with Google Earth Engine (GEE) and Fusion Tables (FT). There is a lot of dependencies on those so you are probably gonna need to contact us if you want to run the application (contact@vizzuality.com or thau@google.com).

Expand All @@ -28,12 +28,12 @@ The tool is intended to be use directly online (still pending the final URL) so
* Run it using the following script: `tools/start`. Leave the window open, the application should be running.
6. Create an initial report
* Open a new Terminal window, leaving the other open,
* Initialize fusion tables: curl "http://localhost:8080/_ah/cmd/fusion_tables_names"
* Create an unclosed report curl -d '' "http://localhost:8080/_ah/cmd/create_report?year=2011&month=7&day=15"
* If you'd like, create an closed report curl -d '' "http://localhost:8080/_ah/cmd/create_report?year=2011&month=8&day=15&fyear=2011&fmonth=9&fday=15&assetid=SAD_VALIDATED/SAD_2010_05"
* Initialize fusion tables: `curl "http://localhost:8080/_ah/cmd/fusion_tables_names"`
* Create an unclosed report: `curl -d '' "http://localhost:8080/_ah/cmd/create_report?year=2011&month=7&day=15"`
* If you'd like, create a closed report: `curl -d '' "http://localhost:8080/_ah/cmd/create_report?year=2011&month=8&day=15&fyear=2011&fmonth=9&fday=15&assetid=SAD_VALIDATED/SAD_2010_05"`
7. Start using the app.
* You should now be able to go to http://localhost:8080 and start using the application locally.
* When loggin in dont forget to set yourself as admin.
* You should now be able to click browse from Appengine launcher or go directly to [http://localhost:8080](http://localhost:8080) (or whichever port Appengine assigned to your local install) and start using the application locally.
* When logging in dont forget to set yourself as admin.

Tips for development
---------------------
Expand Down