Skip to main content
Question

Combine a raster and list with same unique ID into a single report / PDF

  • August 30, 2019
  • 5 replies
  • 28 views

lobsterboy

I used the transformer MapnikRasterizer to create a raster for a specific data set.

 

I want to combine this raster with a list that has the same the same unique ID into a single document.

 

How can I create this list and combine it with a raster into a single document?

 

For example, in the photo below:

I want a list showing the records of BW #SW-0127, BW# 316002, and BW# 318003 on the first page,

with a raster of the spatial extent (created with Mapnik Rasterizer) on the second page if possible

 

 

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.

5 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 2, 2019

@lobsterboy

You can create pagenumbers on the records.

Aggregate and then counter.

I used "pdf_page_number_" as Count Output Attribute

Your example would get 3 pagenumbers.

 

Now you need to insert pagenumbers for the rasters, to make em paired.

You can do that using attributecreator with these 2 expressions.

 

on one set (for instance your text objects): Value(pdf_page_number_)*2+2

and the other set: @Value(pdf_page_number_)+@Value(pdf_page_number_)*1+1

("pdf_page_number_": the underscore at end is to prevent conflict with the pdf-formatter, which uses this attribute)

This gives u alternating nrs. for a set ( uniqueid).

Create multipage by setting the pdf_page_number_ as Layer Name on the pdf writer.

 

(if you use a pdf-formatter, as I did, take care to not use "pdf_page_number" as the formatter will overwrite it. FME should allow attributes/parameters there..but they have not, alas.)

 

Inserted a sample script. It puts any district on right/even page and its neighbourhoods on the left/uneven page.alternatepagenumbering.fmwt


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 2, 2019

@lobsterboy

alternatepagenumbering.fmwt

Here is a annotated and cleaned version of the script.


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 2, 2019

added info:

 

2 page view cannot be set using fme (AFAIK).

But in acrobat pdf reader u can: view=>pageview=>display 2 pages


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 4, 2019

@lobsterboy

 

 

You could post your workbench and sampledata if script is not clear for you. Or at least sampledata.

 


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 4, 2019

@lobsterboy

 

Cannot donwload your workbench, get an error.

Try repost it? (firefox usualy works better then Explorer for this)