Hello
I am working on a project where I am running a 1-mile buffer from a point. The buffer is then overlaid on census tract data. I was wondering if there is a way to find out what proportion of a census tract is contained with the buffer?
I am trying to come up with a way to calculate the population of that census tract that is not fully contained within the buffer. For example, if a tract has 100 people and that tract is only crossed by 10 percent of the buffer, I would want the population to be 10 and not 100.
It is in an urban area so there are a number of tracts that are like this within the various buffers.
Thanks