Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: aadityadar
  • License: mit
  • Language: Stata
  • Default Branch: main
  • Size: 89.8 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

crosswalks-bihar

Linking of records across datasets is difficult because geographic identifiers are not standardized. In this repo, I provide data files that track common spelling variations for various geographies in Bihar.

To merge district codes:

``` * prep to merge district codes rename districtNameInYourData dname replace dname = strlower(stritrim(strtrim(dname)))

  • link dnames to dcodes merge m:1 dname using "output/iddcode2011br.dta", gen(mdcode) keepusing(dcode_2011)

  • sanity check assert mdcode != 1 drop if mdcode != 3 ```

To merge block codes, first standardize district codes and then merge on standardized district code and block name:

``` * prep to merge block codes rename blockNameInYourData bname replace bname = strlower(stritrim(strtrim(bname)))

  • link dcode-bnames to dcode-bcode merge m:1 dcode2011 bname using "output/idbcode2011br.dta", gen(mbcode) keepusing(bcode2011)

  • sanity check assert mbcode != 1 drop if mbcode != 3 ```

If you find these files helpful and use them in your work, please cite them as: Dar, A. (2023). India Bridge: Crosswalks for Bihar (Version 1.0.0) [Computer software]. https://github.com/aadityadar/crosswalks-bihar

Owner

  • Name: Aaditya Dar
  • Login: aadityadar
  • Kind: user
  • Location: Washington, DC

Economist

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use these files, please cite it as below."
authors:
- family-names: "Dar"
  given-names: "Aaditya"
title: "India Bridge: Crosswalks for Bihar"
version: 1.0.0
date-released: 2023-09-18
url: "https://github.com/aadityadar/crosswalks-bihar"

GitHub Events

Total
Last Year