Skip to main content
Question

I'm looking to iterate through a transformer that only accepts one input at a time.

  • September 8, 2020
  • 2 replies
  • 10 views

Forum|alt.badge.img

I'm trying to compute a CHM (canopy height model) by using the rastercellcalc transformer by having it subtract a DEM from a DSM.

 

The process works fine when only one DEM and DSM are passed through to the transformer at a time however I have these DEM/DSM's clipped to multiple smaller files. The CHM produced should have the same boundaries as the inputted DEM and DSM.

 

I've tried using the group by parameter in the transformer however it doesn't work for some reason and still tells me that the raster rows and columns don't match. See images below:

Capture11

The attribute manager and trimmer transformers just create a shared attribute between the correct DSM and DEM tiffs tiffs so that the rastercell transformer can do group by "Tile_name). See below:

Capture13Capture14

 

Capture12

 

2 replies

takashi
Influencer
  • September 8, 2020

Hi @mackenziebudda​ , try setting Process At End (Blocking) to the Group By Mode parameter.


Forum|alt.badge.img

Hello @Takashi Iijima​ The process works now. The problem I was having was that the Group By parameter for both inputs wasn't the same. One was Tile_name, while the other was Tile_Name. I guess the capital was causing problems. Thanks for your help!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings