Solved

I'm looking to make a query which uses the spatial data in the planning brief to search cadastre, duct, duct_route and SL layers. So that I can change each planning layer can become searchable and have an output. We are currently working with MapInfo

  • 22 November 2022
  • 2 replies
  • 1 view

I'm looking to make a query which uses the spatial data in the planning brief to search cadastre, duct, duct_route and SL layers. So that I can change each planning layer can become searchable and have an output. We are currently working with MapInfo.
icon

Best answer by david_lyons 25 November 2022, 02:40

View original

2 replies

Badge +6

Hi @phillip_bowman​, you can begin this process by building your "query" using a combination of Tester or an AttributeCreator. If you already have a pre-built python or sql script that you were using you can integrate this into FME using the PythonCaller or SQLExecuter. Hope this helps you get started.

 

Here are an article that will help you get started with the process. Getting Started with FME Desktop: Perform a Spatial Filter & Modify Attributes

Not an expert,

But @phillip_bowman​, @jennaatsafe​ is correct, I'd use tester to flick through your polygons and use spatial filters to search your layers. I've attached something I would use for your data set. I would use multiple spatial filters from one tester so each layer can be viewed at each stage then you can merge at output.

Reply