Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/maproulette-tools
Tools for MapRoulette
https://github.com/mvexel/maproulette-tools
Last synced: 24 days ago
JSON representation
Tools for MapRoulette
- Host: GitHub
- URL: https://github.com/mvexel/maproulette-tools
- Owner: mvexel
- License: mit
- Created: 2018-08-27T21:28:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T21:34:08.000Z (over 6 years ago)
- Last Synced: 2024-10-21T23:08:44.205Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MapRoulette Tools
Some tools to interact with MapRoulette.
## geojson2maproulette
This python script lets you create JSON files that you can send to the [task upload endpoint](http://maproulette.org/docs/swagger-ui/index.html?url=/assets/swagger.json#/Task/batchUploadPost) of the MapRoulette API. You can upload GeoJSON directly through the MapRoulette administration UI to create tasks as well, but this script lets you create custom instructions per task based on properties in the GeoJSON source.
Basic configuration in `config.py`. The comments in there should get you going.