Skip to main content
Question

I have a csv file containing lat/long feature data. I want to convert this in to BNG easting/northing ESRI shapefiles.

  • February 13, 2018
  • 2 replies
  • 80 views

How can I convert a csv file in lat/long data into an Esri Shapefile that is BNG easting/northing?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • February 14, 2018

Hi @jamesward

I would recommend taking a look at the following article for instructions on how to convert from CSV to spatial geometry. This article demonstrates how to create Shapefile points from tabular CSV data (with video):

https://knowledge.safe.com/content/kbentry/1493/index.html

The following article covers creating points, lines, or polygons from CSV:

https://knowledge.safe.com/articles/56486/converting-from-csv-data-2.html

To convert your data to British National Grid, you would need to define your source coordinate system and use one of the Reprojector transformers within your workflow to reproject the data. For this part, I would recommend this article:

https://knowledge.safe.com/articles/585/using-coordinate-systems-within-fme.html

Hope this helps,

Debbi


  • Author
  • 1 reply
  • February 14, 2018

Many thanks @DebbiAtSafe