i'm having spatial output of customers within 3miles is 322 and customers within 3 to 5 miles is 285,then how to find out density of customers between them
@haroon_sa - density is calculated as customers divided by square miles.
you can get the square miles of a trade area by using the SpatialInfo tool.
Thanks a lot @Dynamomo.i got it
Hi @haroon_sa,
How you did calculate. Can you please tell me. I am stuck here is with in 3 mile is 322 and with in 3-5 mile 285. how you get different destiny.
Help need Please.
I have the same problem here, I have the number of people per mile(285 between 0 and 3 miles and 322 between 3 and 5 miles) but I don't know how to calculate the density.
Create Trade area for 3 miles and 5 miles and derive their respective trade area objects.Then using spatial input tool find the area(sq.miles). Add the trade area spatial object as the input for spatial object filed for spatial info.So now you have trade area of 0-3 and 0-5.To find area sq miles of 3-5,find the difference between these 2 results.
Then find population densities of respective areas using the formula Number of peoples/area of sq miles