Understanding the Uncertain Geographic Context Problem
"The areal units (zonal objects) used in many geographical studies are arbitrary, modifiable, and subject to the whims and fancies of whoever is doing, or did, the aggregating."
---------------------- Stan Openshaw (1983)
"Results about the effects of area-based attributes on individual behaviors or outcome can be affected by how contextual units or neighborhoods are geographically delineated and the extent to which these areal units deviate from the true geographic context."
---------------------- Mei-Po Kwan (2012)

GDP per capita in China in 2010 made by Worldmapper
I think the two references above have given very well-summarized accounts about the Modifiable Area Unit Problem (MAUP) and Uncertain Geographic Context Problem (UGCoP). They both state the essence of the problems, i.e., the causes where the problems arise. Interesting and simply put as they are, however, it is not easy to paraphrase them in a unsophisticated and easy-to-understand way. As such, this article aims to explain the two problems using words that don’t duplicate in the original articles by the authors.
Let’s look at the UGCoP first.
The essence of UGCoP is that the authenticity of research could be compromised due to the inaccurate description of the true geographic context by using geographic area/space. Put it in another way, it is the gap between the true geographic context and the geographical area/space we used to depict the context that has caused the problem. True geographic context here refers to the precise spatial configuration or areas that exert contextual influences on the individuals being studied. In the original article by Prof. Kwan, UGCoP is said to consist of two dimensions, which are spatial uncertainty and temporal uncertainty. Spatial uncertainty, from her point of view, is evidenced by several aspects in terms of the complexity of geographical context: multiple contexts of human activities, discrete geographical space which one context may cover, indefinable contexts by using geographical space (aspatial contexts), inaccurate geographical representation to the true geographical context, and lastly the variability of the contexts per se.
As for temporal uncertainty, however, it is not appropriate to mention the two uncertainties in the same breath, in my opinion. Spatial uncertainty is the major cause and component of UGCoP, while temporal uncertainty only plays a minor and subsidiary role component in UGCoP. Its function is only to make the problem of UGCoP more complicated. Specifically, the extensive temporal variability of human activities and contexts we study, as well as the time lag effect of contextual influence and human migration, add more complexities into spatial uncertainty.
MAUP is related to UGCoP, but it tells a different story. Let me explain by explicating their commonalities and differences.
Bothe MAUP and UGCoP share some common features. First, they both deal with the research result accuracy problem; Second they are both caused by ambiguous and untrue geographical delineation.
As for the differences, firstly, if you look into the nuance of the causes of the two problems, you will find the causes are actually different. MAUP is caused by arbitrary and unjustified zoning schemes, while UGCoP is due to the incomplete information transfer and inability of inter-describing between geographical space and contextual influences. Secondly, MAUP is almost incurable, while UGCoP can be remedied to some extent.
References
Openshaw, S. (1983). The modifiable areal unit problem (Vol. 38): Geo Books Norwich.
Kwan, M.-P. (2012). The uncertain geographic context problem. Annals of the Association of American Geographers, 102(5), 958-968.
Understanding the Uncertain Geographic Context Problem的更多相关文章
- 区分DDD中的Domain, Subdomain, Bounded Context, Problem/Solution Space
区分DDD中的Domain, Subdomain, Bounded Context, Problem/Solution Space 译自: Domain, Subdomain, Bounded Con ...
- SICP 阅读笔记(二)
Chapter 1: Building Abstractions with Procedures 2015-09-29 016 Preface of this chapter QUOTE: The a ...
- JAVA工程师技能要求
近期做了个JAVA工程师分类, JAVA工程师可能是市场上最多类的程序员: 初级JAVA工程师的基本要求 Good basic programming skills 良好基本编程技能 Founda ...
- GIS和视频监控的集成
本文讨论了使用增强现实(AR)技术的三维(3D)地理信息系统(GIS)和视频监视系统的集成.进行这种集成的动机是要克服常规视频监视系统面临的问题.关于哪个摄像机当前监视此类系统中哪个区域的明确信息:因 ...
- atitit.软件与sql设计模式原理与本质 大总结attialx总结v6 qc26.docx
atitit.软件与sql设计模式原理与本质 大总结attialx总结v6 qc26.docx 1.1. 版本历史2 2. 设计模式是什么2 2.1. 模式就是在一种场合下对某个问题的一个解决方案.& ...
- Normalization
In creating a database, normalization is the process of organizing it into tables in such a way that ...
- Common Pitfalls In Machine Learning Projects
Common Pitfalls In Machine Learning Projects In a recent presentation, Ben Hamner described the comm ...
- Leetcode: Max Sum of Rectangle No Larger Than K
Given a non-empty 2D matrix matrix and an integer k, find the max sum of a rectangle in the matrix s ...
- Java fundamentals of basic IO
IO is a problem difficult to handle in various of systems because it always becomes a bottleneck in ...
随机推荐
- Android SDK Manager无法更新的解决
只需要配置一下hosts文件,在文件的末尾添加下面一句: 74.125.237.1 dl-ssl.google.com windows系统中hosts文件的位置为:C:\Windows\System3 ...
- oracle数据库字符集US7ASCII,在java中处理中文问题
原来项目中oracle数据库一直是US7ASCII,我新项目对接的时候,查询以及插入中文,出现乱码问题. 暂时未能解决此问题,最终决定每次转码: 查询的时候: List<Record> l ...
- 弹出框优化实例(alert和confirm)
在项目过程中会遇到需要使用自己定义的弹出框的情况.以前用过ymprompt,但是它太复杂而且不好自己操控.所以自己写了一个弹出框实例. 主要有两类弹出框alert和confirm.基于jQuery a ...
- php的<?php ?>标签匹配
在公司实习了没有多久就开始和同事发现了一个问题,就是之前的人写过的项目经常莫名其妙的出错,仔细的看项目的源代码的时候发现项目中并没有逻辑上的错误,而且各种关系以及数据都没有问题,这是为什么呢.再次认真 ...
- SQL Server获取下一个编码字符实现继续重构与增强
我在SQL Server获取下一个编码字符实现的博文中,虽然实现了这个问题,但是感觉维护起来比较麻烦,例如如果调整编码字符串的固定长度,就需要变更三个函数,这样的为何成本确实比较大.面向对象编 ...
- ASP.NET MVC系列:添加模型
模型(Model)是应用程序中用于处理应用程序数据逻辑的部分;通常模型对象在数据库中存取数据 添加模型类 在解决方案中右击Models文件夹,然后选择“添加”,在“添加”项里选择“类”:或者选中Mod ...
- ASP.NET MVC初识
最近在博客园看到了很多关于MVC的示例,自己打算写下来记录一下,如果有写得不对的地方,望大侠指出! 开始搭建项目 1. 建立Web项目 文件—>新建项目—>选择ASP.NET MVC4 W ...
- 基于吉日嘎底层架构的Web端权限管理操作演示-组织机构管理
软件是服务组织的系统,而任何组织一定会涉及到权限:所以权限控制是一个系统的核心基础,不管你做啥系统都逃不过:有人的地方就有江湖,有系统就有权限管理. 今天我们继续讲一下组织机构的管理: 新增.修改.锁 ...
- MEF入门之不求甚解,但力求简单能讲明白(二)
在上一篇文章中,我们已经学到了很基本的MEF概念和使用方法. 但我们导出的是一个object类型的实例,只能用来tostring,没有引用部件类库,也不能用里面的成员方法. 本篇,我们逐渐往简单的文件 ...
- Get,Post请求中文乱码问题有效解决方法
本文主要介绍如何有效解决web请求中的乱码问题,其实解决方法有很多种,不同的请求类型解决方法也不相同. 本文只介绍最方便的一种: 1.先修改jsp中的编码方式 2.针对Post方式提交的请求如果出现乱 ...