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
Fama MacBeth RegressionHello, I want to run Fama MacBeth Regression and see if changes in macro economy affects PE industry…
Robust SEs with weighted senspecI am weighting survey data with pweight and have successfully estimated sensitivity and specificity …
Help with xtdcce2Dear community, I am trying to implement CS-ARDL model via xtdcce2. I am using 9 countries and 1990…
Two-Way CoefplotI am running 40 regressions. In each regression I regress an indicator for having price at least as …
recoding dummy variablesHow do I recode my dummy variables please? I have 3 categories 0,1,2 and I mistakenly coded 1 for 2 …
Subscribe to:
Post Comments (Atom)
0 Response to Can't import 2011 India district shapefile
Post a Comment