If we have point levels data, we often want to calculate the value of certain covariates that can depict it's influence within neighborhood(or distance buffer) as environmental risk factors on an outcomes. These covariates are simply the aggregates a covariates value of each points, whithin neighborhood/a circle of buffer for example.
Then the steps are:
1. Make sure we have shape file point feature with relevant attributes (covariates) table within.
2. Create buffer (In Geoprocessing Toolbox) of whatever radius we want from the point feature.
3. Perform "Spatial Joint" from Analysis toolbox - Overlay-Spatial Joint.
4. Choose the new buffer polygon feature you just created as target feature.
5. Choose our point feature as joint feature.
6. Name the output shape file and set the directory we would like to save it.
7. Choose one to one relationship.
8. Looking the variables we would like to aggregate but with sign like "...._1" (because the buffer polygon also contain the same variable that taken from the original point feature, so ArcGIS try to make it different by adding 1).
9. Right click on it and look for merge rule "sum" ( I assume that we need a sum within the buffer)
10. Set the match option as "Contain.
11. Click OK
Tips: When you work with big data, you better try it first with small number of point features and check the result out whether that's what you really want.
Spatial Epidemiology
Blog for Spatial Epi & GIS knowledge sharing
Sunday, April 28, 2013
Tuesday, January 29, 2013
Creating Neighborhood Polygon using QGIS
Steps:
Creating Shape File:
Creating Shape File:
- Open project file
- Click main menu "Layer"
- Mouse over "New"
- Select "New Shapefile layer"
- Select "Polygon"
- Select appropriate projection by "Specify CRS"
- Add attributes field as necessary
- OK
- Save with the name in our directory
- Select the new shape file just created
- Right click on it
- Click "Togle editing"
- Click "Capture polygon"
- Make polygon
- Right click on the last point
- Write the id number
- OK
- Continue...
Creating Projected Coordinates for a Centroid using QGIS
Steps:
- Open project file
- Click main menu "Vector"
- Click "Geometry tools"
- Click "Export/add geometry column"
- Select input layer
- Browse and name output layer
- OK
Creating Centroid from a Polygon using QGIS
Steps:
- Open project file
- Click main menu "Vector"
- Click "Geometry tools"
- Click "Polygon centroid"
- Select input layer
- Browse and name output layer
- OK
Creating Polygon from Points Using QGIS
Steps:
1. Open the project file
2. Click Main Menu "Vector"
3. Click "Geoprocessing tool"
4. Click "Convex Hull"
5. Select input layer
6. Browse and name the output layer as you want
7. OK
1. Open the project file
2. Click Main Menu "Vector"
3. Click "Geoprocessing tool"
4. Click "Convex Hull"
5. Select input layer
6. Browse and name the output layer as you want
7. OK
Subscribe to:
Posts (Atom)