After I run 'shp2dta' to turn shape files into Stata data files, I notice I have some new variables, mainly Shape_Are and Shape_Len, see below.
Code:
. **1.0 set up County summary data
.
. shp2dta using "$data/SA data", ///
> data("SA_data") ///
> coor("SA_coordinates") ///
> genid("id") ///
> gencentroids("sa_cent") ///
> replace
type: 5
.
end of do-file
. do "C:\Users\Ivan\AppData\Local\Temp\STDbcc_000000.tmp"
. use "SA_data", clear
.
end of do-file
. summ Shape__Are Shape__Len
Variable | Obs Mean Std. Dev. Min Max
-------------+---------------------------------------------------------
Shape__Are | 18,641 3768344 7172291 .1502686 1.63e+08
Shape__Len | 18,641 7156.082 8808.337 141.0763 90051.82Any help appreciated as usual.
0 Response to Variables created after shp2dta
Post a Comment