Hi All,
I have a simple analysis: find a group/cluster of offices within 30mins(<-flex, might change) each other.
Given a group of offices (1 file) within several different state the audience wants to know if they can see a cluster/group base on drive time within 30mins of each other offices.
This is what I have done so far:
1. Get the SpatialObject for each office
2. append the offices to each other to get the pairing
3. filter only pair within the same state( there might be offices cross state that might fall within 30min criteria but trying to make it simple here for now)
4. use the distance tool to calculate driving distance within 30mins of each other
Base on this result audience would need to filter on every offices to see the possible pairing.
Maybe I'm overthinking this but are there further steps I can perform to make the analysis easier to digest for the audiences? Like group offices into clusters? Any suggestions would be great, thanks.