Skip to main content
Question

fme coordinate system gallery export

  • January 7, 2019
  • 2 replies
  • 39 views

oliver.morris
Contributor
Forum|alt.badge.img+14

Hi,

Is there any easy way to export the fme gallery to a table - I would like to index it using elasticsearch and make a dynamic dropdown for a user to select their intended projection.

Thank you

Oliver

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • January 7, 2019

All coordinate system information is stored in the coordsys.db file in the FME software folder.

This is a text file with "|" separated values.

You can use FME, either with the Text or CSV reader to read the data.

Then use AttributeManager to map the data to your table attribute.

And write the data to your database.

Hope this helps.


oliver.morris
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • 176 replies
  • January 8, 2019

Thank you, added it to elasticsearch using fme and works like a dream. Always nice to be able to offer clients our data in over 8000 projections!