Skip to main content
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.
Hi,

 

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

Reply