Skip to main content
Question

how to reproject the coordinate system of a layer?

  • May 12, 2017
  • 7 replies
  • 167 views

Forum|alt.badge.img

Hi Guys,

I received a layer from source in a different coordinate system and need to convert/reproject the layer to my original layer's CS. Will be grateful if someone can guide me how to do this and provide the suitable reader,writer and transformers involved.

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.

7 replies

david_r
Celebrity
  • May 12, 2017

The readers and writers will depend entirely on your data.

The source and destination CS will also play a role in how to do the reprojection.

Can you give us some more information?


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • May 12, 2017

First read the data in the Data Inspector to check the Coordinate System.

Then (in FME Workbench) either set the Coordinate System in the Reader and Writer parameters to re-project automatically or use the Reprojector transformer to do the re-projection during the transformation.


Forum|alt.badge.img

The readers and writers will depend entirely on your data.

The source and destination CS will also play a role in how to do the reprojection.

Can you give us some more information?

Hi David, Thanks for reply. i'm trying to reproject from SVY21_Singapore_TM to PCS_Trnasverse_Mercator. The reason why i'm trying to do this is im unable to intersect this layer using STInteresects in SQL server but my source can only provide me with SVY21 CS. :(

 

Kindly help to suggest how to convert this.

 


Forum|alt.badge.img

First read the data in the Data Inspector to check the Coordinate System.

Then (in FME Workbench) either set the Coordinate System in the Reader and Writer parameters to re-project automatically or use the Reprojector transformer to do the re-projection during the transformation.

Hi Erik,

 

Thanks for taking your time!

 

If I want to use Reprojector transformer. Is the below correct?

 

Reader--------> Reprojector----->writer

 

(Source CS) (target CS)

 

I tried the above but it doesn't work. Is the reader and writer format matters? If yes,what should be the correct one.

 

Will be grateful if you can help.

 


redgeographics
VIP
Forum|alt.badge.img+63
Hi Erik,

 

Thanks for taking your time!

 

If I want to use Reprojector transformer. Is the below correct?

 

Reader--------> Reprojector----->writer

 

(Source CS) (target CS)

 

I tried the above but it doesn't work. Is the reader and writer format matters? If yes,what should be the correct one.

 

Will be grateful if you can help.

 

In broad terms that is the correct workflow, but some formats, KML for example, enforce a specific coordinate system. What format(s) are you reading and writing?

 

 


Forum|alt.badge.img
In broad terms that is the correct workflow, but some formats, KML for example, enforce a specific coordinate system. What format(s) are you reading and writing?

 

 

Hi ,

 

the format of my layer is SDE Feature class and i'm writing to same format.

 

what are the recommended reader,writer and transformers for this layer

 

 


david_r
Celebrity
  • May 15, 2017
Hi David, Thanks for reply. i'm trying to reproject from SVY21_Singapore_TM to PCS_Trnasverse_Mercator. The reason why i'm trying to do this is im unable to intersect this layer using STInteresects in SQL server but my source can only provide me with SVY21 CS. :(

 

Kindly help to suggest how to convert this.

 

You could try using the CsmapReprojector transformer. See also the answer from @erik_jan