Skip to content

Instantly share code, notes, and snippets.

View Vonter's full-sized avatar
🏠
Working from home

Vivek Vonter

🏠
Working from home
View GitHub Profile
@Vonter
Vonter / District Boundary.geojson
Last active March 2, 2024 10:43
Police Jurisdiction Maps for Delhi (Scraped from GSDL: https://gsdl.org.in)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Vonter
Vonter / mumbai_public_parking.geojson
Created February 21, 2023 05:06
Mumbai (BMC/MCGM) Public Parking
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Vonter
Vonter / villages.csv
Created February 6, 2023 16:11
Madhya Pradesh Villages
We can't make this file beautiful and searchable because it's too large.
district_id,district_name,lb_id,lb_name,village_id,village_name
1,श्योपुर,24024, विजयपुर,25030,Dehri-देहरी
1,श्योपुर,24024, विजयपुर,25033,DondriKurd - डोडरीखुर्द
1,श्योपुर,24024, विजयपुर,25012,tarrakala
1,श्योपुर,24024, विजयपुर,20583,अगरा
1,श्योपुर,24024, विजयपुर,25028,अर्रोदरी
1,श्योपुर,24024, विजयपुर,20578,अरोदा
1,श्योपुर,24024, विजयपुर,20553,इकलौद
1,श्योपुर,24024, विजयपुर,20557,उपचा
1,श्योपुर,24024, विजयपुर,20586,उमरीकलां
@Vonter
Vonter / tejas_facebook_diff.txt
Created February 5, 2023 16:50
Books and Bangalore
Book 57 - GH Krumbiegel - Whatever He Touched He Adorned by Suresh Jayaram
Book 56 - A Golf Story: Celebrating 125 Years of the Bangalore Golf Club by Ruskin Bond published by the Bangalore Golf Club
Book 54 - Meandering through Bengaḷūru - A Ramble in Time and Place by Shridhar G. Rao published by
Book 53 - The Fabric of Bangalore - Encounter with some of its people by Tim Mitchell published by Aardvark Global Publishing Company, LLC
Book 52 - Playback - Sports legends of Bangalore edited by Stanley Carvalho
Book 51 - Bangalore As It Was - The Grand City of Karnataka by Knowledge Centre, Indian National Trust for Art and Cultural Heritage (INTACH)
Book 50 - LALBAGH - A Bird’s Eye View published by the Department Of Horticulture, Lalbagh, Government Of Karnataka.
Book 48 - Lalbagh: From Sultan’s Garden to Public Park by Vijay R Thiruvady, published by the
Book 47 - Boiled Beans On Toast - A Play by Girish Karnad, published by Oxford University Press
Book 45 - Seen & Unseen Bangalore by Arun Bharadwaj
@Vonter
Vonter / org-roam-to-obsidian.py
Created February 9, 2022 17:20
Script to convert org-roam v2 .org files to Obsidian .md files. Definitely missing a lot of required features, but gets the basic job done as I needed.
import glob, os
import fileinput
import re
import shutil
dict_file_id = {}
# Rename file to the title of the markdown
for filename in glob.iglob('**', recursive=True):
if os.path.isfile(filename): # filter dirs