Skip to main content
Question

split city gml by location

  • December 6, 2021
  • 1 reply
  • 23 views

abinash

Hello,

I want to split my citygml file into two by referring to a shape file which is an area.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • December 6, 2021

You can use either a Clipper transformer (with the shapefile as the Clipper feature) or a FeatureReader with the initiator filled by the shapefile and the spatial filter set to Bounding Boxes Intersect (probably followed by a Clipper, because intersecting bounding boxes doesn't necessarily mean the features intersect as well)