1

I'm new to GIS. I have a shapefile (shp) that I need to add lat/lng coordinates too.

I used QGIS to open the file and selected:

Processing->ToolBox->QGIS geoalgorithms->Vector geometry tools->Extract nodes to add nodes to the file. I set the coordinate system to WG84G, when I go to add the $x coordinates I get output of 585292.76.

I believe it's the coordinate system not being correct but not sure which one I should be selecting.

nmtoken
  • 13,355
  • 5
  • 38
  • 87
TOD
  • 21
  • 1
  • Welcome to GIS.stackexchange. A few clarifying questions: 1) Is your shapefile of points only? 2) You want the x & y to be values in the attribute table? Why? 3) Why are you running extract nodes? 4) Where are you writing $x? If your coordinate system is 4326 your x & y should be in degrees https://gis.stackexchange.com/questions/23690/is-wgs84-itself-a-coordinate-reference-system – raphael Feb 07 '16 at 07:11
  • Shapefile file just has line length (shape_len). 2) That is correct need to have x,y values in the attribute table, converting the shp file using third party software from signal pro to gcv file and requires shp file to have lat/lng coordinates. 3) Running extract nodes to have points that can get lat/lng coordinates assigned. 4) Writing to attribute table. My coordinate reference system set to EPSG:102007, Hawaii_Albers_equal_conic. Its streets from honolulu.
  • – TOD Feb 07 '16 at 08:03