Skip to content

Instantly share code, notes, and snippets.

View planemad's full-sized avatar

Arun Ganesh planemad

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@planemad
planemad / iso_3166-2_subdivision_codes.csv
Last active August 27, 2020 14:21
ISO 3166-2 country subdivision codes from UN LOCODE http://www.unece.org/cefact/codesfortrade/codes_index.html . Version: January 2020
Country Subdivision Name Subdivision category
AD 02 Canillo Parish
AD 03 Encamp Parish
AD 04 La Massana Parish
AD 05 Ordino Parish
AD 06 Sant Julià de Lòria Parish
AD 07 Andorra la Vella Parish
AD 08 Escaldes-Engordany Parish
AE AJ 'Ajman Emirate
AE AZ Abu Z¸aby [Abu Dhabi] Emirate
Change Country LOCODE Name Name Without Diacritics Subdivision Function Status Date IATA Location Remarks
IN .INDIA
IN NRP Aal-SEZ/Vishakhapatnam Aal-SEZ/Vishakhapatnam AP -----6-- RQ 1001 1742N 08318E
IN API Aap-SEZ/Ahmedabad Aap-SEZ/Ahmedabad GJ -----6-- RQ 0907 2302N 07237E
IN ABH Abohar Abohar PB --3----- RL 1207 3009N 07411E
IN ABU Abu Road Abu Road RJ -23----- RL 1207 2429N 07247E
IN ACK Acharapakkam Acharapakkam TN --3----- AA 1601 1223N 07948E
IN ACH Achra Achra MH 1------- AA 0006
IN APL Acpl Cfs/Dadri Acpl Cfs/Dadri UP -----6-- RQ 1001 2834N 07733E
IN AKM Adakamaranahalli Adakamaranahalli KA --3----- RL 1401 1304N 07726E
S.No. State Code State Version State Name(In English) State Name (In Local) Census 2001 Code Census 2011 Code State or UT
1 35 1 ANDAMAN AND NICOBAR ISLANDS ANDAMAN AND NICOBAR ISLANDS 35 35 U
2 28 2 ANDHRA PRADESH ANDHRA PRADESH 28 28 S
3 12 1 ARUNACHAL PRADESH ARUNACHAL PRADESH 12 12 S
4 18 1 ASSAM ASSAM 18 18 S
5 10 1 BIHAR BIHAR 10 10 S
6 4 1 CHANDIGARH CHANDIGARH 04 04 U
7 22 1 CHHATTISGARH छत्तीसगढ़ 22 22 S
8 26 1 DADRA AND NAGAR HAVELI DADRA AND NAGAR HAVELI 26 26 U
9 25 1 DAMAN AND DIU DAMAN AND DIU 25 25 U
S.No. State Code State Name (In English) District Code District Name (In English) Sub-District Code Sub-District Version Sub-District Name Sub-District Name(In Local) Census 2001 Code Census 2011 Code
1 21 ODISHA 360 KENDRAPARA 2925 1 Aali 2 02925
2 12 ARUNACHAL PRADESH 243 WEST SIANG 6087 7 Aalo HQ Aalo 00000
3 8 RAJASTHAN 88 BANSWARA 6612 1 Abapura Abapura 00000
4 24 GUJARAT 449 KACHCHH 3728 1 Abdasa 7 03728
5 36 TELANGANA 518 RANGA REDDY 6319 1 Abdullapurmet అబ్దుల్లాపూర్మెట్ 00000
6 22 CHHATTISGARH 387 RAIPUR 3331 1 Abhanpur 8 03331
7 21 ODISHA 355 JAGATSINGHAPUR 2937 1 Abhyachandpur 1 02937
8 3 PUNJAB 651 FAZILKA 238 2 Abohar 5 00238
9 13 NAGALAND 247 MON 1750 1 Aboi 7 01750
S.No. State Code State Name District Code District Version District Name District Name Local Census 2001 Code Census 2011 Code
1 35 ANDAMAN AND NICOBAR ISLANDS 603 1 NICOBARS NICOBARS 02 638
2 35 ANDAMAN AND NICOBAR ISLANDS 632 1 NORTH AND MIDDLE ANDAMAN NORTH AND MIDDLE ANDAMAN 639
3 35 ANDAMAN AND NICOBAR ISLANDS 602 1 SOUTH ANDAMANS SOUTH ANDAMANS 01 640
4 28 ANDHRA PRADESH 502 1 ANANTAPUR ANANTAPUR 22 553
5 28 ANDHRA PRADESH 503 1 CHITTOOR CHITTOOR 23 554
6 28 ANDHRA PRADESH 505 1 EAST GODAVARI EAST GODAVARI 14 545
7 28 ANDHRA PRADESH 506 1 GUNTUR GUNTUR 17 548
8 28 ANDHRA PRADESH 510 1 KRISHNA KRISHNA 16 547
9 28 ANDHRA PRADESH 511 1 KURNOOL KURNOOL 21 552
@planemad
planemad / planet_railway_tileset.sh
Created March 19, 2020 20:28
Create a Mapbox vector tileset using OpenStreetMap data
#!/usr/bin/env bash
set -e -u -o pipefail
set -x
#
# Step 0: Setup
#
echo "Install Dependencies (Ubuntu)"
@planemad
planemad / mapbox_reverse_geocode.gs
Created August 29, 2019 06:25
Google Sheet script to reverse geocode coordinnates
// Mapbox Reverse Geocode Addresses
// based on https://github.com/nuket/google-sheets-geocoding-macro/blob/master/Code.gs
// Copyright (c) 2016 - 2017 Max Vilimpoc
//
// Reverse Geocode -- GPS position to nearest address.
function positionToAddress() {
var sheet = SpreadsheetApp.getActiveSheet();
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.