1 / 28

Spatial Analysis & Dissemination of Census Data

Spatial Analysis & Dissemination of Census Data. Outline. Geographic Database Spatial Analysis Techniques Examples. Geographic Database. Geographical features (Conceptual Model) Components selection Attributes Structure Spatial Relationships (explicit -Topolgy). Spatial relationships.

landry
Download Presentation

Spatial Analysis & Dissemination of Census Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Spatial Analysis & Dissemination of Census Data United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  2. Outline • Geographic Database • Spatial Analysis Techniques • Examples United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  3. Geographic Database • Geographical features (Conceptual Model) • Components selection • Attributes • Structure • Spatial Relationships (explicit -Topolgy) United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  4. Spatial relationships United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011 • Logical connections between spatial objects represented by points, lines and polygons • e.g., - point-in-polygon - line-line - polygon-polygon

  5. Complete EA map with all components overlaid on one map display Main components are: Street network, Buildings EA boundaries layer Annotation, Symbols, Labels Building numbers Neatlines Legend United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  6. Spatial Operations United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011 “adjacent to” “connected to” “near to” “intersects with” “within” “overlaps” etc.

  7. Spatial Analysis Techniques • the main use of spatial analysis is for census products and services • Techniques include: queries, distance measurements, buffering, linear interpolation, point pattern analysis, and cartograms, etc. • All offer functionality beyond standard thematic mapping, with many tools now available in both commercial and open-source software programs. United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  8. Spatial Analysis: Query United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011 • select features by their attributes: • “find all districts with literacy rates < 60%” • select features by geographic relationships • “find all family planning clinics within this district” • combined attributes/geographic queries • “find all villages within 10km of a health facility that have high child mortality” Query operations are based on the SQL (Structured Query Language) concept

  9. Examples: What is at…? Features that meet a set of criteria United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  10. “is nearest to” • Point/point • Which family planning clinic is closest to the village? • Point/line • Which road is nearest to the village • Same with other combinations of spatial features United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  11. “is near to”: Buffer Operations • Point buffer • Affected area around a Hospital • Catchement area of a water source United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  12. “is near to”: Buffer Operations • Point buffer • Affected area around a polluting facility • Catchement area of a water source United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  13. Buffer Operations • Line buffer • How many people live near the polluted river? • What is the area impacted by highway noise? United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  14. Buffer Operations • Polygon buffer • Area around a reservoir where development should not be permitted United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  15. Spatial Analysis Techniques • point-in-polygonanalysis • Determines whether a point lies inside or outside a polygon. • Can be used to compare geo-coded village centroids lying inside and outside hazardous areas such as tropical storm tracks or earthquake zones. • Polygon overlayanalysis • Involves comparison between the locations of two different polygonal data layers. • For example, the boundaries of two administrative districts could be compared to troubleshoot errors in the field enumeration process United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  16. “ is within”: point in polygon • Which of the cholera cases are within the containment area United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  17. Solution: “Point-in-Polygon” operation will identify for each point the EA area into which it falls and will attach the census data to the attribute record of that survey point. Problem: We may have a set of point coordinates representing clusters from a demographic survey and we would like to combine the survey information with data from the census that is available by enumeration areas. United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  18. Spatial aggregation United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011 • Example of Spatial aggregation: • fusion of many provinces constituting an economic region

  19. Spatial data transformation: interpolation Example 1: Based on a set of station precipitation surface estimates, we can create a raster surface that shows rainfall in the entire region 13.5 20.1 26.0 27.2 12.7 15.9 24.5 26.1 United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  20. Example of linear interpolation creating contours United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  21. Thiessen polygons illustrated Spatial Analysis Techniques • Thiessen polygons • Have the unique property that each polygon contains only one input point (e.g. settlements), and any location within a polygon is closer to its associated point than to the point of any other polygon. • This method assumes that the values of the unsampled data are equivalent to those of the sampled points. United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  22. Areas of influence • Commuting distances: daily commuters flow United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  23. Modeling/Geoprocessing United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011 • modeling: identify or predict a process that has created or will create a certain spatial pattern • diffusion: how is the epidemic spreading in the province? • interaction: where do people migrate to? • what-if scenarios: if the dam is built, how many people will be displaced?

  24. Modelling: smoothing • Evolution of the population beetwen two censuses United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  25. Spatial Analysis Techniques • Cartograms • sometimes used to display census results • The areas of the original polygons are expanded or contracted based on their attribute values such as population size or voting habits United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  26. Location-allocation problems • Site selection • Optimal allocation • Multicriteria Analysis United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  27. Conclusion • Geographic Database • Topology • Although spatial analysis is sometimes used during the enumeration phase (clustering, for example, can aid in identifying housing units to be canvassed), the main use of spatial analysis is for census products and services. • Variety of techniques: buffering, overlay, modelling • GIS: Decision making tool United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

  28. THANK YOU! United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, 16-19 May, 2011

More Related