Skip to main content
Question

Datum definition RDN2008 does not exist.

  • July 29, 2019
  • 4 replies
  • 41 views

checcosisani
Contributor
Forum|alt.badge.img+12

Hi

 

when I load a shp I receive this error

 

Datum definition RDN2008 does not exist.

 

How can fix it ?

 

 

 

francesco

 

 

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.

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • July 29, 2019

You can create a custom coordinate system, see here for the steps.

Is this preventing you from actually reading the data? (I don't think it should, with the PRJ file included it should still be able to read and even transform/reproject the data)


checcosisani
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • 66 replies
  • July 29, 2019

You can create a custom coordinate system, see here for the steps.

Is this preventing you from actually reading the data? (I don't think it should, with the PRJ file included it should still be able to read and even transform/reproject the data)

Hi thx for quick feedback

 

Indeed I have prj I was wondering because this EPSG 6706 isn't present of FME coord sys database

 

Francesco


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • July 29, 2019

Hi thx for quick feedback

 

Indeed I have prj I was wondering because this EPSG 6706 isn't present of FME coord sys database

 

Francesco

Yeah, that kinda surprises me as well. I've dug a bit further: it is actually supported in the ESRIReprojector transformer, so it's not in FME's library but it is in ESRI's (which can be accessed through that transformer), which supposedly means that if you have ArcGIS installed on the same computer and swith the workspace to the ESRI reprojection engine it will be supported.

But you're right, it has an EPSG code so I would assume it to be supported in FME's own library as well. @natalieatsafe could you have somebody look into this please?


andreaatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 450 replies
  • August 1, 2019

Yeah, that kinda surprises me as well. I've dug a bit further: it is actually supported in the ESRIReprojector transformer, so it's not in FME's library but it is in ESRI's (which can be accessed through that transformer), which supposedly means that if you have ArcGIS installed on the same computer and swith the workspace to the ESRI reprojection engine it will be supported.

But you're right, it has an EPSG code so I would assume it to be supported in FME's own library as well. @natalieatsafe could you have somebody look into this please?

Hi @redgeographics, I've filed an issue for our development team to add this datum to our library (internal issue number: FMEENGINE-61017)

 

@checcosisani as Hans mentioned, I would recommend adding the datum definition to the MyCoordSysDefs.fme file (or another *.fme file saved in %USER%\\Documents\\FME\\CoordinateSystems )