From ebddeb0ed9bd6e2d731b3eb80537aa8a6fcdf510 Mon Sep 17 00:00:00 2001 From: Sam Couch Date: Tue, 11 Dec 2012 00:15:26 -0800 Subject: [PATCH 1/3] Update README.md Make the readme more clear and readable. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ade98dd..11e9025 100644 --- a/README.md +++ b/README.md @@ -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). @@ -28,11 +28,11 @@ 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. + * You should now be able to go to `[http://localhost:8080](http://localhost:8080)` and start using the application locally. * When loggin in dont forget to set yourself as admin. Tips for development From 898dccff131bf00a0bc8ad6033d57e07eb3c83ce Mon Sep 17 00:00:00 2001 From: Sam Couch Date: Tue, 11 Dec 2012 00:18:30 -0800 Subject: [PATCH 2/3] Update README.md More readme edits. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11e9025..59586c9 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ The tool is intended to be use directly online (still pending the final URL) so 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 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"` + * 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](http://localhost:8080)` and start using the application locally. + * You should now be able to go to [http://localhost:8080](http://localhost:8080) (or whichever port Appengine assigned to your local install) and start using the application locally. * When loggin in dont forget to set yourself as admin. Tips for development From 1107aa2bcccbabdb97d21020da9bb2019e770ad8 Mon Sep 17 00:00:00 2001 From: Sam Couch Date: Tue, 11 Dec 2012 00:20:57 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59586c9..8d30536 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ The tool is intended to be use directly online (still pending the final URL) so * 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](http://localhost:8080) (or whichever port Appengine assigned to your local install) 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 ---------------------