Skip to content

Instantly share code, notes, and snippets.

View joaovitor3's full-sized avatar

João Vitor Ramos joaovitor3

View GitHub Profile
@joaovitor3
joaovitor3 / final-evaluation.md
Created August 30, 2020 17:15
Google Summer of Code 2020 Report

Google Summer of Code 2020 Report

Automatized support for Organised Editing Guidelines in Tasking Manager

    The Tasking Manager is the most used application in the OSM ecosystem for volunteers, but also professionals, to team up and coordinate mapping. In order to ease up the user experience of fulfilling the guidelines for organized editing, the goal of my project this summer is to make the process of reporting back data for OpenStreetMap automatically.

Workplan

    During the project, I used my workplan to direct which activities I should do. The list of activities to be done looked like this:

  • Proof of concept for communication with OpenStreetMap, containing the following:
    • Save and update data into a mediawiki instance, according to the Organised Editing Guidelines
@joaovitor3
joaovitor3 / train.sh
Created September 26, 2019 17:45
DevOps Enap
#!/bin/sh
cd $HOME/BotFlowAPI
sudo docker-compose up -d
sleep 15
cd $HOME
rm -f zip
wget http://localhost:8081/api/v1/files/1/zip
rm -rf $HOME/rasa-ptbr-boilerplate/coach/data/
echo "y" | unzip zip -d rasa-ptbr-boilerplate/coach/
rm -f zip