Skip to main content
Question

Use spatialfilter to test if linestrings (land area) include polygons (buildings)

  • May 28, 2021
  • 2 replies
  • 18 views

mikamattila
Contributor
Forum|alt.badge.img

I have JSON files where every Linestring includes a Point and in some cases Polygons. I want to filter data to find out which Linestrings do not include Polygons and create a JSON file with corresponding Linestrings and Points. I have tried to use the Spatialfilter, but with mixed results. Files containg data below.

2 replies

fgiron
Supporter
Forum|alt.badge.img+25
  • Supporter
  • May 28, 2021

Have you used an AreaBuilder to get polygons from your linestrings? Do these results look good to you?

SpatialFilter


mikamattila
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • May 28, 2021

I have not used AreaBuilder! Thank you so much!