I want to use a buffer analysis to identify the geodemographics of Incinerators. I have downloaded the Output Area Classification (OAC) map and also know the locations of all the Incinerators I want to analyse from an online map. I want to know how i can perform a buffer analysis from the geographical point in which the Incinerators are located based on the OAC map.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Forgive me if I'm missing something, but it seems that all you need here is your point shapefile and the buffer tool which is located at: Analysis Tools -> Proximity -> Buffer Specify your input points and a buffer distance. Use the "Show Help" pane in the tool if you need guidance on some of the tool options. |
|||||||
|
|
You can also open these in python as points and simply loop through them, buffering each one. It's a very simple bit of code to do them all. |
|||
|
|