Skip to content

Scifabric/app-mapknitter

Repository files navigation

PyBossa MapKnitter application

This demo application shows how you can analyze a MapKnitter map in a PyBossa server like CrowdCrafting.org.

The application is a simple demo that uses OpenLayers JavaScript library to load a map, center it and add one or more points/polygons to the map.

This demo is using the map created by mlamadrid. The map shows a Craft Village in Nsambya, Kampala and the goal of this demo is to show that after creating the map in MapKnitter, you can analyze it very easily. For example, this demo application allows you to count the number of tents, or even measure its size drawing polygons on top of them.

Thanks to the use of OpenLayers the data can be exported in any standard GIS format: KML, GeoJSON, etc. In this application the answers are saved as GeoJSON.

alt screenshot

The application has three files:

  • createTasks.py: for creating the application in PyBossa
  • template.html: the view for every task and deal with the data of the answers.
  • tutorial.html: a simple tutorial for the volunteers.

Testing the application:

You need to install the pybossa-client and the soundcloud client (use a virtualenv):

    $ pip install -r requirements.txt
  • Create an account in PyBossa
  • Copy under your account your API-KEY
  • Run python createTasks.py -u http://crowdcrafting.org -k API-KEY
  • Open with your browser the Applications section and choose the MapKnitter application. This will open the presenter for this demo application.

Using your own MapKnitter map

In order to use your own MapKnitter map, you will need the URL of the TMS layer provided by MapKnitter, and split it into two different parts. For example, if the URL of the TMS layer is: http://mapknitter.org/tms/NAME/

You will have to copy the NAME and paste it in the variable layername, in the section MapKnitter TMS Layer

Then, check for the coordinates of the center of your map, add them to a file called coordinates (Lon,Lat) one pair per line, and you will be done. This is useful if you want to analyze different areas of your map. Each area will become a PyBossa task.

Documentation

We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.

NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.

LICENSE

Please, see the COPYING file.

Acknowledgments

The thumbnail has been created using a photo from Christopher Bulle (license CC¬BY 2.0).

About

PyBossa application to analyze MapKnitter maps

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages