Skip to main content
Solved

advice for using vector on rasteroverlayer and Mapnikrasterizer for reducing the time of process

  • November 4, 2021
  • 3 replies
  • 23 views

gogopotter90
Contributor
Forum|alt.badge.img+14

i am using vector on rasteroverlayer transformer ( Lines over topological map) and also Mapnikrasterizer transformer ,i have got the output that i need but it takes long time .

do we have method to increase the speed of process ? or what should i think about to reduce the time as possible and get the same output

Thanks in advance

FME 2018

Best answer by mark2atsafe

Are you using both of those transformers? You should only need to use one. The MapnikRasterizer will let you point vector data into it and convert it to raster, just as the overlayer does.

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.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3698 replies
  • November 4, 2021

It's been a while since I last worked with those but in my experience the MapnikRasterizer was the fastest option of the two I looked at (the other one was ImageRasterizer).

 

However, without knowing more about your process and especially the volume of data you're working with it's really hard to come up with suggestions.


gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • 239 replies
  • November 5, 2021

It's been a while since I last worked with those but in my experience the MapnikRasterizer was the fastest option of the two I looked at (the other one was ImageRasterizer).

 

However, without knowing more about your process and especially the volume of data you're working with it's really hard to come up with suggestions.

exactly wha am i doing , i have topological map for one polygon and i have cables lines for this polygon that i would like to get lines over map and save the output into specific sheet .

the only method that works great with me ,that i am converting both of them to raster and save them as image into excel sheet by using row number .but it takes around 40 minute so it is really to slow even if the polygon big or small ,it takes always long time to finish the procesing .

do u have another suggestion that will be faster ?


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • Best Answer
  • November 5, 2021

Are you using both of those transformers? You should only need to use one. The MapnikRasterizer will let you point vector data into it and convert it to raster, just as the overlayer does.