Skip to main content
Question

“Error running translation” error when output to geojson

  • March 27, 2020
  • 4 replies
  • 21 views

margaret_wei
Forum|alt.badge.img

I tried to read data from postgis reader and write to a geojson file. I only use two translators, a postgis reader and a geojson writer.

I encounter the "Error running translation." every time when feature number is about 40,000,000. I only use two translators, a postgis reader and a geojson writer. The translation seems to have no issue if the feature number is around 10,000,000. There was no other error message.

I also tried to turn on the debug log but still had the same error message.

 

I am using FME(R) 2019.2.1.0 (20191202 - Build 19813 - macosx).

Thank you!

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

david_r
Celebrity
  • March 30, 2020

Just out of curiosity, how useful is a GeoJSON file with 40+ million objects, and how humongous is it?


margaret_wei
Forum|alt.badge.img

Just out of curiosity, how useful is a GeoJSON file with 40+ million objects, and how humongous is it?

I am using this geojson to create vector tiles for a map layer. The file with 35 million objects is around 30G.


david_r
Celebrity
  • March 30, 2020

I am using this geojson to create vector tiles for a map layer. The file with 35 million objects is around 30G.

Is it imperative that you have all the data in a single file, or would it be possible to split the data up over several files, let's say 10 million/file?


margaret_wei
Forum|alt.badge.img

Is it imperative that you have all the data in a single file, or would it be possible to split the data up over several files, let's say 10 million/file?

Thank you for your suggestion. That's what I am doing now and it doesn't give me error.