How to get the area in square kilometer of all the trade areas combined? Also to identify trade areas around each shop with a radius of 2.5 Km. if any trade area intersect, they should be combined to one trade area.
Shop Number | SpatialObj |
5000 | { "type": "Point", "coordinates": [ -101.905387, 39.699065 ] } |
6000 | { "type": "Point", "coordinates": [ -102.053032, 39.656170 ] } |
7000 | { "type": "Point", "coordinates": [ -103.717928, 39.565799 ] } |
Solved! Go to Solution.
Hi @evinothk
Use the Trade Area tool with 2.5km for each shop location. Then you can use the Summarize tool to combine all the Spatial Objects into one object. Then use the Spatial Info tool on the new combined object to find the area in Sq Km.
Let me know if this solves your problem.
Luke
Attached is @LukeM's suggestion.
Many Thanks for the support.
Hi Thanks for the support. Yes this help me