Skip to main content
Solved

Convert lat/lon in OSGB36 to lat/lon in WG84

  • January 28, 2015
  • 2 replies
  • 32 views

Forum|alt.badge.img
Hi all,

 

I have a csv which contains tree columns: ID, latitude and longitude. These lat/lon values are projected in OSGB36. My questions is:

 

How can I convert these latitudes and longitudes in OSGB36 into latitudes and longitudes in WG84?

 

I would appreciate any help.

Best answer by fmelizard

Hi,

 

Read the attributes and use the AttributeReprojector, or create features and reproject them (if necessary)
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • January 28, 2015
Hi,

 

Read the attributes and use the AttributeReprojector, or create features and reproject them (if necessary)

Forum|alt.badge.img
  • Author
  • January 28, 2015
Hi ETLS-Itay,

 

 

Thanks for your reply. It seemed to work using the next parameters:

 

 

 

 

Where my East field contains the Longitudes and my North the Latitudes. In addition, intead of using the OSGB36 and WGS84 projections as such, it's better to use their SRIDs. I found this after quite a lot of tests.