Question

point to raster

  • 7 November 2018
  • 6 replies
  • 32 views

Badge +1

hi, i read some question from other user. But i don´t read what i need.

from to xml i create vertex and i don´t know what i do to create the raster. i use "imageRasterizer" but i have a error and no create it. is the log file.


6 replies

Badge +3

@ftl

 

Did you set a feature color to the vertex? Is required.

Badge +1

@gio . The value what i could use is the value z of each point

Userlevel 2
Badge +17

If you need to create a single-band raster based on 3D points, consider using the NumericRasterizer.

Badge +3

@ftl

 

ImageRasterizer requires a color value. You can use FeatureColorSetter.

As @takashi said the NumericRasterizer only requires a z value. Should work for you.

 

Your error log can not be opened by me.

Userlevel 2
Badge +16

I always think MapnikRasterizer is an easy to use transformer for creating raster from vector (and/or raster).

Badge +1

@ftl

 

ImageRasterizer requires a color value. You can use FeatureColorSetter.

As @takashi said the NumericRasterizer only requires a z value. Should work for you.

 

Your error log can not be opened by me.

the zip file is compressed.

 

Reply