datameet-pune / datameet-pune.github.io

Common repo and documentation space for DataMeet Pune chapter
https://sites.google.com/view/datameetpune/home
GNU General Public License v3.0
16 stars 21 forks source link

Problem statements for a hackathon #15

Open answerquest opened 6 years ago

answerquest commented 6 years ago

25.10.18: Edit:

Link to the Slides shown onscreen at the meetup


Gathering problem statements for a hackathon. Guidelines:

answerquest commented 6 years ago

Best route mapping for a Delivery Van

Probable function call:

routeFinder( { Origin lat:xx.xx, lon:yy.yy } , [ 
     {id:'A1', lat:xx.xx, lon:yy.yy}, 
    { ...(Destination points)... } 
    ]
);

Specifics

We could use google directions, or any open source routing mechanism : whichever is easier. The google map API requirements won't be too high; this program needs to be run only one or a few times in a day.

Reference:

Real world application : MeraFarmer, a social enterprise doing organic foods delivery service in Pune, is looking for this kind of solution to optimize their electric cart's delivery routes and maximize their area and customer coverage (while not running out of battery!), and also want to send their customers the route map with estimated time of arrival.

Sample Data, of actual locations of a delivery run:

latitude,longitude,name
18.538181,73.784732,Origin
18.530648,73.810429,A
18.577498,73.813334,B
18.562004,73.807477,C
18.560634,73.812726,D
18.562955,73.818957,E
18.551968,73.809506,F
18.554745,73.800882,G
18.556018,73.794711,H
18.558204,73.792850,I
18.562328,73.780350,J
18.571946,73.782667,K
18.577635,73.776756,L
18.570844,73.782323,M
18.583362,73.782861,N
18.593711,73.793340,O
18.596440,73.777531,P
answerquest commented 6 years ago

Live location and trip tracking through phone app

Skillsets needed

Details discussion

answerquest commented 6 years ago

Desktop shortcut creator for pyinstaller-created windows executable version of a python app

Use case scenario: python script : name.py

Aim

References

answerquest commented 6 years ago

Local video files management with tagging

Skills needed

Task points

References

Real World Application

answerquest commented 6 years ago

Map based data collection with variable key-value pairs

answerquest commented 6 years ago

Select layers in a multi-layered PDF map and generate high-res image with just the selected layers

See https://github.com/datameet-pune/datameet-pune.github.io/issues/12

answerquest commented 6 years ago

Scrape and visualize bank accounts data from PMJDY site

See https://github.com/datameet-pune/datameet-pune.github.io/issues/10

answerquest commented 6 years ago

GUI tool for unpivoting data (and pivoting)

answerquest commented 6 years ago

Ironing out messy Location data

Problem statement

Tasks

Real world application

answerquest commented 6 years ago

Visualizing hierarchical json of Pune's Annual Budget

See https://github.com/datameet-pune/datameet-pune.github.io/wiki/Budget-data-visualizer

pankajp commented 6 years ago

Local video files management with tagging

A starter: https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.12892 http://vixen.readthedocs.io/en/latest/overview.html

answerquest commented 6 years ago

Linguistic matching to merge datasets

Tamhini >> matches >> Taminhi
Velhe >> matches >> Vhele
तासगांव >> matches >> Tasgaon

Looking up and merging across datasets by doing linguistic matches that can tolerate spelling differences, and possibly even cross language barriers.

For more details see https://github.com/datameet-pune/datameet-pune.github.io/wiki/Match-the-Following

answerquest commented 6 years ago

Legacy font to Unicode office document converter

Let's have a tool that takes a word/excel/powerpoint file and converts all the ShreeDev, Shivaji etc fonts in it to Unicode. The converters are already made; they just need to be applied while preserving formatting.

See: https://github.com/datameet-pune/datameet-pune.github.io/wiki/Legacy-Devnagri-to-Unicode-font-converter-for-formatted-documents-like-word%2C-spreadsheet%2C-presentation

answerquest commented 6 years ago

Link to the Slides shown onscreen at the meetup

screwgoth commented 6 years ago

If anyone wants to help take it forward, the source code for the Django server of the "Live location and trip tracking through phone app" problem is here: https://github.com/screwgoth/live-location-tracker