Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Transformation - InterpolationSpatialContainingPolygon

schema:

transformationModule.xsd

keywords:

transformation, spatial interpolation, containing, polygon

Description and usage

For each input polygon this transformation copies the value of the input polygon to all output points that are inside the input polygon. If an output point is not contained in any input polygon, then the output is a missing value.”

...

Code Block
titleExample configuration
<transformation id="Polygon2Grid">  
  
<interpolationSpatial>
              
	<containingPolygon>

		<inputVariable>
			<variableId>input_polygon</variableId>
    	</inputVariable>
		<outputVariable>
       	 	<variableId>output_grid</variableId>
		</outputVariable>
                                  
	</containingPolygon>
                       
</interpolationSpatial>
           
</transformation>

 

Common issues

...