Monday 25 June 2018

clustering - Using FME to aggregate POI to one point


I want to aggregate points of interest (POI) using FME. The aggregation should make it possible to group all POI within an area based on a buffer distance from the centerpoint of n POI.


This would mean an iterative approach where all POI are subject to a buffer-select analysis counting the number of POI within the bufffer distance. The most "clusteder" POIs will then be used to represent a combination related to the POI types.


If possible the attributes from all POI should be merged so that all atttributes from all aggregated POI are kept as separate attributes in the representative POI.


The procedure is straightforward, but can this be done using FME?


This question is related to my question Group and align icons in QGIS atlas.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...