Page 1 / 1
Hi @morgantitus3030,
Do you have a line and would you like to clip a raster? If you have a line : use the transformer LengthCalculator to calculate your line, and create a buffer to clip the raster.
Thanks,
Danilo
Hi @morgantitus3030, if you intend to clip a line by the raster extents (rectangle area), can clip the line by the raster directly with the Clipper. You can then calculate the length of the clipped line with the LengthCalculator.
If you need to clip the line with Data MBR (Minimum Bounding Rectangle) Extents or Data Extents of the raster, consider using the RasterExtentsCoercer to create a preferable clipper area.