首页 > 最新文献

International Conference and Exhibition on Computing for Geospatial Research & Application最新文献

英文 中文
A multi-tenant cloud-based full-function GIS 基于云的多租户全功能GIS
Eamon Walsh
Cloud computing in itself is not sufficient be provided GIS as an on-line service at low cost to organizations ranging from individuals to thousands of users. "Multi-tenancy" is a technology that allows cloud computing resources to be shared amongst multiple organizations so as to offer full-function GIS on-line at low cost to organizations ranging from individuals to thousands of users. This presentation will cover: 1. How multi-tenancy works, and how it differs from hosting existing web/server GIS in the cloud. How it makes it possible to (1) Provide at a low cost GIS functionality equivalent to desktop GIS to organizations of scales ranging from individuals to thousands of people; and (2) Make GIS solutions instantly available "on demand" to new adopters. 2. This will have a critical business impact of this technology on GIS by dramatically lowering cost, reducing start-up time, and increasing flexibility compared with traditional GIS and with simpler cloud hosting approaches. 3. A working multi-tenant cloud-based GIS can be demonstrated, from creation of a service for a new organization, through loading data and adding users, to GIS use. Experience of deploying this technology shows new types of users starting with GIS as a Service, with high expectations of ease of use and of an instantly availability.
云计算本身不足以将地理信息系统作为一种低成本的在线服务提供给从个人到数千用户的组织。“多租户”是一种允许在多个组织之间共享云计算资源的技术,以便以低成本在线向从个人到数千个用户的组织提供全功能GIS。本报告将涵盖:1。多租户是如何工作的,它与在云中托管现有的web/服务器GIS有何不同。它如何使以下目标成为可能:(1)以低成本为从个人到数千人的规模组织提供相当于桌面GIS的GIS功能;(2)使GIS解决方案立即“按需”提供给新的采用者。2. 与传统GIS和更简单的云托管方法相比,这将对GIS技术产生关键的业务影响,因为它大大降低了成本,缩短了启动时间,增加了灵活性。3.从为新组织创建服务,到加载数据和添加用户,再到GIS的使用,可以演示一个可工作的基于云的多租户GIS。部署这项技术的经验表明,新型用户从GIS即服务开始,对易用性和即时可用性抱有很高的期望。
{"title":"A multi-tenant cloud-based full-function GIS","authors":"Eamon Walsh","doi":"10.1145/1999320.1999385","DOIUrl":"https://doi.org/10.1145/1999320.1999385","url":null,"abstract":"Cloud computing in itself is not sufficient be provided GIS as an on-line service at low cost to organizations ranging from individuals to thousands of users. \"Multi-tenancy\" is a technology that allows cloud computing resources to be shared amongst multiple organizations so as to offer full-function GIS on-line at low cost to organizations ranging from individuals to thousands of users. This presentation will cover:\u0000 1. How multi-tenancy works, and how it differs from hosting existing web/server GIS in the cloud. How it makes it possible to (1) Provide at a low cost GIS functionality equivalent to desktop GIS to organizations of scales ranging from individuals to thousands of people; and (2) Make GIS solutions instantly available \"on demand\" to new adopters.\u0000 2. This will have a critical business impact of this technology on GIS by dramatically lowering cost, reducing start-up time, and increasing flexibility compared with traditional GIS and with simpler cloud hosting approaches.\u0000 3. A working multi-tenant cloud-based GIS can be demonstrated, from creation of a service for a new organization, through loading data and adding users, to GIS use. Experience of deploying this technology shows new types of users starting with GIS as a Service, with high expectations of ease of use and of an instantly availability.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129564765","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Performance vs. productivity in the context of ArcGIS server 10 ArcGIS server 10环境下的性能与生产力
B. Collins
While many programming languages excel in their ability to execute commands quickly, others embody a greater focus on programmer productivity and clear syntax. In ESRI's GIS software package ArcGIS, Python is now the choice language for many GIS Analysts as an alternative to the more complex ArcObjects library. ArcObjects is written in C#, Visual Basic, Java, or C++, all more difficult languages to learn than Python, but also much faster. In modern web mapping, ArcGIS Python scripts are now making their way onto the server, sometimes at the expense of application performance and stability. I have explored the idea of code performance vs. programmer productivity in the context of ArcGIS Server by writing several web-based geoprocessing services in both Python and C# ArcObjects. The goal was to identify the classes of tools which are best developed using one technology or the other, either based on performance or ease of development. From the outset, I made the assumption that under equal circumstances, it is easier to develop a service in Python, but that C# will always execute faster. The different geoprocessing services were divided into three categories: raster-based, vector-based, and server utilities. The services had different inputs and outputs ranging from text to polygons to zip files. Multi-Mechanize web performance and load testing framework was used to automate requests and make testing repeatable. Multi-Mechanize is an open source testing framework written in python which assisted in replaying requests, logging responses, and compiling statistics. Using this framework, I was able to make an assessment of the exact types of geoprocessing services which should be built using python, and which should be avoided.
虽然许多编程语言在快速执行命令方面表现出色,但其他编程语言更注重程序员的生产力和清晰的语法。在ESRI的GIS软件包ArcGIS中,Python现在是许多GIS分析人员的首选语言,可以替代更复杂的ArcObjects库。ArcObjects是用c#、Visual Basic、Java或c++编写的,这些语言都比Python更难学,但也快得多。在现代的web地图中,ArcGIS Python脚本现在正在进入服务器,有时以牺牲应用程序的性能和稳定性为代价。在ArcGIS Server环境下,我用Python和c# ArcObjects编写了几个基于web的地理处理服务,探索了代码性能与程序员生产力之间的关系。目标是根据性能或开发的便利性,确定使用一种技术或另一种技术最好开发的工具类别。从一开始,我就假设在相同的情况下,用Python开发服务更容易,但c#总是执行得更快。不同的地理处理服务分为三类:基于栅格的、基于矢量的和服务器实用程序。这些服务有不同的输入和输出,从文本到多边形再到zip文件。使用Multi-Mechanize web性能和负载测试框架实现请求自动化,并使测试可重复。Multi-Mechanize是一个用python编写的开源测试框架,它可以帮助重放请求、记录响应和编译统计数据。使用这个框架,我能够对应该使用python构建和应该避免的地理处理服务的确切类型进行评估。
{"title":"Performance vs. productivity in the context of ArcGIS server 10","authors":"B. Collins","doi":"10.1145/1999320.1999377","DOIUrl":"https://doi.org/10.1145/1999320.1999377","url":null,"abstract":"While many programming languages excel in their ability to execute commands quickly, others embody a greater focus on programmer productivity and clear syntax. In ESRI's GIS software package ArcGIS, Python is now the choice language for many GIS Analysts as an alternative to the more complex ArcObjects library. ArcObjects is written in C#, Visual Basic, Java, or C++, all more difficult languages to learn than Python, but also much faster. In modern web mapping, ArcGIS Python scripts are now making their way onto the server, sometimes at the expense of application performance and stability. I have explored the idea of code performance vs. programmer productivity in the context of ArcGIS Server by writing several web-based geoprocessing services in both Python and C# ArcObjects. The goal was to identify the classes of tools which are best developed using one technology or the other, either based on performance or ease of development. From the outset, I made the assumption that under equal circumstances, it is easier to develop a service in Python, but that C# will always execute faster. The different geoprocessing services were divided into three categories: raster-based, vector-based, and server utilities. The services had different inputs and outputs ranging from text to polygons to zip files. Multi-Mechanize web performance and load testing framework was used to automate requests and make testing repeatable. Multi-Mechanize is an open source testing framework written in python which assisted in replaying requests, logging responses, and compiling statistics. Using this framework, I was able to make an assessment of the exact types of geoprocessing services which should be built using python, and which should be avoided.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124613926","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The geospatial revolution project 地理空间革命项目
F. Hardisty
Penn State Public Broadcasting has produced the Geospatial Revolution Project, an integrated public media and outreach initiative about the world of digital mapping and how it is changing the way we think, behave and interact. With the goal of increasing public awareness of geospatial technologies, the project offers four 15-minute online mini-documentary episodes, 3-minute shorter chapters, as well as K-16 educational materials. The episodes share compelling human stories that clarify the complex and decode the mysterious, explain the virtues and explore the potential dangers of these emerging technologies. The Geospatial Revolution Project explores the seamless layers of satellites, surveillance, and location-based technologies creating a worldwide geographic knowledge base vital to solving myriad social and environmental problems in the interconnected global community. Faculty from the Dutton e-Education Institute at The Pennsylvania State University served on the project advisory board, and Frank Hardisty from the Institute will play a selection from one of the following episodes during the demo presentation: Episode One -- defining the geospatial revolution and its historical origins; includes a story on the Haitian earthquake Episode Two -- geospatial technology in interactive city and business management Episode Three -- mapping in war and peace, police protection, and personal privacy and safety Episode Four -- agriculture and the environment, mapping disease, and human rights and aid www.geospatialrevolution.psu.edu; twitter.com/geospatialrev; Facebook.com/geospatialrev
宾夕法尼亚州立大学公共广播公司推出了地理空间革命项目,这是一个综合公共媒体和推广倡议,关于数字地图的世界,以及它如何改变我们的思维、行为和互动方式。为了提高公众对地理空间技术的认识,该项目提供四集15分钟的在线迷你纪录片,三分钟的短章节,以及K-16教育材料。这些剧集分享了引人入胜的人类故事,澄清了复杂的事物,解读了神秘的事物,解释了这些新兴技术的优点,并探讨了它们的潜在危险。地理空间革命项目探索了卫星、监视和基于位置的技术的无缝层,创建了一个全球地理知识库,对于解决相互联系的全球社区中的无数社会和环境问题至关重要。宾夕法尼亚州立大学达顿电子教育研究所的教师担任了项目顾问委员会的成员,该研究所的Frank Hardisty将在演示演讲中播放以下其中一集的选段:第一集——定义地理空间革命及其历史起源;包括一个关于海地地震的故事第二集-交互式城市和商业管理中的地理空间技术第三集-战争与和平中的制图,警察保护,个人隐私和安全第四集-农业与环境,制图疾病,人权和援助www.geospatialrevolution.psu.edu;twitter.com/geospatialrev;Facebook.com/geospatialrev
{"title":"The geospatial revolution project","authors":"F. Hardisty","doi":"10.1145/1999320.1999382","DOIUrl":"https://doi.org/10.1145/1999320.1999382","url":null,"abstract":"Penn State Public Broadcasting has produced the Geospatial Revolution Project, an integrated public media and outreach initiative about the world of digital mapping and how it is changing the way we think, behave and interact. With the goal of increasing public awareness of geospatial technologies, the project offers four 15-minute online mini-documentary episodes, 3-minute shorter chapters, as well as K-16 educational materials. The episodes share compelling human stories that clarify the complex and decode the mysterious, explain the virtues and explore the potential dangers of these emerging technologies. The Geospatial Revolution Project explores the seamless layers of satellites, surveillance, and location-based technologies creating a worldwide geographic knowledge base vital to solving myriad social and environmental problems in the interconnected global community. Faculty from the Dutton e-Education Institute at The Pennsylvania State University served on the project advisory board, and Frank Hardisty from the Institute will play a selection from one of the following episodes during the demo presentation:\u0000 <u>Episode One</u> -- defining the geospatial revolution and its historical origins; includes a story on the Haitian earthquake\u0000 <u>Episode Two</u> -- geospatial technology in interactive city and business management\u0000 <u>Episode Three</u> -- mapping in war and peace, police protection, and personal privacy and safety\u0000 <u>Episode Four</u> -- agriculture and the environment, mapping disease, and human rights and aid\u0000 www.geospatialrevolution.psu.edu; twitter.com/geospatialrev; Facebook.com/geospatialrev","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"300 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116325502","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Sensor web standards and the internet of things 传感器网络标准和物联网
S. Fairgrieve, Stefan Falke
Sensors are a key enabler in the realization of an Internet of Things; they empower us to better understand the state of the world around us and to discover and glean information about objects and actions that drive that world. Many of the objects we associate with the Internet of Things are sensor-based systems, contain sensors as key components (e.g. buildings, vehicles, appliances, etc.), or require sensors in order to be discovered and located. The measurements and information from those sensors are what provide much of the Internet of Things with meaningful data. RFID chips, QR codes, and other technologies facilitate tagging, identifying, and locating objects, but making the presence of these tagged objects and their associated information known to the broader world ultimately requires sensors such as RFID readers and mobile device cameras and standard mechanisms for describing and disseminating that information. Keeping the importance of sensors in mind, this presentation explores the applicability of the Open Geospatial Consortium (OGC) Sensor Web Enablement (SWE) standards to help build and drive the Internet of Things by standardizing the way in which sensors and sensor data are described, discovered, accessed, and controlled. SWE provides extensive support for describing the location of sensors and their observations, and this location information is a key aspect of data within the Internet of Things, allowing both human users and intelligent objects to know where they are, what they do, and what objects and data are available around them. This presentation describes how SWE-based sensor description and location information and the spatial relationships derived from that information can be applied in a variety of novel applications to facilitate an Internet of Things.
传感器是实现物联网的关键推动者;它们使我们能够更好地理解我们周围世界的状态,并发现和收集有关驱动这个世界的对象和行为的信息。我们与物联网相关的许多对象都是基于传感器的系统,包含传感器作为关键组件(例如建筑物,车辆,电器等),或者需要传感器才能被发现和定位。来自这些传感器的测量和信息为物联网提供了大量有意义的数据。RFID芯片、QR码和其他技术有助于标记、识别和定位对象,但要使这些标记对象的存在及其相关信息为更广泛的世界所知,最终需要诸如RFID读取器和移动设备相机等传感器以及描述和传播该信息的标准机制。考虑到传感器的重要性,本演讲探讨了开放地理空间联盟(OGC)传感器网络支持(SWE)标准的适用性,通过标准化传感器和传感器数据的描述、发现、访问和控制方式,帮助构建和推动物联网。SWE为描述传感器的位置及其观测提供了广泛的支持,这些位置信息是物联网中数据的一个关键方面,允许人类用户和智能对象知道他们在哪里,他们在做什么,以及他们周围有什么对象和数据可用。本报告介绍了如何将基于swe的传感器描述和位置信息以及由此信息衍生的空间关系应用于各种新型应用中,以促进物联网的发展。
{"title":"Sensor web standards and the internet of things","authors":"S. Fairgrieve, Stefan Falke","doi":"10.1145/1999320.1999396","DOIUrl":"https://doi.org/10.1145/1999320.1999396","url":null,"abstract":"Sensors are a key enabler in the realization of an Internet of Things; they empower us to better understand the state of the world around us and to discover and glean information about objects and actions that drive that world. Many of the objects we associate with the Internet of Things are sensor-based systems, contain sensors as key components (e.g. buildings, vehicles, appliances, etc.), or require sensors in order to be discovered and located. The measurements and information from those sensors are what provide much of the Internet of Things with meaningful data. RFID chips, QR codes, and other technologies facilitate tagging, identifying, and locating objects, but making the presence of these tagged objects and their associated information known to the broader world ultimately requires sensors such as RFID readers and mobile device cameras and standard mechanisms for describing and disseminating that information. Keeping the importance of sensors in mind, this presentation explores the applicability of the Open Geospatial Consortium (OGC) Sensor Web Enablement (SWE) standards to help build and drive the Internet of Things by standardizing the way in which sensors and sensor data are described, discovered, accessed, and controlled. SWE provides extensive support for describing the location of sensors and their observations, and this location information is a key aspect of data within the Internet of Things, allowing both human users and intelligent objects to know where they are, what they do, and what objects and data are available around them. This presentation describes how SWE-based sensor description and location information and the spatial relationships derived from that information can be applied in a variety of novel applications to facilitate an Internet of Things.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121914235","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A comparison of mobile GIS development options on smart phone platforms 在智能手机平台上的移动GIS开发选项的比较
R. Renner, Matt Moran, Zohra Hemani, Ellins Thomas, Harold Scott Pio, Alejandro Vargas
The availability of smart phones and the wide spread use of GIS consumer products on smart phones has given rise to a substantial expectation of GIS applications on mobile platforms. This talk examines three of the mobile operating systems (OS) and the GIS development options for those OSs. This talk details our experience with using Google's Android, Microsoft's Phone 7, and Apple's iOS for pervasive and mobile GIS application development. The comparisons of the development environment for the three main smart phone platforms is done by developing similar GIS visualization, data collection, and real-time reporting applications. The talk discusses the development choices for each platform, our choice of the development options for the applications, and the lessons learned from the application development. The talk outlines the pros and cons that were discovered for three mobile platforms for the applications that we developed and discusses the conclusions of the comparison.
智能手机的可用性和地理信息系统消费产品在智能手机上的广泛使用,使人们对地理信息系统在移动平台上的应用产生了很大的期望。本讲座探讨了三种移动操作系统(OS)和这些操作系统的GIS开发选项。这次演讲详细介绍了我们使用谷歌Android、微软Phone 7和苹果iOS进行普及和移动GIS应用开发的经验。通过开发类似的GIS可视化、数据收集和实时报告应用程序,对三种主要智能手机平台的开发环境进行了比较。该演讲讨论了每个平台的开发选择,我们对应用程序开发选项的选择,以及从应用程序开发中吸取的经验教训。演讲概述了我们在三个移动平台上开发的应用程序的优点和缺点,并讨论了比较的结论。
{"title":"A comparison of mobile GIS development options on smart phone platforms","authors":"R. Renner, Matt Moran, Zohra Hemani, Ellins Thomas, Harold Scott Pio, Alejandro Vargas","doi":"10.1145/1999320.1999365","DOIUrl":"https://doi.org/10.1145/1999320.1999365","url":null,"abstract":"The availability of smart phones and the wide spread use of GIS consumer products on smart phones has given rise to a substantial expectation of GIS applications on mobile platforms. This talk examines three of the mobile operating systems (OS) and the GIS development options for those OSs. This talk details our experience with using Google's Android, Microsoft's Phone 7, and Apple's iOS for pervasive and mobile GIS application development. The comparisons of the development environment for the three main smart phone platforms is done by developing similar GIS visualization, data collection, and real-time reporting applications. The talk discusses the development choices for each platform, our choice of the development options for the applications, and the lessons learned from the application development. The talk outlines the pros and cons that were discovered for three mobile platforms for the applications that we developed and discusses the conclusions of the comparison.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131366530","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Technology trends and industry innovation 技术趋势和行业创新
D. Kasun
The current state of technology and its prevalence in all societies has created an era of amazing innovation and opportunity across the world. Specifically, three key transformational trends are coming together in a way that will significantly change our perspective of computing and how technology can be integrated into our lives. These trends are 1) the low-cost availability of near limitless resources, 2) ubiquitous availability of networks, devices, and I/O mechanisms, and 3) Natural "human" interfaces and experiences. This transformative combination will enable innovators to develop highly advanced solutions with very little investment, and will change the landscape of business and industry in ways that have never been predicted - much sooner than expected. This discussion will look into how these trends are progressing and how they are impacting key industries today.
技术的现状及其在所有社会中的普及,在全球范围内创造了一个充满创新和机遇的时代。具体来说,三个关键的转型趋势正在以一种显著改变我们对计算的看法以及如何将技术融入我们生活的方式结合在一起。这些趋势是:1)低成本提供近乎无限的资源;2)网络、设备和输入/输出机制无处不在;3)自然的 "人类 "界面和体验。这种变革性的组合将使创新者能够以极少的投资开发出非常先进的解决方案,并将以前所未有的方式改变商业和工业的格局,而且比预期的要快得多。本次讨论将探讨这些趋势是如何发展的,以及它们如何影响当今的主要行业。
{"title":"Technology trends and industry innovation","authors":"D. Kasun","doi":"10.1145/1999320.1999323","DOIUrl":"https://doi.org/10.1145/1999320.1999323","url":null,"abstract":"The current state of technology and its prevalence in all societies has created an era of amazing innovation and opportunity across the world. Specifically, three key transformational trends are coming together in a way that will significantly change our perspective of computing and how technology can be integrated into our lives. These trends are 1) the low-cost availability of near limitless resources, 2) ubiquitous availability of networks, devices, and I/O mechanisms, and 3) Natural \"human\" interfaces and experiences. This transformative combination will enable innovators to develop highly advanced solutions with very little investment, and will change the landscape of business and industry in ways that have never been predicted - much sooner than expected. This discussion will look into how these trends are progressing and how they are impacting key industries today.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131476921","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Development of an ESRI ArcToolBox for semi-automated building modeling from multipatch features ESRI ArcToolBox的开发,用于多补丁功能的半自动建筑建模
M. Watts, Elizah S. Dasari, S. Aliabadi
This paper briefly describes the development of an ESRI ArcToolBox that leverages commercial-off-the-shelf (COTS) software for the semi-automated generation of Open Geospatial Consortium (OGC) CityGML standard level of detail one (LoD1) and two (LoD2) building models from high resolution imagery and digital elevation models (DEM) for use in blast analysis applications. The ArcToolBox consists of Overwatch Systems Feature Analyst (v4.2), ESRI ArcGIS (v9.2) ModelBuilder, and the Safe Software Feature Manipulation Engine (v2010). This work is part of an on-going project to improve the blast damage predictions and calculation of evacuation distances for explosions in urban environments through development of a fast-running, easy-to-use desktop tool that would combine updated correlation modeling for urban blast and fragmentation with improved semi-automated geometry modeling techniques.
本文简要介绍了ESRI ArcToolBox的开发,该工具利用商用现货(COTS)软件,从高分辨率图像和数字高程模型(DEM)中半自动生成开放地理空间联盟(OGC) CityGML标准细节水平1 (LoD1)和2 (LoD2)建筑模型,用于爆炸分析应用。ArcToolBox包括守望先锋系统功能分析(v4.2), ESRI ArcGIS (v9.2)模型生成器,和安全软件功能操作引擎(v2010)。这项工作是一项正在进行的项目的一部分,该项目通过开发一种快速运行、易于使用的桌面工具,将城市爆炸和碎片的最新关联建模与改进的半自动几何建模技术相结合,改善城市环境中爆炸损伤预测和疏散距离的计算。
{"title":"Development of an ESRI ArcToolBox for semi-automated building modeling from multipatch features","authors":"M. Watts, Elizah S. Dasari, S. Aliabadi","doi":"10.1145/1999320.1999366","DOIUrl":"https://doi.org/10.1145/1999320.1999366","url":null,"abstract":"This paper briefly describes the development of an ESRI ArcToolBox that leverages commercial-off-the-shelf (COTS) software for the semi-automated generation of Open Geospatial Consortium (OGC) CityGML standard level of detail one (LoD1) and two (LoD2) building models from high resolution imagery and digital elevation models (DEM) for use in blast analysis applications. The ArcToolBox consists of Overwatch Systems Feature Analyst (v4.2), ESRI ArcGIS (v9.2) ModelBuilder, and the Safe Software Feature Manipulation Engine (v2010). This work is part of an on-going project to improve the blast damage predictions and calculation of evacuation distances for explosions in urban environments through development of a fast-running, easy-to-use desktop tool that would combine updated correlation modeling for urban blast and fragmentation with improved semi-automated geometry modeling techniques.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128885138","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Planetary skin institute ALERTS: automated land change evaluation, reporting and tracking system 行星皮肤研究所ALERTS:自动土地变化评估、报告和跟踪系统
J. Stanley
In December of 2010 the Planetary Skin Institute announced the beta release of ALERTS -- Automated Land change Evaluation, Reporting and Tracking System. ALERTS is a decision support Evaluation, Reporting and Tracking system for near real-time global land use, land cover change, and disturbance detection and analysis. It provides global coverage of deforestation or other land change events and offers users a number of useful tools for identifying, characterizing and responding to disturbances. This public beta release of ALERTS was a direct result of the Planetary Skin Institutes' community swarming efforts with NASA, INPE, MINAM, Cisco, University of Minnesota, and Terrestrial Carbon Group. The team spent 12 months designing an immersive decision support environment to facilitate Planetary Skin Institute's mission for pioneering emerging R&D initiatives across sectors and disciplines for the monitoring and managing of scarce resources. Further by incorporating over 200 layers that span spatial and temporal land related themes ALERTS empowers the users to go beyond disturbance detections and assess and analyze projected transitional risk scenarios. During the session Mr. Stanley will discuss ALERTS and its capabilities.
2010年12月,行星皮肤研究所发布了ALERTS测试版——自动土地变化评估、报告和跟踪系统。ALERTS是一个决策支持评估、报告和跟踪系统,用于近实时的全球土地利用、土地覆盖变化以及干扰检测和分析。它提供了森林砍伐或其他土地变化事件的全球覆盖,并为用户提供了一些有用的工具,用于识别、描述和应对干扰。这个公开测试版的ALERTS是行星皮肤研究所与NASA、INPE、MINAM、Cisco、明尼苏达大学和陆地碳组共同努力的直接结果。该团队花了12个月的时间设计了一个身临其境的决策支持环境,以促进Planetary Skin Institute的使命,即在监测和管理稀缺资源方面开拓跨部门和学科的新兴研发计划。此外,通过整合跨越空间和时间土地相关主题的200多个层,ALERTS使用户能够超越干扰检测,并评估和分析预计的过渡风险情景。在会议期间,斯坦利先生将讨论预警系统及其能力。
{"title":"Planetary skin institute ALERTS: automated land change evaluation, reporting and tracking system","authors":"J. Stanley","doi":"10.1145/1999320.1999388","DOIUrl":"https://doi.org/10.1145/1999320.1999388","url":null,"abstract":"In December of 2010 the Planetary Skin Institute announced the beta release of ALERTS -- Automated Land change Evaluation, Reporting and Tracking System.\u0000 ALERTS is a decision support Evaluation, Reporting and Tracking system for near real-time global land use, land cover change, and disturbance detection and analysis. It provides global coverage of deforestation or other land change events and offers users a number of useful tools for identifying, characterizing and responding to disturbances.\u0000 This public beta release of ALERTS was a direct result of the Planetary Skin Institutes' community swarming efforts with NASA, INPE, MINAM, Cisco, University of Minnesota, and Terrestrial Carbon Group. The team spent 12 months designing an immersive decision support environment to facilitate Planetary Skin Institute's mission for pioneering emerging R&D initiatives across sectors and disciplines for the monitoring and managing of scarce resources.\u0000 Further by incorporating over 200 layers that span spatial and temporal land related themes ALERTS empowers the users to go beyond disturbance detections and assess and analyze projected transitional risk scenarios.\u0000 During the session Mr. Stanley will discuss ALERTS and its capabilities.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123663699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Interior space GIS: a foundation for campus-wide planning and management 室内空间GIS:校园规划与管理的基础
P. Sforza, T. Dickerson, J. Shelton
Virginia Tech is in the process of integrating building floor plans into an enterprise GIS to improve campus planning and management. Although Virginia Tech has maintained separate mapping of interior and exterior features for many years, the completion of this project will mark the first time the campus has combined these in a unified viewing environment. By updating the format of the interior space mapping and placing it in a geospatial context, new modes of interaction, analysis, and visualization will be possible. Examples of ways the interior space GIS may be used include: space accounting and management, fixed asset and hazardous substance mapping, precise E-911 response and situational awareness, wayfinding and evacuation routing, visualization of campus populations by day and time, and links to other documentation stored in the digital plans library or work order management system. The interior space GIS will be a generalized depiction of interior spaces based on existing floor plans. As Building Information Model (BIM) files become available for newly constructed buildings, and interior space surveys improve the mapping of existing buildings, the accuracy of interior space GIS will improve.
弗吉尼亚理工大学正在将建筑平面图整合到企业地理信息系统中,以改善校园规划和管理。尽管弗吉尼亚理工大学多年来一直保持着内部和外部特征的独立映射,但这个项目的完成将标志着校园第一次将这些特征结合在一个统一的观看环境中。通过更新内部空间地图的格式并将其置于地理空间环境中,新的交互、分析和可视化模式将成为可能。室内空间地理信息系统可能使用的方法包括:空间会计和管理、固定资产和有害物质测绘、精确的E-911响应和态势感知、寻路和疏散路线、校园人口按日和时间的可视化,以及存储在数字计划库或工作命令管理系统中的其他文档的链接。室内空间地理信息系统将是基于现有平面图的室内空间的概括描述。随着建筑信息模型(BIM)文件可用于新建建筑,以及室内空间调查改进了对现有建筑的测绘,室内空间GIS的精度将得到提高。
{"title":"Interior space GIS: a foundation for campus-wide planning and management","authors":"P. Sforza, T. Dickerson, J. Shelton","doi":"10.1145/1999320.1999360","DOIUrl":"https://doi.org/10.1145/1999320.1999360","url":null,"abstract":"Virginia Tech is in the process of integrating building floor plans into an enterprise GIS to improve campus planning and management. Although Virginia Tech has maintained separate mapping of interior and exterior features for many years, the completion of this project will mark the first time the campus has combined these in a unified viewing environment. By updating the format of the interior space mapping and placing it in a geospatial context, new modes of interaction, analysis, and visualization will be possible. Examples of ways the interior space GIS may be used include: space accounting and management, fixed asset and hazardous substance mapping, precise E-911 response and situational awareness, wayfinding and evacuation routing, visualization of campus populations by day and time, and links to other documentation stored in the digital plans library or work order management system. The interior space GIS will be a generalized depiction of interior spaces based on existing floor plans. As Building Information Model (BIM) files become available for newly constructed buildings, and interior space surveys improve the mapping of existing buildings, the accuracy of interior space GIS will improve.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117152363","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An open geospatial consortium standards-based arctic climatology sensor network prototype 基于开放地理空间联盟标准的北极气候传感器网络原型
Andrew J. Rettig, R. Beck, Timothy J. Rettig
We have constructed a prototype Open Geospatial Consortium (OGC) standards-based Arctic Climatology Sensor Network Prototype (ACSNP) in response to recent developments in sensor technology and Internet Protocol Suite (TCP/IP) wireless communications in Barrow, Alaska for the National Science Foundation (NSF). The OGC standards enable increased, interoperability, scalability, and extensibility for geospatial information at reduced cost. Our approach for the prototype is to integrate established technologies to create near-real-time geographic information networks (GINs). We linked a variety of meteorological and image sensors to a wide area wireless network in Barrow, Alaska. The network is a TCP/IP-based 700 Mhz WipLL network consisting of a 16 kilometer diameter local cloud as well as more distant fixed and mobile Iridium Open Port Units, that allow for global connectivity, at other remote research stations and on polar class ice breakers. Sensors linked to these wireless networks transfer their data to the Department of Energy (DOE) building in Barrow. The building houses two automatically populated mirrored File Transfer Protocol (FTP) servers running Microsoft Server 2003 within a virtualized environment. The data are automatically harvested from the remote site over redundant 4 X T-1 satellite links to the central data center in Cincinnati, Ohio where it is formatted to comply with the OGC database initiatives to create an OGC-compliant geodatabase within Microsoft SQL Server 2008. The final web publication is the result of a three part system; geodatabases, web services and web applications. We use ESRI's ArcGIS Server technology for retrieval and publication utilizing ESRI's compliance with OGC web services. These web services may then be embedded within OGC compliant clients, such as ESRI's ArcGIS Desktop and Google Earth for analysis and web applications. The Arctic Climatology Sensor Network Prototype is accessible at OpenSensorMap.com.
我们为美国国家科学基金会(NSF)在阿拉斯加州巴罗建立了一个基于开放地理空间联盟(OGC)标准的北极气候传感器网络原型(ACSNP),以响应传感器技术和互联网协议套件(TCP/IP)无线通信的最新发展。OGC标准以较低的成本提高了地理空间信息的互操作性、可伸缩性和可扩展性。我们对原型的方法是整合现有技术来创建近实时的地理信息网络(GINs)。我们将各种气象和图像传感器连接到阿拉斯加巴罗的广域无线网络上。该网络是一个基于TCP/ ip的700 Mhz WipLL网络,由直径16公里的本地云以及更远的固定和移动铱星开放端口单元组成,可以在其他远程研究站和极地级破冰船上实现全球连接。与这些无线网络相连的传感器将数据传输到位于巴罗的能源部大楼。该建筑包含两个自动填充的镜像文件传输协议(FTP)服务器,这些服务器在虚拟化环境中运行Microsoft Server 2003。数据通过冗余的4 X T-1卫星链接从远程站点自动收集到位于俄亥俄州辛辛那提的中央数据中心,在那里对数据进行格式化,以符合OGC数据库计划,从而在Microsoft SQL Server 2008中创建符合OGC标准的地理数据库。最终的网络发布是一个三部分系统的结果;地理数据库、web服务和web应用程序。我们使用ESRI的ArcGIS Server技术进行检索和发布,利用ESRI对OGC web服务的遵从性。这些web服务可以嵌入到OGC兼容的客户端中,例如ESRI的ArcGIS Desktop和谷歌Earth,用于分析和web应用程序。北极气候传感器网络原型可以在OpenSensorMap.com上访问。
{"title":"An open geospatial consortium standards-based arctic climatology sensor network prototype","authors":"Andrew J. Rettig, R. Beck, Timothy J. Rettig","doi":"10.1145/1999320.1999332","DOIUrl":"https://doi.org/10.1145/1999320.1999332","url":null,"abstract":"We have constructed a prototype Open Geospatial Consortium (OGC) standards-based Arctic Climatology Sensor Network Prototype (ACSNP) in response to recent developments in sensor technology and Internet Protocol Suite (TCP/IP) wireless communications in Barrow, Alaska for the National Science Foundation (NSF). The OGC standards enable increased, interoperability, scalability, and extensibility for geospatial information at reduced cost. Our approach for the prototype is to integrate established technologies to create near-real-time geographic information networks (GINs). We linked a variety of meteorological and image sensors to a wide area wireless network in Barrow, Alaska. The network is a TCP/IP-based 700 Mhz WipLL network consisting of a 16 kilometer diameter local cloud as well as more distant fixed and mobile Iridium Open Port Units, that allow for global connectivity, at other remote research stations and on polar class ice breakers. Sensors linked to these wireless networks transfer their data to the Department of Energy (DOE) building in Barrow. The building houses two automatically populated mirrored File Transfer Protocol (FTP) servers running Microsoft Server 2003 within a virtualized environment. The data are automatically harvested from the remote site over redundant 4 X T-1 satellite links to the central data center in Cincinnati, Ohio where it is formatted to comply with the OGC database initiatives to create an OGC-compliant geodatabase within Microsoft SQL Server 2008. The final web publication is the result of a three part system; geodatabases, web services and web applications. We use ESRI's ArcGIS Server technology for retrieval and publication utilizing ESRI's compliance with OGC web services. These web services may then be embedded within OGC compliant clients, such as ESRI's ArcGIS Desktop and Google Earth for analysis and web applications. The Arctic Climatology Sensor Network Prototype is accessible at OpenSensorMap.com.","PeriodicalId":400763,"journal":{"name":"International Conference and Exhibition on Computing for Geospatial Research & Application","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129276013","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Conference and Exhibition on Computing for Geospatial Research & Application
全部 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