Skip to main content
Question

BngLatLongReprojector error

  • September 12, 2017
  • 2 replies
  • 12 views

Forum|alt.badge.img+3

Hi,

I'm hoping to reproject a MapInfo Tab file from BNG to ETRS89 and also extract the lat and long the process. My starting point was the bnglatlongreprojector (thanks you Safe) but I'm getting the following error when I run it: "could not reproject the geometry of the preceeding feature: Reprojector: Could not create reprojection engine".

Any ideas anyone? I'm using FME 2017 Desktop.

Thanks in advance,

Jake

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

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 578 replies
  • September 12, 2017

Hi Jake - that Transformer was actually written by the Environment agency and is clearly taking exception to something you're passing in to it that might not have been error trapped. Whilst it depends exactly what you're trying to achieve the attached workspace might be close to what you want to do. Effectively extract the BNG coords to attributes, reproject the features and then extract the new Long\\Lat values... Might help?

reproject.fmw


Forum|alt.badge.img+3
  • Author
  • 10 replies
  • September 12, 2017

Thanks a lot for this @1spatialdave,

I'll give that a shot.

Jake