首页 > 最新文献

Cartography and Geographic Information Science最新文献

英文 中文
Estimating neighborhood-level population characteristics from parcel data 从包裹数据估计社区人口特征
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-11-07 DOI: 10.1080/15230406.2023.2271379
Matthew H. Ruther
ABSTRACTThis paper investigates how ancillary geographic data – in particular, information on land or assessor parcels – might be used to improve estimates for small area populations and population characteristics. It seeks to determine whether parcel land use codes can be used to reliably replicate population and housing distributions within small (subcounty) areas and whether other parcel attributes – in addition to land use – exhibit any explanatory power in replicating population and housing characteristics within these same places. The basis for this paper was Professor Barbara Buttenfield’s service on the Census Scientific Advisory Committee, in which her working group explored the utility of administrative source data as an alternative or complement to federal survey data. This analysis highlights some of the benefits and complications of the incorporation of parcel data into geodemographic estimation, and the findings demonstrate that such a use is problematic but encouraging.KEYWORDS: Parcelneighborhoodpopulationestimationcadastralsmall-area Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementThe data that support the findings of this study are available in the Github UofLKSDC/CAGIS2022 repository available at https://zenodo.org/badge/latestdoi/515252659. Elements of these data were derived from the following resources available in the public domain: National Historical Geographic Information System [https://www.nhgis.org].
摘要本文研究了辅助地理数据——特别是关于土地或评估地块的信息——如何用于改进对小区域人口和人口特征的估计。它试图确定地块土地使用代码是否可以用来可靠地复制小(县以下)区域内的人口和住房分布,以及除了土地使用之外的其他地块属性是否在复制这些地方的人口和住房特征方面表现出任何解释力。本文的基础是芭芭拉·布登菲尔德教授在人口普查科学咨询委员会的服务,她的工作组探索了行政源数据作为联邦调查数据的替代或补充的效用。这一分析强调了将包裹数据纳入地理人口估算的一些好处和复杂性,研究结果表明,这种使用是有问题的,但令人鼓舞。关键词:包裹、邻里、人口估算、地籍、小面积披露声明作者未报告潜在的利益冲突。数据可用性声明支持本研究结果的数据可在https://zenodo.org/badge/latestdoi/515252659的Github uflksdc /CAGIS2022存储库中获得。这些数据的元素来自下列公共领域的资源:国家历史地理信息系统[https://www.nhgis.org]。
{"title":"Estimating neighborhood-level population characteristics from parcel data","authors":"Matthew H. Ruther","doi":"10.1080/15230406.2023.2271379","DOIUrl":"https://doi.org/10.1080/15230406.2023.2271379","url":null,"abstract":"ABSTRACTThis paper investigates how ancillary geographic data – in particular, information on land or assessor parcels – might be used to improve estimates for small area populations and population characteristics. It seeks to determine whether parcel land use codes can be used to reliably replicate population and housing distributions within small (subcounty) areas and whether other parcel attributes – in addition to land use – exhibit any explanatory power in replicating population and housing characteristics within these same places. The basis for this paper was Professor Barbara Buttenfield’s service on the Census Scientific Advisory Committee, in which her working group explored the utility of administrative source data as an alternative or complement to federal survey data. This analysis highlights some of the benefits and complications of the incorporation of parcel data into geodemographic estimation, and the findings demonstrate that such a use is problematic but encouraging.KEYWORDS: Parcelneighborhoodpopulationestimationcadastralsmall-area Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementThe data that support the findings of this study are available in the Github UofLKSDC/CAGIS2022 repository available at https://zenodo.org/badge/latestdoi/515252659. Elements of these data were derived from the following resources available in the public domain: National Historical Geographic Information System [https://www.nhgis.org].","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"2 11","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135479909","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A parallel strategy to accelerate neighborhood operation for raster data coordinating CPU and GPU 一种加速栅格数据协同CPU和GPU邻域运算的并行策略
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-11-07 DOI: 10.1080/15230406.2023.2272660
Zhixin Yu, Chen Zhou, Manchun Li
ABSTRACTThis study presents an asynchronous parallel strategy coordinating central processing unit (CPU) and graphic processing unit (GPU) to accelerate neighborhood operation (NO). Specifically, we propose a data partitioning method called multi-anchor task queuing and a task scheduling method called bi-direction task scheduling, which can support CPU and GPU to find the responsible data blocks rapidly and concurrently handle their tasks via a bi-direction merge. Moreover, we optimize the organization of threads distributed among the CPU and GPU. Experimental results show that when a 1.7 GB raster dataset is processed, the speedup ratio achieved by the proposed parallel algorithm reaches 29.63, which is 19% and 18% higher than those of the GPU and standard asynchronous parallel algorithm, respectively. Additionally, the load balance index is below 0.085, which is significantly better than the value achieved by a conventional algorithm. Thus, the strategy achieves a higher speedup ratio and more adaptable load balance, thereby accelerating the NO more efficiently. Further, the impacts of the data volume, computational intensity, organization mode of the GPU threads, and granularity of the GPU stream on the parallel efficiency are evaluated and discussed. We also test the efficiency of four other common NOs with our strategy.KEYWORDS: Geographical raster dataneighborhood operationparallel computingCPU and GPUload balance AcknowledgmentsThe authors sincerely thank the anonymous reviewers and editors for their valuable feedback and constructive comments, which greatly contribute to improving this paper.Disclosure statementNo potential conflict of interest was reported by the author(s).CRediT authorship contribution statementZhixin Yu: Conceptualization, Methodology, Software, Visualization, Writing – original draft.Chen Zhou: Conceptualization, Data Curation, Supervision, Validation, Writing – review & editing.Manchun Li: Supervision, Writing – review & editing.Data availability statementThe computer code and sample dataset that support the findings of this study are available at https://www.doi.org/10.17605/OSF.IO/AG3QC. The code was developed using C++. A CPU with multiple cores and a CUDA-enabled GPU are necessary. It is recommended to run the code on OpenMP 2.0, CUDA 11.2 and GDAL 3.2.0 or later.Additional informationFundingThis work was supported by the National Natural Science Foundation of China [grant numbers 42271414 and 41901318].
摘要提出了一种协调中央处理器(CPU)和图形处理器(GPU)的异步并行策略,以加速邻域运算(NO)。具体来说,我们提出了一种称为多锚任务队列的数据分区方法和一种称为双向任务调度的任务调度方法,它可以支持CPU和GPU快速找到负责的数据块,并通过双向合并并发处理它们的任务。此外,我们优化了分布在CPU和GPU之间的线程的组织。实验结果表明,在处理1.7 GB栅格数据集时,所提并行算法的加速比达到29.63,分别比GPU和标准异步并行算法提高19%和18%。负载均衡指数低于0.085,明显优于传统算法。因此,该策略实现了更高的加速比和更适应性的负载平衡,从而更有效地加速了NO。此外,还评估和讨论了数据量、计算强度、GPU线程的组织方式和GPU流粒度对并行效率的影响。我们还用我们的策略测试了其他四种常见no的效率。关键词:地理栅格数据邻域运算并行计算cpu和gpu负载平衡致谢作者衷心感谢匿名审稿人和编辑提供的宝贵意见和建设性意见,为本文的改进做出了巨大贡献。披露声明作者未报告潜在的利益冲突。余志新:概念化、方法论、软件、可视化、写作——原稿。陈周:概念化,数据管理,监督,验证,写作-审查和编辑。李曼春:监督、写作、评审、编辑。数据可用性声明支持本研究结果的计算机代码和样本数据集可在https://www.doi.org/10.17605/OSF.IO/AG3QC上获得。代码是用c++开发的。需要多核CPU和支持cuda的GPU。建议在OpenMP 2.0、CUDA 11.2和GDAL 3.2.0及以上版本上运行。本研究由国家自然科学基金资助[批准号:42271414和41901318]。
{"title":"A parallel strategy to accelerate neighborhood operation for raster data coordinating CPU and GPU","authors":"Zhixin Yu, Chen Zhou, Manchun Li","doi":"10.1080/15230406.2023.2272660","DOIUrl":"https://doi.org/10.1080/15230406.2023.2272660","url":null,"abstract":"ABSTRACTThis study presents an asynchronous parallel strategy coordinating central processing unit (CPU) and graphic processing unit (GPU) to accelerate neighborhood operation (NO). Specifically, we propose a data partitioning method called multi-anchor task queuing and a task scheduling method called bi-direction task scheduling, which can support CPU and GPU to find the responsible data blocks rapidly and concurrently handle their tasks via a bi-direction merge. Moreover, we optimize the organization of threads distributed among the CPU and GPU. Experimental results show that when a 1.7 GB raster dataset is processed, the speedup ratio achieved by the proposed parallel algorithm reaches 29.63, which is 19% and 18% higher than those of the GPU and standard asynchronous parallel algorithm, respectively. Additionally, the load balance index is below 0.085, which is significantly better than the value achieved by a conventional algorithm. Thus, the strategy achieves a higher speedup ratio and more adaptable load balance, thereby accelerating the NO more efficiently. Further, the impacts of the data volume, computational intensity, organization mode of the GPU threads, and granularity of the GPU stream on the parallel efficiency are evaluated and discussed. We also test the efficiency of four other common NOs with our strategy.KEYWORDS: Geographical raster dataneighborhood operationparallel computingCPU and GPUload balance AcknowledgmentsThe authors sincerely thank the anonymous reviewers and editors for their valuable feedback and constructive comments, which greatly contribute to improving this paper.Disclosure statementNo potential conflict of interest was reported by the author(s).CRediT authorship contribution statementZhixin Yu: Conceptualization, Methodology, Software, Visualization, Writing – original draft.Chen Zhou: Conceptualization, Data Curation, Supervision, Validation, Writing – review & editing.Manchun Li: Supervision, Writing – review & editing.Data availability statementThe computer code and sample dataset that support the findings of this study are available at https://www.doi.org/10.17605/OSF.IO/AG3QC. The code was developed using C++. A CPU with multiple cores and a CUDA-enabled GPU are necessary. It is recommended to run the code on OpenMP 2.0, CUDA 11.2 and GDAL 3.2.0 or later.Additional informationFundingThis work was supported by the National Natural Science Foundation of China [grant numbers 42271414 and 41901318].","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"5 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135480037","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Progress and challenges in designing landslide maps for disaster risk communication: a systematic review 设计滑坡地图用于灾害风险沟通的进展与挑战:系统回顾
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-11-02 DOI: 10.1080/15230406.2023.2264754
Elok Surya Pratiwi, Su-Min Shen, Junun Sartohadi
There has been a limited amount of research focused on the design of landslide maps, which are considered as one of the potential means to communicate disaster risks to the public. Hence, this article aims to conduct a systematic review of the process involved in creating landslide maps specifically for the purpose of disaster risk communication with non-expert users. While this topic is still under-studied, it has gained increasing coverage in the peer-reviewed literature over the past five years. The review examines the variations in the process of creating landslide maps, considering aspects such as planning, mapping techniques, presentation, and dissemination. However, there are several areas that require improvement, including diversifying the types of maps, considering the role and involvement of users, developing more user-friendly designs, and reducing reliance on experts during the dissemination process. The findings of this review provide valuable insights into the current limitations in establishing these maps and offer guidance for future research in this field.
滑坡地图的设计被认为是向公众传达灾害风险的潜在手段之一,但目前对滑坡地图设计的研究有限。因此,本文旨在对专门为与非专家用户进行灾害风险沟通而创建滑坡地图所涉及的过程进行系统审查。虽然这个话题还没有得到充分的研究,但在过去的五年里,它在同行评议的文献中得到了越来越多的报道。本文考察了滑坡地图制作过程中的变化,考虑到规划、制图技术、呈现和传播等方面。但是,有几个领域需要改进,包括使地图种类多样化,考虑到用户的作用和参与,拟订更便于使用的设计,以及在传播过程中减少对专家的依赖。本综述的发现为目前建立这些地图的局限性提供了有价值的见解,并为该领域的未来研究提供了指导。
{"title":"Progress and challenges in designing landslide maps for disaster risk communication: a systematic review","authors":"Elok Surya Pratiwi, Su-Min Shen, Junun Sartohadi","doi":"10.1080/15230406.2023.2264754","DOIUrl":"https://doi.org/10.1080/15230406.2023.2264754","url":null,"abstract":"There has been a limited amount of research focused on the design of landslide maps, which are considered as one of the potential means to communicate disaster risks to the public. Hence, this article aims to conduct a systematic review of the process involved in creating landslide maps specifically for the purpose of disaster risk communication with non-expert users. While this topic is still under-studied, it has gained increasing coverage in the peer-reviewed literature over the past five years. The review examines the variations in the process of creating landslide maps, considering aspects such as planning, mapping techniques, presentation, and dissemination. However, there are several areas that require improvement, including diversifying the types of maps, considering the role and involvement of users, developing more user-friendly designs, and reducing reliance on experts during the dissemination process. The findings of this review provide valuable insights into the current limitations in establishing these maps and offer guidance for future research in this field.","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"1 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135935857","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Effectiveness of animated choropleth and proportional symbol cartograms for epidemiological dashboards 为流行病学仪表板制作的动画线形和比例符号图的有效性
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-11-02 DOI: 10.1080/15230406.2023.2264755
Barry J Kronenfeld, Kwang il (Jason) Yoo
ABSTRACTEpidemiological maps on COVID-19 dashboards were critical to disseminating information during the pandemic, but dashboard creators faced difficulties avoiding common misinterpretation pitfalls that result from varying population density. Furthermore, most dashboards did not include animated maps despite their intuitive visual analogy to the temporal unfolding of events. This study explores the effectiveness of population cartograms as a basis for animated maps showing the progression of a pandemic. The ability to recall locations of peak case rates per population was compared for subjects receiving animated maps and cartograms overlaid with proportional symbols and choropleth colors representing case counts and rates per population, respectively. Results confirm that map readers often confuse case counts with rates on standard proportional symbol maps and fail to notice small, densely populated enumeration units on standard choropleth maps. Population cartograms reduced these common visual biases for both map forms, but map readers were unable to track rates per population on proportional symbol cartograms even with prior instruction. Although animations of standard choropleth maps and colored proportional symbol cartograms were most preferred by subjects, choropleth cartograms are recommended for consideration by dashboard creators as they effectively communicate case rate trends while avoiding visual biases associated with other map types.KEYWORDS: COVID-19map dashboardscartogramsanimationepidemiology AcknowledgmentsWe would like to express our gratitude for the editors’ and anonymous reviewers’ timely and constructive feedback.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementAnimations used in the human subjects experiment described in this study are openly available on the first author’s website at https://castle.eiu.edu/~bjkronenfeld/projects/cagis23animations/.Additional informationFundingFunding for the human subjects experiment was provided by an Eastern Illinois University Student Impact Grant.
COVID-19仪表板上的流行病学地图对于在大流行期间传播信息至关重要,但仪表板创建者面临着避免因人口密度不同而导致的常见误解陷阱的困难。此外,大多数仪表板不包括动画地图,尽管它们的直观视觉类比于事件的时间展开。本研究探讨了人口图作为显示大流行进展的动画地图基础的有效性。接受动画地图和地图的受试者,分别用比例符号和代表每个人口的病例数和发病率的颜色覆盖,比较了他们回忆高峰病例率位置的能力。结果证实,在标准比例符号地图上,地图阅读者经常混淆病例计数和比率,并且没有注意到标准等高线地图上小而密集的枚举单位。人口地图减少了这两种地图形式的常见视觉偏差,但即使事先有指示,地图读者也无法在比例符号地图上跟踪每个人口的比率。虽然实验对象最喜欢标准网格地图和彩色比例符号地图的动画,但仪表板创建者建议考虑网格地图,因为它们有效地传达了病例率趋势,同时避免了与其他地图类型相关的视觉偏差。感谢编辑和匿名审稿人及时、建设性的反馈意见。披露声明作者未报告潜在的利益冲突。数据可用性声明本研究中描述的人类受试者实验中使用的动画可在第一作者的网站上公开获取:https://castle.eiu.edu/~bjkronenfeld/projects/cagis23animations/.Additional informationfunding .该人类受试者实验的资金由东伊利诺伊大学学生影响基金提供。
{"title":"Effectiveness of animated choropleth and proportional symbol cartograms for epidemiological dashboards","authors":"Barry J Kronenfeld, Kwang il (Jason) Yoo","doi":"10.1080/15230406.2023.2264755","DOIUrl":"https://doi.org/10.1080/15230406.2023.2264755","url":null,"abstract":"ABSTRACTEpidemiological maps on COVID-19 dashboards were critical to disseminating information during the pandemic, but dashboard creators faced difficulties avoiding common misinterpretation pitfalls that result from varying population density. Furthermore, most dashboards did not include animated maps despite their intuitive visual analogy to the temporal unfolding of events. This study explores the effectiveness of population cartograms as a basis for animated maps showing the progression of a pandemic. The ability to recall locations of peak case rates per population was compared for subjects receiving animated maps and cartograms overlaid with proportional symbols and choropleth colors representing case counts and rates per population, respectively. Results confirm that map readers often confuse case counts with rates on standard proportional symbol maps and fail to notice small, densely populated enumeration units on standard choropleth maps. Population cartograms reduced these common visual biases for both map forms, but map readers were unable to track rates per population on proportional symbol cartograms even with prior instruction. Although animations of standard choropleth maps and colored proportional symbol cartograms were most preferred by subjects, choropleth cartograms are recommended for consideration by dashboard creators as they effectively communicate case rate trends while avoiding visual biases associated with other map types.KEYWORDS: COVID-19map dashboardscartogramsanimationepidemiology AcknowledgmentsWe would like to express our gratitude for the editors’ and anonymous reviewers’ timely and constructive feedback.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementAnimations used in the human subjects experiment described in this study are openly available on the first author’s website at https://castle.eiu.edu/~bjkronenfeld/projects/cagis23animations/.Additional informationFundingFunding for the human subjects experiment was provided by an Eastern Illinois University Student Impact Grant.","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"38 2‐3","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135933657","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
How does your viewing perspective matter for decision-making with flood risk maps?* 你的视角对洪水风险地图的决策有何影响?*
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-11-02 DOI: 10.1080/15230406.2023.2268502
Fabian Kuster, Ian T. Ruginski, S.I. Fabrikant
The globally increasing frequency of flood events highlights the importance of effective flood risk communication. The influence of the viewing perspective of mapped flood events on human risk perception has not yet been a research focus of the geovisualization community. This empirical study aims to fill this gap by investigating how the viewing perspective of flood risk maps, that is, 2D orthographic vs. 2.5D oblique views, influence human flood risk perception and decision-making. Results on how viewing perspective might influence measured risk perception are in line with prior inconclusive research on the utility and usability of adding a third viewing dimension on static maps. Unlike prior research would have suggested, we find that the individual risk attitude of our participants had no direct influence on their risk ratings in the context of this study. With additional empirical evidence on how static 2D and oblique 2.5D hazard maps might influence the public’s risk perception and decision-making, we hope to further inform policy and decision makers on the critical importance of well-designed cartographic displays for effective and efficient hazard and risk communication. We also provide an open-source code repository for making reproducible experiments with our static maps.
全球洪水事件频率的增加凸显了有效的洪水风险沟通的重要性。洪水事件地图的视角对人类风险感知的影响尚未成为地理可视化界的研究热点。本实证研究旨在通过调查洪水风险图的视角(即2D正射视图与2.5D斜射视图)如何影响人类的洪水风险感知和决策来填补这一空白。关于观看视角如何影响测量风险感知的结果与先前关于在静态地图上添加第三个观看维度的效用和可用性的不确定研究一致。与之前的研究不同,我们发现在本研究中,参与者的个人风险态度对他们的风险评级没有直接影响。通过更多关于静态2D和倾斜2.5D危险地图如何影响公众风险感知和决策的经验证据,我们希望进一步告知政策和决策者,精心设计的地图显示对于有效和高效的危险和风险沟通至关重要。我们还提供了一个开源代码存储库,用于使用我们的静态映射进行可重复的实验。
{"title":"How does your viewing perspective matter for decision-making with flood risk maps?*","authors":"Fabian Kuster, Ian T. Ruginski, S.I. Fabrikant","doi":"10.1080/15230406.2023.2268502","DOIUrl":"https://doi.org/10.1080/15230406.2023.2268502","url":null,"abstract":"The globally increasing frequency of flood events highlights the importance of effective flood risk communication. The influence of the viewing perspective of mapped flood events on human risk perception has not yet been a research focus of the geovisualization community. This empirical study aims to fill this gap by investigating how the viewing perspective of flood risk maps, that is, 2D orthographic vs. 2.5D oblique views, influence human flood risk perception and decision-making. Results on how viewing perspective might influence measured risk perception are in line with prior inconclusive research on the utility and usability of adding a third viewing dimension on static maps. Unlike prior research would have suggested, we find that the individual risk attitude of our participants had no direct influence on their risk ratings in the context of this study. With additional empirical evidence on how static 2D and oblique 2.5D hazard maps might influence the public’s risk perception and decision-making, we hope to further inform policy and decision makers on the critical importance of well-designed cartographic displays for effective and efficient hazard and risk communication. We also provide an open-source code repository for making reproducible experiments with our static maps.","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"102 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136017961","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Geo-indistinguishable masking: enhancing privacy protection in spatial point mapping 地理不可分辨掩蔽:增强空间点映射的隐私保护
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-10-31 DOI: 10.1080/15230406.2023.2267967
Yue Lin
ABSTRACTSpatial point mapping is a useful practice in exploratory point pattern analysis, but it poses significant privacy risks as the identity of individuals may be revealed from the maps. Geomasking methods have been developed to mitigate the risks by displacing spatial points before mapping. However, many of these methods rely on a weak privacy notion called spatial k-anonymity, which is insufficient to withstand the growing amount of spatial data (e.g. land use) that adversaries can use as side information to infer the actual locations of individuals. We proposes a method called geo-indistinguishable masking to address this issue by relying on a strong privacy notion called geo-indistinguishability. This notion ensures consistent levels of privacy protection regardless of any side information. The method consists of two steps. The first step involves creating a masking area for each spatial point to include a set of candidate locations to which the point can be relocated. In the second step, we formulate an optimization model to ensure the masked locations satisfy geo-indistinguishability while minimizing the distance displaced. Computational experiments on a synthetic dataset demonstrate that our proposed method is both efficient and effective in providing strong privacy protection while preserving the spatial point patterns.KEYWORDS: Differential privacygeo-indistinguishabilitygeomaskinggeoprivacyspatial anonymization Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementThe data and code that support the findings of this study are available on Figshare at https://doi.org/10.6084/m9.figshare.23632443.Supplementary materialSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2267967.Notes1. https://www.gurobi.com/.2. https://www.ibm.com/products/ilog-cplex-optimization-studio/cplex-optimizer.3. https://www.coin-or.org/.
摘要空间点映射是探索性点模式分析的一种有效方法,但由于空间点映射可能暴露个体的身份,因此存在较大的隐私风险。测绘方法已经开发出来,通过在测绘之前置换空间点来降低风险。然而,这些方法中的许多都依赖于一种称为空间k-匿名的弱隐私概念,这不足以承受越来越多的空间数据(例如土地使用),攻击者可以将其用作推断个人实际位置的附带信息。我们提出了一种称为地理不可分辨掩蔽的方法来解决这个问题,该方法依赖于一种称为地理不可分辨的强隐私概念。这一概念确保了无论任何附带信息如何都能保持一致的隐私保护水平。该方法包括两个步骤。第一步是为每个空间点创建一个掩蔽区域,以包含一组候选位置,点可以被重新定位到这些位置。在第二步,我们建立了一个优化模型,以确保被遮挡的位置满足地理不可分辨性,同时最小化位移距离。在一个合成数据集上的计算实验表明,我们提出的方法在保留空间点模式的同时提供了强大的隐私保护。关键词:差异隐私、地理不可区分性、地理测绘、地理隐私、空间匿名化披露声明作者未报告潜在的利益冲突。数据可用性声明支持本研究结果的数据和代码可在Figshare上获得https://doi.org/10.6084/m9.figshare.23632443.Supplementary material本文的补充数据可在https://doi.org/10.1080/15230406.2023.2267967.Notes1上在线获取。https://www.gurobi.com/.2。https://www.ibm.com/products/ilog-cplex-optimization-studio/cplex-optimizer.3。https://www.coin-or.org/。
{"title":"Geo-indistinguishable masking: enhancing privacy protection in spatial point mapping","authors":"Yue Lin","doi":"10.1080/15230406.2023.2267967","DOIUrl":"https://doi.org/10.1080/15230406.2023.2267967","url":null,"abstract":"ABSTRACTSpatial point mapping is a useful practice in exploratory point pattern analysis, but it poses significant privacy risks as the identity of individuals may be revealed from the maps. Geomasking methods have been developed to mitigate the risks by displacing spatial points before mapping. However, many of these methods rely on a weak privacy notion called spatial k-anonymity, which is insufficient to withstand the growing amount of spatial data (e.g. land use) that adversaries can use as side information to infer the actual locations of individuals. We proposes a method called geo-indistinguishable masking to address this issue by relying on a strong privacy notion called geo-indistinguishability. This notion ensures consistent levels of privacy protection regardless of any side information. The method consists of two steps. The first step involves creating a masking area for each spatial point to include a set of candidate locations to which the point can be relocated. In the second step, we formulate an optimization model to ensure the masked locations satisfy geo-indistinguishability while minimizing the distance displaced. Computational experiments on a synthetic dataset demonstrate that our proposed method is both efficient and effective in providing strong privacy protection while preserving the spatial point patterns.KEYWORDS: Differential privacygeo-indistinguishabilitygeomaskinggeoprivacyspatial anonymization Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementThe data and code that support the findings of this study are available on Figshare at https://doi.org/10.6084/m9.figshare.23632443.Supplementary materialSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2267967.Notes1. https://www.gurobi.com/.2. https://www.ibm.com/products/ilog-cplex-optimization-studio/cplex-optimizer.3. https://www.coin-or.org/.","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135868380","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Thematic tactile maps for accessible flood mitigation planning: design and evaluation 无障碍防洪规划的主题触觉地图:设计与评估
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-10-31 DOI: 10.1080/15230406.2023.2264747
Harrison Cole, Anthony Robinson
ABSTRACTMaps are frequently employed in the natural hazard mitigation planning (NHMP) process for analyze a community’s vulnerability to hazards and illustrating the character of potential hazards. But because the encoded information of these maps relies on visual access, blind or low-vision (B/LV) people who want to contribute to their community’s NHMP efforts are therefore effectively excluded from any stage of the process involving maps. In response, we investigate tactile flood maps as an accessible tool for NHMP. Our study proposes a workflow for creating thematic tactile flood maps using existing resources, methods, and design conventions, and then evaluates those thematic tactile maps to understand user confidence amongst B/LV users. This work contributes a proposed configuration of tactile mapping resources to be used for NHMP and evaluates user confidence while using those resources. Results suggest that B/LV users respond positively to using tactile maps in a high-stakes context such as NHMP, and that tactile maps can expand the number and diversity of people who are able to contribute to NHMP. To maximize contributions, we recommend that future tactile map research invest a greater amount of attention to developing resources for B/LV people to create, edit, and distribute maps themselves.KEYWORDS: Usabilityuser experienceblindlow visiondisabilitydisasterhazard AcknowledgmentsThe authors would like to thank Michelle McManus, Naomi Rosenberg, Deborah Klein, Ken Quinn, and Tim Prestby for their essential contributions to this project.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementParticipants in this study did not agree for their data to be shared publicly, so supporting data is not available.Supplementary dataSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2264747
摘要在自然灾害缓解规划(NHMP)过程中,经常使用地图来分析社区对灾害的脆弱性,并说明潜在灾害的特征。但是,由于这些地图的编码信息依赖于视觉访问,因此,想要为社区的NHMP工作做出贡献的盲人或低视力(B/LV)人实际上被排除在涉及地图的任何阶段之外。因此,我们研究触觉洪水地图作为NHMP的可访问工具。我们的研究提出了一个使用现有资源、方法和设计惯例创建主题触觉洪水地图的工作流程,然后评估这些主题触觉地图,以了解B/LV用户的用户信心。这项工作提出了一种用于NHMP的触觉映射资源配置,并在使用这些资源时评估用户的信心。结果表明,在高风险情境下,低/低用户对使用触觉地图的反应积极,并且触觉地图可以扩大能够为NHMP做出贡献的人的数量和多样性。为了最大限度地发挥贡献,我们建议未来的触觉地图研究投入更多的精力来开发资源,供B/LV用户自己创建、编辑和分发地图。作者要感谢Michelle McManus、Naomi Rosenberg、Deborah Klein、Ken Quinn和Tim Prestby对这个项目的重要贡献。披露声明作者未报告潜在的利益冲突。数据可用性声明本研究的参与者不同意公开分享他们的数据,因此无法获得支持数据。本文的补充数据可以在线访问https://doi.org/10.1080/15230406.2023.2264747
{"title":"Thematic tactile maps for accessible flood mitigation planning: design and evaluation","authors":"Harrison Cole, Anthony Robinson","doi":"10.1080/15230406.2023.2264747","DOIUrl":"https://doi.org/10.1080/15230406.2023.2264747","url":null,"abstract":"ABSTRACTMaps are frequently employed in the natural hazard mitigation planning (NHMP) process for analyze a community’s vulnerability to hazards and illustrating the character of potential hazards. But because the encoded information of these maps relies on visual access, blind or low-vision (B/LV) people who want to contribute to their community’s NHMP efforts are therefore effectively excluded from any stage of the process involving maps. In response, we investigate tactile flood maps as an accessible tool for NHMP. Our study proposes a workflow for creating thematic tactile flood maps using existing resources, methods, and design conventions, and then evaluates those thematic tactile maps to understand user confidence amongst B/LV users. This work contributes a proposed configuration of tactile mapping resources to be used for NHMP and evaluates user confidence while using those resources. Results suggest that B/LV users respond positively to using tactile maps in a high-stakes context such as NHMP, and that tactile maps can expand the number and diversity of people who are able to contribute to NHMP. To maximize contributions, we recommend that future tactile map research invest a greater amount of attention to developing resources for B/LV people to create, edit, and distribute maps themselves.KEYWORDS: Usabilityuser experienceblindlow visiondisabilitydisasterhazard AcknowledgmentsThe authors would like to thank Michelle McManus, Naomi Rosenberg, Deborah Klein, Ken Quinn, and Tim Prestby for their essential contributions to this project.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementParticipants in this study did not agree for their data to be shared publicly, so supporting data is not available.Supplementary dataSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2264747","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"2006 24","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135813653","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Urban thermal map design considerations: color, shading, and resolution 城市热图设计考虑因素:颜色,阴影和分辨率
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-10-26 DOI: 10.1080/15230406.2023.2267418
Gunjan Barua, Thomas Pingel, Theodore Lim
{"title":"Urban thermal map design considerations: color, shading, and resolution","authors":"Gunjan Barua, Thomas Pingel, Theodore Lim","doi":"10.1080/15230406.2023.2267418","DOIUrl":"https://doi.org/10.1080/15230406.2023.2267418","url":null,"abstract":"","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134908187","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multiple representations in geospatial databases, the brain’s spatial cells, and deep learning algorithms 地理空间数据库中的多重表示、大脑的空间细胞和深度学习算法
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-10-26 DOI: 10.1080/15230406.2023.2264758
May Yuan
{"title":"Multiple representations in geospatial databases, the brain’s spatial cells, and deep learning algorithms","authors":"May Yuan","doi":"10.1080/15230406.2023.2264758","DOIUrl":"https://doi.org/10.1080/15230406.2023.2264758","url":null,"abstract":"","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"28 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134909124","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Natural language processing meets spatial time series analysis and geovisualization: identifying and visualizing spatio-topical sentiment trends on Twitter 自然语言处理满足空间时间序列分析和地理可视化:识别和可视化Twitter上的空间主题情绪趋势
3区 地球科学 Q1 GEOGRAPHY Pub Date : 2023-10-26 DOI: 10.1080/15230406.2023.2264751
Hoeyun Kwon, Caglar Koylu, Bryce J. Dietrich
ABSTRACTPrevious studies have introduced various approaches for visualizing the spatial and temporal distributions of sentiments expressed on social media. However, many existing methods either overlook the evolving nature of sentiments or fail to account for the spatial distribution of sentiment trends related to specific topics. To gain a comprehensive understanding of how sentiments evolve in relation to topics and geographies, it is essential to capture the dynamic nature of sentiment through time series analysis and geovisualization. This article introduces a workflow that combines natural language processing, spatial time series analysis, and geovisualization techniques to identify and visualize the variations in sentiment trends on Twitter across different geographic regions and topics. By examining the 2016 presidential debates as a case study, we uncover distinct temporal patterns in sentiment distributions across various topics and states. Our findings also show that adjacent states do not always share similar sentiment trends, and that geographic clusters with similar sentiment trends also vary across topics. Failing to consider these variations may result in misunderstanding public discourse and sentiments since they are diverse and dynamic in nature.KEYWORDS: Sentiment trendsnatural language processingspatial time series analysisgeovisualizationTwitter AcknowledgmentsThe authors would like to thank the anonymous reviewers for their valuable insights. The reviewers’ constructive comments greatly contributed to the improvement of this manuscript.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementTwitter data used in this study are openly available in figshare at https://doi.org/10.6084/m9.figshare.20277840.v1. The shared data contain tweet IDs related to a series of three presidential debates in 2016 between the dates of September 26 and 26 October 2016.Supplementary dataSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2264751.
摘要以前的研究已经引入了各种方法来可视化社交媒体上表达的情绪的时空分布。然而,许多现有的方法要么忽略了情绪的演变性质,要么无法解释与特定主题相关的情绪趋势的空间分布。为了全面了解情感是如何随着主题和地理位置的变化而演变的,通过时间序列分析和地理可视化来捕捉情感的动态本质是至关重要的。本文介绍了一个结合了自然语言处理、空间时间序列分析和地理可视化技术的工作流,以识别和可视化Twitter上不同地理区域和主题的情绪趋势变化。通过将2016年的总统辩论作为案例研究,我们发现了不同主题和州的情绪分布的不同时间模式。我们的研究结果还表明,相邻的州并不总是具有相似的情绪趋势,并且具有相似情绪趋势的地理集群也因主题而异。如果不考虑这些变化,可能会导致误解公众话语和情绪,因为它们具有多样性和动态性。关键词:情感趋势、自然语言处理、空间时间序列分析、地理可视化、twitter致谢作者感谢匿名审稿人提供的宝贵见解。审稿人的建设性意见对本文的改进起到了很大的作用。披露声明作者未报告潜在的利益冲突。数据可用性声明本研究中使用的twitter数据可在https://doi.org/10.6084/m9.figshare.20277840.v1的figshare中公开获取。共享的数据包含了2016年9月26日至10月26日期间三场总统辩论的推特id。本文的补充数据可以在线访问https://doi.org/10.1080/15230406.2023.2264751。
{"title":"Natural language processing meets spatial time series analysis and geovisualization: identifying and visualizing spatio-topical sentiment trends on Twitter","authors":"Hoeyun Kwon, Caglar Koylu, Bryce J. Dietrich","doi":"10.1080/15230406.2023.2264751","DOIUrl":"https://doi.org/10.1080/15230406.2023.2264751","url":null,"abstract":"ABSTRACTPrevious studies have introduced various approaches for visualizing the spatial and temporal distributions of sentiments expressed on social media. However, many existing methods either overlook the evolving nature of sentiments or fail to account for the spatial distribution of sentiment trends related to specific topics. To gain a comprehensive understanding of how sentiments evolve in relation to topics and geographies, it is essential to capture the dynamic nature of sentiment through time series analysis and geovisualization. This article introduces a workflow that combines natural language processing, spatial time series analysis, and geovisualization techniques to identify and visualize the variations in sentiment trends on Twitter across different geographic regions and topics. By examining the 2016 presidential debates as a case study, we uncover distinct temporal patterns in sentiment distributions across various topics and states. Our findings also show that adjacent states do not always share similar sentiment trends, and that geographic clusters with similar sentiment trends also vary across topics. Failing to consider these variations may result in misunderstanding public discourse and sentiments since they are diverse and dynamic in nature.KEYWORDS: Sentiment trendsnatural language processingspatial time series analysisgeovisualizationTwitter AcknowledgmentsThe authors would like to thank the anonymous reviewers for their valuable insights. The reviewers’ constructive comments greatly contributed to the improvement of this manuscript.Disclosure statementNo potential conflict of interest was reported by the author(s).Data availability statementTwitter data used in this study are openly available in figshare at https://doi.org/10.6084/m9.figshare.20277840.v1. The shared data contain tweet IDs related to a series of three presidential debates in 2016 between the dates of September 26 and 26 October 2016.Supplementary dataSupplemental data for this article can be accessed online at https://doi.org/10.1080/15230406.2023.2264751.","PeriodicalId":47562,"journal":{"name":"Cartography and Geographic Information Science","volume":"48 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136381448","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Cartography and Geographic Information Science
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1