Skip to main content
Solved

SHP to Raster

  • February 20, 2018
  • 1 reply
  • 10 views

Forum|alt.badge.img

Hello,

 

I am trying to make a raster from two SHP files. It is a bit specific so I would like to ask you if maybe somebody has any good idea what is the best idea how to solve this.

 

 

I am having two input Shape files that have multiple attributes. In one file, I first want to take only two classes from one attribute (ROADS: Motorway and Residential) and give them specific thickness, all the others can be normal width. (I was wondering if the best way to solve it is Tester ---> AttributeCreator).

After that, I would like to prepare that for printing. Best way would probably be transforming it to raster. (MapnikRasterizer???) I would need to specify the window that I want to be printed and I know that it can be done with MapnikRasterizer.

 

I am looking forward to all good ideas and suggestions how to solve this.

Thank you all in advance!

Best answer by owen

Hello. you can do all this just with the mapnikrasterizer, but using a conditional value for your roads layer. Eg if classifcation = motorway set colour to blue, etc

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.

1 reply

owen
Forum|alt.badge.img+1
  • Best Answer
  • February 20, 2018

Hello. you can do all this just with the mapnikrasterizer, but using a conditional value for your roads layer. Eg if classifcation = motorway set colour to blue, etc