Hello, I am using the -shp2dta- command to translate to Stata format shapefiles from the U.S. Census Bureau's Tigerline shapefiles program. Specifically, it is the file tl_2019_us_county (the latest available national-level shapefile containing geographies of all U.S. counties). I then use the -geotools- user-written command to export the component files back to a shapefile format (after having done some editing to the data portion of it). I am finding missing information in the output of shp2dta. For some reason, the Stata-translated coordinates file (coor("filename")) ends up with missing coordinates. I am finding that several of the features have several coordinate pairs missing (XY points, within the coor() file).
More specifically, in terms of the county shapefile, shp2dta produces instances of missing coordinate pairs for a total of nine (9) polygons (counties), in excess of the standard first one (I assume that every polygon comes out of shp2dta as translated with the first vertix (point) observation left empty, having no XY coordinates (as noting when observing the data in the data viewer, sorted by _ID), perhaps this being the designated polygon origin or start point not making it into the translated data file). In my case, there was one (1) polygon with a total of twenty seven (27) missing coordinate pairs, one polygon with eleven (11) missing coordinate pairs, two (2) polygons with nine (9) missing coordinate pairs, one (1) polygon with eight (8) missing coordinate pairs, and so on. Again, all of the above missings reflect that number over and above the one that I assumed is the standard first observation missing, as stated above.
With all those vertices / points missing, the polygons (county outlines) of course draw on the map as quite distorted in certain portions. I wonder if anyone else has encountered this problem, and would know where this could be coming from? I also tried -spshape2dta- with the same result. Thank you very much for any help.
Related Posts with Issue with coordinates output from SHP2DTA
Sensitivity Analysis after mediation analysisDear Statalist members, I am trying to conduct causal mediation analysis and sensitivity analysis, …
XTSCC for Random EffectCan I use xtscc command to treat hetero and autocorrelation in RE model? and what command can I use …
loop for if for making graphs...Hi statalist, I would like to make a graph using lowess command by treatment group. I have 10 treat…
Replace value while keeping original labelHi everyone, I would like to replace the value of X1 (SN1) by X2 (SN2) while keeping the original v…
Is PCA appropriate with binary data?I have been working on a multilevel logistic regression with stunting as the dep var and individual …
Subscribe to:
Post Comments (Atom)
0 Response to Issue with coordinates output from SHP2DTA
Post a Comment