Skip to main content
Question

Boundary of a raster to vector

  • January 26, 2021
  • 3 replies
  • 13 views

giuseppecfgeo
Participant
Forum|alt.badge.img

Hey community! How can i create a vector outline from the edge of a raster?

3 replies

Forum|alt.badge.img+2
  • 194 replies
  • January 26, 2021

Answered a similar question a few weeks ago. It's the same idea using the hull replacer regardless of the data type.

 

https://community.safe.com/s/question/0D54Q000080hflFSAQ/is-it-possible-to-draw-an-outline-from-a-laz-file


david_r
Celebrity
  • 8392 replies
  • January 27, 2021

Try using a BoundingBoxReplacer transformer set to produce a 2D Oriented Bounding Box.


giuseppecfgeo
Participant
Forum|alt.badge.img
  • Author
  • Participant
  • 22 replies
  • January 27, 2021

Merci David!​