Skip to main content

I have a problem which seems to be quite random. I am creating a Raster from polyline feature class. I use SDE Feature Class reader, AttributeCreator/3DForcer/NumericRasterizer - and SDE Raster Dataset as writer.

Strangely - this arrangement works for some reader FCs - it fails for others with the message: Failed to write raster data tile when writing to raster dataset.

The readers (both successful and not) - are derived from the same large FC (same attributes) - so can't find any obvious relationship on this side... Any ideas what to look for? Thanks

Could you post the settings of the NumericRasterizer and the relevant part of the log file? That way we have a bit more information.


Could you post the settings of the NumericRasterizer and the relevant part of the log file? That way we have a bit more information.

Hi @redgeographics,

 

here you arecapture3.pnglog.txt

 


Hi @redgeographics,

 

here you arecapture3.pnglog.txt

 

It looks like it's complaining about a non-geometry feature. Could you try using a GeometryFilter to make sure you're only processing line features in the NumericRasterizer?

 

 


Reply