data/scripts/india at master · niveditasing/data · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

India

Common utils used across India datasets.

IndiaStatesMapper

  • Provides functions to get the ISO Code, LGD Code or Census 2001 code for a give state
  • This need LGD State Codes to be loaded first. The scripts for that are availabe inside india_lgd package.

IndiaDistrictsMapper

  • Provides functions to get the LGD Code for a given district
  • This need LGD State Codes to be loaded first. The scripts for that are availabe inside india_lgd package.
  • This need LGD District Codes to be loaded first. The scripts for that are availabe inside india_lgd package. This is also dependent on the LocalGovernmentDirectory_Districts.csv generated by this process.