Skip to main content
Question

Convert multipatch data to raster

  • October 5, 2021
  • 6 replies
  • 126 views

aguan
Supporter
Forum|alt.badge.img+11

ArcGIS Pro has this geoprocessing tool "Multipatch to Raster" to convert multipatch (3D) vector data (shape file or geodatabase) to rasters. Does FME have this functionality? Seems to me the few rasterizers in FME only handle 2D data. I am at FME 2021.1.1

6 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

Have you tried the ImageRasterizer?


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

You can also try the Raster​DEMGenerator


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • October 5, 2021

Have you tried the ImageRasterizer?

I tried, it does not work. The numericRasterizer works, but it does not do interpolation for nodata cells, so the results look like a jelly fish. with "Fill Background with Nodata" set to "Yes".


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • October 5, 2021

You can also try the Raster​DEMGenerator

The multipatch is polygons, not points and lines. I am going to try using pythoncaller to run arcpy.conversion.MultipatchToRaster.

 


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

The multipatch is polygons, not points and lines. I am going to try using pythoncaller to run arcpy.conversion.MultipatchToRaster.

 

It should still work with a multipatch. Did you try it?​


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • October 6, 2021

The multipatch is polygons, not points and lines. I am going to try using pythoncaller to run arcpy.conversion.MultipatchToRaster.

 

Just tried. Look like it works. So I have results from both arcpy.conversion.MultipatchToRaster and RasterDEMGenerator. I am asking the users to review them and see which ones work better.