I am trying to open a shapefile under the name "pga.shp" that I downloaded from the US Geological Survey. I am using shp2dta in Stata/MP 16.0.
This is the line of code I am using
Code:
shp2dta using pga.shp, data(pga_data) coor(pga_coordinates) genid(id)
Code:
file pga.dbf not found r(601);
Any help would be appreciated.
Michelle Escobar
0 Response to Trying to open shapefile but Stata looks for .dbf file
Post a Comment