Question

I have a shapefile that I need to convert to JPG. Could anyone help me with this ?

  • 26 July 2017
  • 2 replies
  • 19 views

I have a shapefile that I need to convert to JPG. The shape file has an attribute with values ranging form 90 to 130. I need to give different colors for this attributes in JPG based on the following criteria

90 to 100

100 to 110

110 to 130

I tried using image rasteriser, it shows "This format cannot support more than 3 bands. Please remove the extra bands and try again"

I am new to FME so please explain it even if its a trivial question


2 replies

Userlevel 3
Badge +13
Hi @arvr1991. Sharing a few more details will help the FME community help you. Please reply to this thread and provide additional details including:

 

  • The version of FME you are using, including build number and edition
  • A small sample of your data, or screenshots of the data in the FME Data Inspector
  • A description of your expected output, with screenshots if possible
  • Your FME workspace
  • Your FME translation log file
  • Any other information that may be useful to share
Thank you!
Userlevel 2
Badge +12

I believe the MapnikRasterizer transformer is what you want to create the raster and then write to the JPEG writer.

Reply