Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Open Bangalore has been pioneering making several data sets open - including the network of Bangalore Metropolitan Transport Corporation. The BMTC operates over 2000 routes in Bangalore and is the only practical public transit system in the city. Some of us at DataMeet took to time understand this network better by performing some basic analysis.
BMTC is known for its many long routes. Route 600 is the longest, making a roundtrip around the city, covering 117 km in about 5 hours. There are 5 trips a day, and these buses are packed throughout.
High quality maps is critical to field work. Experienced mappers may validate existing data to fix serious errors and invalidate an area for further work.
Task Briefing
Review the work of existing mappers using the HOT Task Manager. Our priority is routing and we will focus on Road network tasks 1,2,3,6. Pick and unreviewed area and throughly examine the area for the following issues:
Incomplete Task If there are numeruous roads missing and requires a lot more work to improve the quality, /invalidate this task/ so that others can continue to improve it. Add a comment clearly describing the reason for invalidating. Get @geohacker or @planemad to look before you mark it invalid.
Isolated Segments
- Filter features based on date.
Sajjad Anwar is a hacktivist and programmer based in Bangalore. He works in the research and design of data infrastructure, analytics and infographics. He hearts maps and often makes one. He is found working with other technologists, social activists and, researchers in education, human rights and policy making. Along with two others, he runs the geohackers.in collective. Find him on twitter.
- LIKE, ILIKE
- fuzzystrmatch
- trigram
- tsvector/query
- URLs.
- Categories.
- Removing generic but non brand names like cafe, pizza etc..
Add this to ~/.profile -
export LANGUAGE="en_US.UTF-8"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
- Run
source ~/.profile
sudo su postgres psql
update pg_database set datistemplate=false where datname='template1';
-
Basic intro to web development: 15 mins
-
What happens with an HTTP request
-
10 minute history of web standards / HTML. first page on the internet * Markup language + CSS + Javascript * Browser wars, html 4.0, etc. * From pages to apps - HTML 5 / Web Apps 1.0
-
Evolution of Javascript: 10 mins
-
from "DHTML" tor jQuery to complex web apps and 10,000 javascript frame-works.