Skip to content

ladyyvii/pyntxos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pyntxos

Visualization and optimization of pintxo routes for EuroSciPy 2019

Team 1 - Scrapping

Goal: Generate a file data/bilbao_restaurants.json with the information of pintxo restaurants in Bilbao. The format could be:

[{"name": "Argotia",
  "latitude": 43.2590929,
  "longitude": -2.9244257,
  "address": "Plaza Nueva, 48005 Bilbao, Vizcaya, Spain"},
 {"name": "Sorginzulo",
  "latitude": 43.259387,
  "longitude": -2.9233905,
  "address": "Plaza Nueva, 12, 48005 Bilbao, BI, Spain"}
]

Feel free to use any source of data you find, and any technology you find useful. Some suggestions:

Data sources:

Technologies:

Team 2 - Geovisualization

Goal: Display visually in a map a set of points (restaurants) and a path (straight lines among the points) given the ordered list of data.

The visualization should use the data computed by the other teams, and should run in a Jupyter notebook. Feel free to use any technology you find useful, some ideas:

Team 3 - Optimization

Goal: Given a set of geolocations (latitude and longitude of restaurants), compute an optimal path among them. The cost function doesn't necessarily need to optimize for the shortest path, and can be constrained by the number of maximum restaurants, or include other information like the pricing, reviews... The optimization can also receive parameters, like the finishing point (the hotel where people will sleep after the pintxo routes), budget or any other.

Feel free to use any technology you find useful, some ideas:

Team 4 - Dashboarding

Goal: Build an interactive dashboard with the components built by the other teams. Interactive widgets can be used, so the user can specify and adjust the parameters of interest, changing the map and any other component of the dashboard.

Feel free to use any technology you find useful, and add to the dashboard anything you think adds value (images, widgets, text, tables...). Some ideas on the technologies to use:

Team 5 - Continuous Integration

Goal: Build a system that automatically fetches the data from the scrapping, the optimization, generates the dashboard, and publishes it online. The idea is that the online dashboard is re-generated with fresh data and features after each commit to master. The system can also validate for every pull request that everything is going to work as expected.

Feel free to use any technology that is useful for the task, some ideas:

About

Visualization and optimization of pintxo routes at EuroSciPy 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%