We need a 2011 India district shapefile (N=640 districts). I found a handful around the web (e.g., Survey of India, a different github site, etc.) but have not been able to import any .shp file into stata:
. shp2dta using India-Districts-2011Census.shp, data(di2011d) coor(di2011c) replace
India-Districts-2011Census.shp: invalid shape file
OR:
. shp2dta using 2011_Dist.shp, data(i2011d) coor(i2011c) replace
bufget(): 3300 argument out of range
fbufget(): - function returned error
read_dbf(): - function returned error
<istmt>: - function returned error
r(3300);
I have stata 14.2 running on Mac OS 10.12.6
Is there a shapefile (or better stata files) that anybody has used successfully?
Thanks,
Reeve Vanneman
University of Maryland
Related Posts with Can't import 2011 India district shapefile
Merging many string variables into oneHi, I'm using Stata for my short paper. I'm working on a merged long dataset with 656 observations. …
Append all dta-files from a folderHi there, is there an easy and flexible solution to append all .dta files from a given folder? e.g. …
option horizontol not allowedHi guys! While making a graph I got this error: r198, `` option horizontal is not allowed `` coefp…
How to set the hazard rate to zero in hshaz?Hi everyone, I am trying to estimate the impact of a hiring subsidy on the survival rate of employe…
Missing Eigenvalues and EigenvectorDear Statalisters, I'm puzzled by a square matrix for which all eigenvalues and eigenvectors relate…
Subscribe to:
Post Comments (Atom)
0 Response to Can't import 2011 India district shapefile
Post a Comment