I have more than 50,000 LatLng coordinates defined under SWREFF99 1800 projection. I want to know, is it possible to convert these coordinates into a point shapefile ? if yes, then how can I do this ?
|
|
You can use GDAL and the ogr2ogr command line utility, but first you need to create a VRT driver. For example (as suggested in the GDAL doc): (test csv)
This is your vrt driver: (test.vrt)
Finally use ogr2ogr to convert your test.vrt in a shapefile:
|
|||
|
|
With Qgis, you can import your coordinates with the Delimited text plugin. |
|||
|
If you are using ArcGIS, use the Make XY Event Table tool . To persist the output of that tool to a shpfile/gdb, see the second bullet in the tool doc. |
|||
|
|
|
My goto place for oddball conversions like this is the opensource tools at either QGIS http://www.qgis.org/ OR MapWindow http://www.mapwindow.org/ My guess is there will be a "vector" plugin to do what you want at one of those two. I would try QGIS first because their plugins are less buggy. |
|||
|
|
|
Easy done in MapInfo Professional too by create points from XY, set your coordsys and output as a shapefile. |
|||
|
|
