A SOA-based Decision Support Geographic Information System for Storm Disaster Assessment

Size: px
Start display at page:

Download "A SOA-based Decision Support Geographic Information System for Storm Disaster Assessment"

Transcription

1 A SOA-based Decision Support Geographic Information System for Storm Disaster Assessment Zongsheng Zheng *, Dongmei Huang, Jianxin Zhang, Shengqi He College of Information Technology Shanghai Ocean University Shanghai, China * Corresponding author: zszheng@shou.edu.cn Abstract SOA (Service-Oriented Architecture) is an architecture of software design suitable for changing environment, in which the difficulty in the sharing of data and operations. In this paper a SOA-based decision support system (DSS) was built for assessing the short-term risk of storm disaster at coastal area of Shanghai. This was done by integrating a hydrodynamic model and a disaster assessment model into geographical information system (ArcGIS Server 9.3) as a web service using ArcObjects in ArcGIS and Java. Storm flood was simulated by hydrodynamic model at the Yangtze estuary. Population, house area, important units and submerge water depth were considered as impact factors to build storm-tide evaluation index system, with which the influence of storm flood was acquired by quantitative evaluation model using fuzzy method. Geographic information system was investigated to show storm flood process and disaster assessment results in two and three dimension map. According to the assessment results, Optimization Algorithm was employed to calculate afflicted population assigned to available refugee settlements. And optimal retreat routes were provided by Shortest Path Algorithm according to the traffic information of Shanghai. To meet the business demands, the two algorithms were published as web services and integrated into DSS through web services composition(wsc). With the support for 3D geospatial visualization capabilities of Skyline software, this system can provide convenient interfaces for rendering the output in 3D display. The results show that SOA is an effective way to solve information isolated island, integrate heterogeneous computing systems and realize data and services sharing. The system demonstrates the feasibility of implementing information systems that are interoperable, low-cost, web-based, and which have a high evolution capacity through web services. This DSS can help disaster prevention department to analyze and visualize (charts, maps) the possible effects of storm events on both the immediate and long-term risks of flood damage at different regional level, which supplied convenient approach for making scientific policy decision of the flood control and disaster alleviation. Keywords- shanghai; GIS; SOA; Storm Disaster; disaster assessment model; Assistant Decision I. INTRODUCTION Storm surge is a weather event determined by low pressure, high wind speeds and high waves, all associated with a typhoon as it makes its landfall. The fast sea level raise in coastal areas can cause severe flooding and cost lives, Zhiguo Liu East Sea Information Center State Oceanic Administration Shanghai, China particularly when the storm surge coincides with high tides. Wind waves superimposed on such a combined storm tide can also cause significant damage to the coastal infrastructure. With a warming climate, there are concerns that such events may increase in frequency and intensity due to a combination of rising sea level and an increase in the frequency of extreme weather[1]. Storm surge can cause serious coastal hazards at most shore of the world, which ranks first in the marine disasters. China has a long coastline extending over 18,000 km, which is always suffered by typhoon in the summer and autumn. While in the spring and winter, it is often subject to strong winds induced by cold air, which is prone to storm surge disasters. According to statistics, about 34 percent of tropical cyclones including typhoons and tropical storms in the northwest pacific coast makes landfall in China. With a total of more than 183 km of coastline and about 1900 million people, Shanghai is by far the most important coastal city of China. It is often affected by typhoons on an average of twice a years, even 6-7 times. If the typhoon occurs during spring tide, storm surges would result in severe storm surge disasters. In order to reduce disaster losses, there is an urgent to construct the computer system in combination of storm disaster analysis and prediction, risk assessment and web publishing. The system can provide decision makers with macrocosm and microcosm information, the real-time and historical information, socioeconomic and engineer information and efficiently handle the large and complex information involved. China has succeeded in monitoring and evaluating on severe floods using GIS and RS technology since In 2000, Jiangsu province established a real-time hydrological information display and analysis system[2]. Shanghai has also built a Shanghai flood control and auxiliary decision-making system based on ArcGIS[3]. A GIS-based Haihe water resources information system has been set up by Chinese Academy of Surveying and Mapping (CASM) using Geo- Windows software[4]. However, the difficulty of marine information systems establishment lies in achieving the exchange and sharing of marine data from different acquisition devices, processing platforms and storage formats, which are always collected by various departments and even different sectors in the same department with individual purposes. The heterogeneous data and systems lead to the common existence of information Ocean Public Welfare Project of State Oceanic Administration, China ( ); Scientific Research Starting Foundation for Doctors, Shanghai Ocean University (070304) and Science Foundation for The Excellent Youth Teachers of The Shanghai Education Commission (ssc08018).

2 isolated islands [5]. To solve the information isolated islands, this paper investigated web services to implement a storm surge disaster assessment and decision-making system under the framework of -oriented Architecture(SOA). The system can easily integrate marine data and services from different websites, provide accurate, timely and comprehensive information support for analyzing flood situation, making risk assessment and developing strategy for disaster control and reduction. II. SOA FRAMEWORK AND GIS TECHNIQUE A. Service-oriented Architecture Service-oriented architecture (SOA) is a novel concept for constructing information system architecture. It provides a new solution to integrate among heterogeneous systems by opening semantics of message passing. A SOA combines the ability to invoke remote objects and functions (called services ) with tools for dynamic service discovery, placing an emphasis on interoperability. SOA can be realized by Web technologies [UDDI (Universal Description, Discovery and Integration), WSDL (Web Description Language), SOAP (Simple Object Access Protocol), etc.] as a set of flexible and interoperable standards for distributed systems[6]. Web service is the preferred standards-based way to realize SOA, which is a technology based on the Internet that is defined by the W3C as A software systems designed to support interoperable Machine for Machine interaction over a network. Web services can be used to implement a framework based on the SOA concepts which is the basic element of communication for a message instead of the operation. The main difference between Web and traditional approaches, such as the distributed objects technologies from the Object Management Group (OMG), Common Object Request Broker Architecture (CORBA) or the Distributed Component Object Model (DCOM) from Microsoft, lies in the aspect of loose coupling of the architecture. Instead of building applications that result in collections of objects or components that are firmly integrated, that are well-known and understood in development time, the service approach is much more dynamic and is able to find, retrieve, and invoke a distributed service dynamically. Figure 1 shows the service-oriented architecture. B. Geographic Information System Geography Information Systems have been improving since 1970s. GIS is the integrate systems which can obtain, store, manage, analyze and demonstrate natural phenomena to combine the other information. In recent years, shifting the focus field of urban planning, land use, mapping, environmental protection, electricity, telecommunications, disaster prevention etc., GIS technology have received increased attention in global environmental change and marine resources and environmental management. "Digital Ocean" is an important part of "Digital Earth". On basis of the construction of the marine database, the introduction of GIS to the marine field can realize the automated cartography and sharing of marine information which is in line with development trends of "Digital Ocean". Geographic information sharing has experienced two stages: file-sharing and spatial database sharing. Now with the development and application of services, Service GIS, a new model characterized by sharing services ushered in a serviceoriented geographic information sharing. Based on GIS components, Service GIS encapsulates all the GIS functionalities as web services by applying service-oriented software engineering methods, which realizes the crossplatform, cross-network and cross-language interaction[7-8]. Service GIS also has the ability to aggregate the services from other GIS servers. With the adherence to the standards of SOA and spatial information services, Service GIS facilitates rapidly building business applications for the developers by seamlessly integrating heterogeneous IT business systems. Figure 1. Service-oriented architecture. III. SYSTEM ARCHITECTURE This section is based on SOA which is described in Section II and the standard which is applied to the SOA is to establish urban storm disaster assessment and decision support system integrated platform. The system strictly follows the design pattern of Model-View-Control (MVC) to ensure rapid development and higher maintainability[9]. Each module was developed according to the data layer, component layer, service layer, logic layer and display layer, which achieves the separation of business logics from the foreground and background. In Figure 2, it is shown how to use the services and to design the platform structure of this system. System Security Browser Information Center Map Thematic Map Existing Systems Prediction Systems Data Resource Prediction Center Component Layer Monitoring Center Business Logic Layer Geoprocessing Network Analysis Statistical Analysis Monitoring Systems Other Branchs Spatial Database Attribute Database Model Library View Layer Service Layer Water Model Calculation Service Risk Assessment Service Service Layer Database Operation Data Layer Figure 2. Architecture of the system View Controller Model

3 A. Data Layer 1) Spatial Database: Spatial databases are such systems designed specifically to include data with spatial attributes, such as geographical location, distance, and extent. Basic geographic data in this system includes topographic data, bathymetric data, 2.5m SPOT satellite images, 0.6m Quick Bird images, tidal stations, coastal embankments, roads and rivers information. Thematic data mainly refer to various districts information and model computing grid information used in the hazard assessment process. Spatial vector datas were layered in accordance with classification and coding rules (GB104.14). Then the coordinate and projection conversion was made according to the standards of marine information. Finally, vector and raster data were stored directly into Oracle database through ArcGIS Spatial Data Engine(SDE). Any other system can directly invoke web services (GeoData Service), which access spatial database by ODBC or JDBC. 2) Attribute Database:Attribute data is the descriptive data that GIS links to map features. Attribute data is collected and compiled for specific areas like states, census tracts, cities, and so on and often comes packaged with map data. Business attribute database of the system primarily stores the information of important factors of disaster assessment which includes the population, the number of important enterprises and the housing area of affected streets and districts. The dynamic calculation results of storm model are saved as database table, in which the attribute information and spatial information are interrelated by keyword ID. 3) Model Library Hydrodynamic model: Three-dimensional simulation for the Yangtze Estuary is performed by using the DHI Mike21 model adopting the shallow water equations and the finite volume method on a curvilinear bodyfitted grid. Mike21 is a software package that was designed primarily as an application focused on water flow and quality. The package consists of several modules coupled together to provide a complete picture of three-dimensional flow, surface waves, water quality, ecology, sediment transport and bottom morphology in complicated, coastal areas[10]. After initial parameters are inputted, the model will provide water level and current velocity at each gird. Disaster assessment model: A ( i = 1,2,, n) are n i fuzzy subsets in the field of U,which are combined into a standard library. For u U,if 0 μ A ( u u i A A An 0 ) = max( μ ( u ), μ ( u ),, μ ( )) (1) u 0 belongs to the ith pattern relatively, which is in n fuzzy subsets of A i ( i = 1,2,, n) according to Maximum Subordination Principle. Each grid with water elevation was substituted in membership function of flood grade, the value of { r n 1 j j = 1,2,,5} represents the membership degree to jth flood grade at the nth grid. If n n r 1 j 0 = max{ r 1 j j = 1,2,,5},the flood grade satisfies d n 1 = j0 ( 1 j0 5; n = 1,2,, N ) at the grid. j0 is the maximum value of the all satisfied. 1.1 Equations Software component layer B. Software Component Layer In order to reduce software production costs, software reuse seems to be one of the most promising approaches. Reusing software may greatly increase the productivity of software engineers and improve the quality of developed software. Software component libraries have been suggested as a means for facilitating reuse[11]. Domain analysis was made on existing information systems and model libraries for extracting reusable and independent components. According to the ocean business, spatial operation component, measurement component, selection component, map query component, thematic map component and spatial analysis component were packaged as JavaBean or DLL, which were stored in component library, where finer-grained service components can be combined into the coarser-grained. For instance, selection and map query component can be integrated into spatial query component and published as web service. C. Layer On basis of models and components, coarser-grained web services can be packaged and published online for other units to invoke at service layer. Other services can be easily added to the system as they become available. They will benefit from the existence of the infrastructure already developed, which will guide the development of new functionalities in order to maintain the important characteristics obtained (interoperability, flexibility, distribution). These new services do not have to be developed by the same institutions or groups, nor even need to be hosted in the same place. They can be developed and hosted anywhere, provided that they are published on a registry and are available for use. For instance, East China Sea Branch of State Oceanic Administration consists of three sections: the Forecast Center focusing on marine model, the Monitoring Center concerned with marine data collection and handling and Information Center required attention to informationize the marine data. So, Forecast Center can invoke data services of Monitoring Center to verify their model, while the forecast results can be available for other departments. Information Center can show the model results in combination of services from Forecast Center and his own mapping services. At the same way, heterogeneous GIS platforms can also be integrated through standard Web services interfaces. And to meet different business demands, services then can be rearranged to achieve different business processes through Web composition (WSC) without encoding or only a small amount of codes. The services layer includes distributed services (Web ) that implement the processors of the business logic

4 for map visualization, geospatial analysis, hydrodynamic model running and risk evaluation. The following are the services of this system: Web map services: Send back the raster and vector file of geography graphics and diagram property. Spatial analysis services: This service hopes that it can provide buffering, overlaying, interpolating, routing, etc. as functionalities to user. Hydrodynamic model calculation service: Developer can use this service to know the flood information induced by the specific storm. Risk evaluation services: With the result of hydrodynamic model calculation service, this service can provide disaster assessment grade for risk decision support. Statistic analysis services: The plan of this service is to provide statistical information of the risk assessment results as graphics or charts for users. systems that are interoperable, low-cost, web-based, and which have a high evolution capacity. 1) Management Module: In order to discover and invoke the services from other sectors, different sectors are required to register their services in the service management module, where all the services are under unified management of Service Directory. Through the Service Directory which was registered in this system, more users can use this service not only in one system, but also in another system. Administrators can start, stop, delete and identify specific services in this module. Figure 3 shows the platform monitoring servers status of all departments. The window of Service Directory which lists all the registered services is presented in Figure 4. IV. IMPLEMENTATION A. Software Environment The system realizes basic topographic map, remote sensing images and thematic map data sharing under the platform of ArcGIS Server 9.3. With the help of the components of ArcObjects, map services and GIS functions services were published and managed. The storm dynamic process and evaluation results were visualized by the Skyline software. The depended software and hardware are as follows: Database server: Solars operating system with the database management software (Oracle 10g, ArcSDE 9.3) was executed on the database server. GIS server: Simple GIS functionalities were used which are related to mapping, tracking, routing, searching, etc, which were published through ArcGIS Server9.3, Three dimension map services were implemented using TerraGate module of Skyline software. Development and deployment environment: The system was implemented, using Java. The ESRI ArcGIS Flex Application Programming Interfaces for Rich Internet Applications and ESRI ArcObjects for advanced GIS functionalities were used for the development of GIS module. Windows 2000 or Windows XP was required at client. B. Module Design Most modules were constructed through loose-coupling business alignment based on SOA. According to the business rules, The prototype of the decision support system includes service management, flood display, disaster assessment, statistical analysis and extension modules, which has demonstrated the feasibility of implementing information Figure 3. Servers status monitoring of departments Figure 4. GIS services lists 2) Storm Flood Process Module: This module can be conveniently combined through services alignment in term of business logic. The distributed web services, web map services from the East China Sea Information Center and hydrodynamic model calculation service from Marine Prediction Center, were employed to visualize the storm flood dynamic process at browser. And the three dimension flood evolution was also easy to implement through 3D data services published by TerraGate, which was shown in Figure 5. In order to promote the display performance, releasing the grid numbers by interpolation was made at web application.

5 alignment to various safeties was obtained by optimization algorithm, which was labeled on the route. Figure 5. 3D flood dynamic process. 3) Disaster Assessment Module: The four factors including water accretion, population, units and house area of the disaster area were considered in disaster evaluation model which was employed to rank the risk of specific storm surge. Membership function of fuzzy set was investigated to measure the four variables in accordance with Maximum Subordination Principle, which was discussed in Section III. The values of membership for various parameters are presented in TABLE I. And the importance of factors can be specified by users according to realistic situation or Analytic Hierarchy Process(AHP). Then the disaster assessment model considering the above factors can be published as web services by assembling web map services and risk evaluation services. The developer can easily build the web application for the presentation of the assessment results using the services called by ArcGIS Flex API at client. The web browser of the application is shown in Figure 6. Figure 7. Optimization of evacuation for flood victims 5) Statistical Analysis Module: In order to collect different kinds of information from the specific flood, this system provided statistical results in graphics or charts by calling statistic analysis services, which facilitates analyzing the useful information for decision maker. Water level accretion chart represents the variation of water level with time at specific location shown in Figure 8. In Figure 9, it shows the flood duration time, which is long (red) and short (blue). Figure 8. Water level accretion chart Figure 6. Disaster evaluation result 4) Decision Support Module: GIS provide a wide variety of analysis functions over georeferenced data, and offer advanced cartographic visual presentation, which is used to help decision makers in identifying geographic regions that satisfy one or more criteria, exploring spatial and temporal relations among georeferenced data. This module employed GIS to calculate the shortest path from flood area to safety settlements and draw the retreat routes shown in Figure 7. The user can select the any extent of disaster-afflicted areas, in which the statistics of the flood victims population was automatically made. According to GIS overly analysis, the system can provide the settlements which was not affected for user s selection. Then victims Figure 9. V. Flood duration graphic CONCLUSION 1) Urban storm disaster assessment and decision-making system visualizes flood dynamic process and disaster evaluation result in 2D and 3D display using GIS technique. According to the exact and timely information of storm

6 situation, the system can supply convenient approach for making scientific policy decision of the flood control and disaster alleviation. 2) The architecture of storm disaster system based on SOA is an effective way to solve information isolated island by integrating heterogeneous computing systems and realizing data and services sharing in marine digitalization.soa can break down information barriers between different business units. 3) Intelligent decision is the inevitable tendency of the development of informatization. In order to make more effective strategies on disaster control and reduction, next research should be focused on promoting intelligence of urban storm disaster decision support system on the basis of disaster evaluation results. TABLE I. THE VALUE OF MEMBERSHIP FOR VARIOUS PARAMETERS Grade Description Water accretion(cm) Population (thousand) Units Affected house area(km) Color 0 Very light Blue 1 Light Yellow 2 Medium Orange 3 Hard Red 4 Very hard >170 >120 >1400 >2.0 Black ACKNOWLEDGMENT The author wishes to thank Prof. Cheng Su at East Sea Information Center, State Oceanic Administration for constructive suggestions. REFERENCES [1] S.Y.Wang, R. McGrath, J.Hanafin P. Lynch, T.Semmler and P.Nolan, The impact of climate change on storm surges over Irish waters, Ocean Modelling. vol.25, pp.83-94,2008. [2] X.L.Chen,Y.H.Wen,J.G.Dong and L.Y.Huang, The Application of GIS in Graphic Displaying and Analyzing System of Jiangsu Real-time Water Regime, Hydrology. vol. 22, pp ,2002. [3] X.Y.Zheng,C.L.Hu, Study on Flood Prevention Aided Decision-making System in Shanghai, Hydrology. vol. 23, pp ,2003. [4] L. J. Zhang, X.M.Cui, H.Y.Peng and Y. H. Wang, A Study on Nanjing City s Flood Prevention and Disaster Reduction Information System, Hydrology.vol.5,pp. 6-13,1998. [5] C. W. Guo, C.J.Shang and N.H.Guan, A Marine Data Integration System Based on SOA, Application Research of Computers. vol.2, pp ,2006. [6] Y. M. Fang, L.Y.Lin, C.H.Huang and T. Y. Chou, An integrated information system for real estate agency-based on service-oriented architecture, Expert Systems with Applications. vol.36,pp ,2009. [7] C. J. Yang, Y.X.Wang, X.L.Wang, P.Dong and D. L. Liu, Review of the main technologies of WebGIS, Jounral of Image and Graphics. vol. 6,pp ,2001. [8] W. J. Jia, J.Y.Gong and B.Li, Optimization method of Web Feature Service, Acta Geodaetica Et Cartographic Sinica. vol.34,pp ,2005. [9] L. J. He, L.Yi and L.C.Liu, Loosely coupled and reusable MVC model Web paging design, Computer Engineering and Applications. vol. 43,pp ,2007. [10] W.Q.Lin, S.Q.Lu and J.Z.Jiao, Water quality and ecological modelling for Yangtze estuary and its adjacent sea, Chinese Journal of Hydrodynamics.vol.23(5),pp ,2008. [11] C. Zhang, X.C.Wu,J.Luo and M.S.Hu, Visual software development based on software structural component library/workflow, Computer Engineering and Applications. vol. 44(10),pp ,2008.

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION HE Ya-wen a,b,c, SU Fen-zhen a, DU Yun-yan a, Xiao Ru-lin a,c, Sun Xiaodan d a. Institute

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

Design and implementation of a new meteorology geographic information system

Design and implementation of a new meteorology geographic information system Design and implementation of a new meteorology geographic information system WeiJiang Zheng, Bing. Luo, Zhengguang. Hu, Zhongliang. Lv National Meteorological Center, China Meteorological Administration,

More information

Government GIS and its Application for Decision Support

Government GIS and its Application for Decision Support Government GIS and its Application for Decision Support Zhang Qingpu (Chinese Academy of Surveying and Mapping, Email: zhangqp@casm.ac.cn) Abstract: Application of GIS in government agencies is called

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager Innovation The Push and Pull at ESRI September 2004 Kevin Daugherty Cadastral/Land Records Industry Solutions Manager The Push and The Pull The Push is the information technology that drives research and

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN CO-145 USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN DING Y.C. Chinese Culture University., TAIPEI, TAIWAN, PROVINCE

More information

Enabling ENVI. ArcGIS for Server

Enabling ENVI. ArcGIS for Server Enabling ENVI throughh ArcGIS for Server 1 Imagery: A Unique and Valuable Source of Data Imagery is not just a base map, but a layer of rich information that can address problems faced by GIS users. >

More information

SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP

SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP LIU Jian-chuan*, YANG Jun, TAN Ming-jian, GAN Quan Sichuan Geomatics Center, Chengdu 610041, China Keywords: GIS; Web;

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

You are Building Your Organization s Geographic Knowledge

You are Building Your Organization s Geographic Knowledge You are Building Your Organization s Geographic Knowledge And Increasingly Making it Available Sharing Data Publishing Maps and Geo-Apps Developing Collaborative Approaches Citizens Knowledge Workers Analysts

More information

Massachusetts Institute of Technology Department of Urban Studies and Planning

Massachusetts Institute of Technology Department of Urban Studies and Planning Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory GIS Principles &

More information

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 GIS at UCAR The evolution of NCAR s GIS Initiative Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 Why GIS? z z z z More questions about various climatological, meteorological, hydrological and

More information

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE Abstract SHI Lihong 1 LI Haiyong 1,2 LIU Jiping 1 LI Bin 1 1 Chinese Academy Surveying and Mapping, Beijing, China, 100039 2 Liaoning

More information

ArcGIS. for Server. Understanding our World

ArcGIS. for Server. Understanding our World ArcGIS for Server Understanding our World ArcGIS for Server Create, Distribute, and Manage GIS Services You can use ArcGIS for Server to create services from your mapping and geographic information system

More information

QGIS FLO-2D Integration

QGIS FLO-2D Integration EPiC Series in Engineering Volume 3, 2018, Pages 1575 1583 Engineering HIC 2018. 13th International Conference on Hydroinformatics Karen O Brien, BSc. 1, Noemi Gonzalez-Ramirez, Ph. D. 1 and Fernando Nardi,

More information

THE INTEGRATED INFORMATION SYSTEM FOR NATURAL

THE INTEGRATED INFORMATION SYSTEM FOR NATURAL THE INTEGRATED INFORMATION SYSTEM FOR NATURAL DISASTER MITIGATION Junxiu Wu 1, Qiang Feng 2*, Bijun Liang 3, and Angsheng Wang 4 1 Department of Computer System, Technological Bureau of Xinhua News Agency,

More information

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager Discovery and Access of Geospatial Resources using the Geoportal Extension Marten Hogeweg Geoportal Extension Product Manager DISCOVERY AND ACCESS USING THE GEOPORTAL EXTENSION Geospatial Data Is Very

More information

Integrated application of Land Surveying and Mappipng. Data on Web-GIS

Integrated application of Land Surveying and Mappipng. Data on Web-GIS Integrated application of Land Surveying and Mappipng Data on Web-GIS Abstract The data system of the land surveying and drawing is the core of the land information system. It includes the following contents:

More information

A Model of GIS Interoperability Based on JavaRMI

A Model of GIS Interoperability Based on JavaRMI A Model of GIS Interoperability Based on Java Gao Gang-yi 1 Chen Hai-bo 2 1 Zhejiang University of Finance & Economics, Hangzhou 310018, China 2 College of Computer Science and Technology, Zhejiang UniversityHangzhou

More information

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY K. T. He a, b, Y. Tang a, W. X. Yu a a School of Electronic Science and Engineering, National University of Defense Technology, Changsha,

More information

Compact guides GISCO. Geographic information system of the Commission

Compact guides GISCO. Geographic information system of the Commission Compact guides GISCO Geographic information system of the Commission What is GISCO? GISCO, the Geographic Information System of the COmmission, is a permanent service of Eurostat that fulfils the requirements

More information

multibeam bathymetric data is often based on the local depth datum, which is the local lowest normal low sea level, see the Figure 1. Multibeam Bathym

multibeam bathymetric data is often based on the local depth datum, which is the local lowest normal low sea level, see the Figure 1. Multibeam Bathym 3D DYNAMIC TERRAIN VISUALIZATION OF ISLAND AREAS AI Bo a, *, TANG Xinming b, SHI Shaoyu c, WANG Hongyan d, YANG Fanlin e a Geomatics College, Shandong University of Science and Technology, Qingdao, China

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

Advanced Image Analysis in Disaster Response

Advanced Image Analysis in Disaster Response Advanced Image Analysis in Disaster Response Creating Geographic Knowledge Thomas Harris ITT The information contained in this document pertains to software products and services that are subject to the

More information

Imagery and the Location-enabled Platform in State and Local Government

Imagery and the Location-enabled Platform in State and Local Government Imagery and the Location-enabled Platform in State and Local Government Fred Limp, Director, CAST Jim Farley, Vice President, Leica Geosystems Oracle Spatial Users Group Denver, March 10, 2005 TM TM Discussion

More information

ESRI Survey Summit August Clint Brown Director of ESRI Software Products

ESRI Survey Summit August Clint Brown Director of ESRI Software Products ESRI Survey Summit August 2006 Clint Brown Director of ESRI Software Products Cadastral Fabric How does Cadastral fit with Survey? Surveyors process raw field observations Survey measurements define high-order

More information

Esri Overview for Mentor Protégé Program:

Esri Overview for Mentor Protégé Program: Agenda Passionate About Helping You Succeed Esri Overview for Mentor Protégé Program: Northrop Grumman CSSS Jeff Dawley 3 September 2010 Esri Overview ArcGIS as a System ArcGIS 10 - Map Production - Mobile

More information

FIRE DEPARMENT SANTA CLARA COUNTY

FIRE DEPARMENT SANTA CLARA COUNTY DEFINITION FIRE DEPARMENT SANTA CLARA COUNTY GEOGRAPHIC INFORMATION SYSTEM (GIS) ANALYST Under the direction of the Information Technology Officer, the GIS Analyst provides geo-spatial strategic planning,

More information

GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE

GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE 1,2,* 1,2 Ruijiang Wei, Chunqiang Li, Xin Wang 1, 2 1 Hebei Provincial Institute of Meteorology, Shijiazhuang, Hebei

More information

CAN THO URBAN DEVELOPMENT AND RESILIENCE PROJECT

CAN THO URBAN DEVELOPMENT AND RESILIENCE PROJECT CAN THO URBAN DEVELOPMENT AND RESILIENCE PROJECT 1 Phnom Penh Can Tho City HCM City EAST SEA 2 1 3 Highest Water Level WATER LEVEL RAISE IN CAN THO DURING LAST 40 YEARS 4 2 Land subsidence a threat that

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

More information

GIS Geographical Information Systems. GIS Management

GIS Geographical Information Systems. GIS Management GIS Geographical Information Systems GIS Management Difficulties on establishing a GIS Funding GIS Determining Project Standards Data Gathering Map Development Recruiting GIS Professionals Educating Staff

More information

Geospatial Tactical Decision Aids

Geospatial Tactical Decision Aids Geospatial Tactical Decision Aids Miguel Pacheco Abstract Environmental conditions are known to affect the efficiency and effectiveness of military platforms, weapon systems and personnel. The translation

More information

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

GEOGRAPHIC INFORMATION SYSTEMS Session 8

GEOGRAPHIC INFORMATION SYSTEMS Session 8 GEOGRAPHIC INFORMATION SYSTEMS Session 8 Introduction Geography underpins all activities associated with a census Census geography is essential to plan and manage fieldwork as well as to report results

More information

Research on the Architecture of Urban Emergency System Based on GIS Zhe Li1,a, Xiang Teng2,b

Research on the Architecture of Urban Emergency System Based on GIS Zhe Li1,a, Xiang Teng2,b 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Research on the Architecture of Urban Emergency System Based on GIS Zhe Li1,a, Xiang Teng2,b 1

More information

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL James E. Mitchell, Ph. D. IT GIS Manager Louisiana Department of Transportation and Development presented at the ESRI International Users

More information

Experiences and Directions in National Portals"

Experiences and Directions in National Portals FIG Seminar on e-land Administration Innsbruck/Austria 2-4 June 2004 "ESRI's Experiences and Directions in National Portals" Kevin Daugherty Cadastral/Land Records Manager ESRI Topic Points Technology

More information

July 5-6, 2010 Mytilene, Greece

July 5-6, 2010 Mytilene, Greece Web GIS platform for forest fire management Prof. Kostas Kalabokidis Principal Investigator Univ. of the Aegean, Dept. of Geography, Greece Prof. George Kallos Univ. of Athens, Dept. of Physics, Greece

More information

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware,

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware, Introduction to GIS Dr. Pranjit Kr. Sarma Assistant Professor Department of Geography Mangaldi College Mobile: +91 94357 04398 What is a GIS a system for input, storage, manipulation, and output of geographic

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Copernicus Overview. Major Emergency Management Conference Athlone 2017

Copernicus Overview. Major Emergency Management Conference Athlone 2017 Copernicus Overview Major Emergency Management Conference Athlone 2017 Copernicus is a European programme implemented by the European Commission. The services address six thematic areas: land, marine,

More information

Bentley Map V8i (SELECTseries 3)

Bentley Map V8i (SELECTseries 3) Bentley Map V8i (SELECTseries 3) A quick overview Why Bentley Map Viewing and editing of geospatial data from file based GIS formats, spatial databases and raster Assembling geospatial/non-geospatial data

More information

DP Project Development Pvt. Ltd.

DP Project Development Pvt. Ltd. Dear Sir/Madam, Greetings!!! Thanks for contacting DP Project Development for your training requirement. DP Project Development is leading professional training provider in GIS technologies and GIS application

More information

GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT

GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT Mission We focus on Solutions is a worldwide operating business offering Geographic Information Systems and IT solutions to assist environmental

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

Introduction to ArcGIS Server - Creating and Using GIS Services. Mark Ho Instructor Washington, DC

Introduction to ArcGIS Server - Creating and Using GIS Services. Mark Ho Instructor Washington, DC Introduction to ArcGIS Server - Creating and Using GIS Services Mark Ho Instructor Washington, DC Technical Workshop Road Map Product overview Building server applications GIS services Developer Help resources

More information

THE STUDY ON 4S TECHNOLOGY IN THE COMMAND OF EARTHQUAKE DISASTER EMERGENCY 1

THE STUDY ON 4S TECHNOLOGY IN THE COMMAND OF EARTHQUAKE DISASTER EMERGENCY 1 THE STUDY ON 4S TECHNOLOGY IN THE COMMAND OF EARTHQUAKE DISASTER EMERGENCY 1 Zhou Wensheng 1, Huang Jianxi 2, Li Qiang 3, Liu Ze 3 1 Associate Professor, School of Architecture, Tsinghua University, Beijing.

More information

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE Yan LI Ritsumeikan Asia Pacific University E-mail: yanli@apu.ac.jp 1 INTRODUCTION In the recent years, with the rapid

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

More information

The Application of 3D Web GIS In Land Administration - 3D Building Model System

The Application of 3D Web GIS In Land Administration - 3D Building Model System The Application of 3D Web GIS In Land Administration - 3D Building Model System Hui-Wen Chen *, Wen-Yuan Ku *, Lan-Kun Chung *, Tien-Yin Chou *, Li-Min Yi2 ** * Feng Chia University, Taiwan, ** Land Department

More information

A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems

A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems A Cloud-Based Flood Warning System For Forecasting Impacts to Transportation Infrastructure Systems Jon Goodall Associate Professor, Civil and Environmental Engineering Associate Director, Link Lab April

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

Introduction to Geographic Information Systems (GIS): Environmental Science Focus

Introduction to Geographic Information Systems (GIS): Environmental Science Focus Introduction to Geographic Information Systems (GIS): Environmental Science Focus September 9, 2013 We will begin at 9:10 AM. Login info: Username:!cnrguest Password: gocal_bears Instructor: Domain: CAMPUS

More information

What is CERA? Coastal Emergency Risks Assessment

What is CERA? Coastal Emergency Risks Assessment What is CERA? Coastal Emergency Risks Assessment Visualization tool using OGC standards Displays the outputs from the ADCIRC storm surge model or other coastal models Represents the maps on interactive

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS PURPOSE: This chapter establishes the administration and use of to improve the quality and accessibility of Department s spatial information and support graphical

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

Crime Analyst Extension. Christine Charles

Crime Analyst Extension. Christine Charles Crime Analyst Extension Christine Charles ccharles@esricanada.com Agenda Why use Crime Analyst? Overview Tools Demo Interoperability With our old software it could take a police officer up to forty minutes

More information

Demystifying ArcGIS Online. Karen Lizcano Esri

Demystifying ArcGIS Online. Karen Lizcano Esri Demystifying ArcGIS Online Karen Lizcano Esri An Integrated Web GIS Platform Desktop Web Device Powered by Services Managed via Portal Access from any Device Portal Server Online Content and Services ArcGIS

More information

Geo-spatial Analysis for Prediction of River Floods

Geo-spatial Analysis for Prediction of River Floods Geo-spatial Analysis for Prediction of River Floods Abstract. Due to the serious climate change, severe weather conditions constantly change the environment s phenomena. Floods turned out to be one of

More information

Portal for ArcGIS: An Introduction

Portal for ArcGIS: An Introduction Portal for ArcGIS: An Introduction Derek Law Esri Product Management Esri UC 2014 Technical Workshop Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

Why GIS & Why Internet GIS?

Why GIS & Why Internet GIS? Why GIS & Why Internet GIS? The Internet bandwagon Internet mapping (e.g., MapQuest) Location-based services Real-time navigation (e.g., traffic) Real-time service dispatch Business Intelligence Spatial

More information

Esri and GIS Education

Esri and GIS Education Esri and GIS Education Organizations Esri Users 1,200 National Government Agencies 11,500 States & Regional Agencies 30,800 Cities & Local Governments 32,000 Businesses 8,500 Utilities 12,600 NGOs 11,000

More information

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School Jaakko Kähkönen*, Lassi Lehto*, Juha Riihelä** * Finnish Geodetic Institute, PO Box 15, FI-02431 Masala,

More information

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri Web GIS Deployment for Administrators Vanessa Ramirez Solution Engineer, Natural Resources, Esri Agenda Web GIS Concepts Web GIS Deployment Patterns Components of an On-Premises Web GIS Federation of Server

More information

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References CHAPTER 1 INTRODUCTION 1.1 GIS? 1.1.1 Components of a GIS 1.1.2 A Brief History of GIS 1.1.3 GIS Software Products Box 1.1 A List of GIS Software Producers and Their Main Products 1.2 GIS Applications

More information

RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI **

RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI ** RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI ** * Digital Earth Studio, Peking University, Beijing, 100871 liqi@pku.edu.cn, guolingling@cybergis.org.cn ** Network Department,

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Background

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise is the new name for ArcGIS for Server ArcGIS Enterprise Software Components ArcGIS Server Portal

More information

Spatial Data Infrastructure Concepts and Components. Douglas Nebert U.S. Federal Geographic Data Committee Secretariat

Spatial Data Infrastructure Concepts and Components. Douglas Nebert U.S. Federal Geographic Data Committee Secretariat Spatial Data Infrastructure Concepts and Components Douglas Nebert U.S. Federal Geographic Data Committee Secretariat August 2009 What is a Spatial Data Infrastructure (SDI)? The SDI provides a basis for

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

Crime Analysis. GIS Solutions for Intelligence-Led Policing

Crime Analysis. GIS Solutions for Intelligence-Led Policing Crime Analysis GIS Solutions for Intelligence-Led Policing Applying GIS Technology to Crime Analysis Know Your Community Analyze Your Crime Use Your Advantage GIS aids crime analysis by Identifying and

More information

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University Basics of GIS by Basudeb Bhatta Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University e-governance Training Programme Conducted by National Institute of Electronics

More information

An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages

An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages Hao Lin, Longping Hu, Yingjie Hu, Jianping Wu, Bailang Yu* Key Laboratory of Geographic Information Science, Ministry

More information

Add NOAA nowcoast Layers to Maps

Add NOAA nowcoast Layers to Maps WebEOC Maps Add-on Quick Reference Guide Add NOAA nowcoast Layers to Maps Overview With Maps Add-on, you can configure an unlimited number of map layers. These layers allow you to control the data you

More information

Web-GIS based Framework for Solid Waste Complaint Management for Sustainable and Smart City

Web-GIS based Framework for Solid Waste Complaint Management for Sustainable and Smart City Cloud Publications International Journal of Advanced Remote Sensing and GIS 2016, Volume 5, Issue 10, pp. 1930-1936 ISSN 2320-0243, DOI: 10.23953/cloud.ijarsg.71 Research Article Open Access Web-GIS based

More information

Real-time Geographic Information System (GIS) for Monitoring the Area of Potential Water Level Using Rule Based System

Real-time Geographic Information System (GIS) for Monitoring the Area of Potential Water Level Using Rule Based System Real-time Geographic Information System (GIS) for Monitoring the Area of Potential Water Level Using Rule Based System Wirdah Anugrah 1,*, Suryono Suryono 1, 2, and Jatmiko Endro Suseno 2 1 Magister of

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

THE SPATIAL DATA SERVER BASED ON OPEN GIS STANDARDS IN HETEROGENEOUS DISTRIBUTED ENVIRONMENT

THE SPATIAL DATA SERVER BASED ON OPEN GIS STANDARDS IN HETEROGENEOUS DISTRIBUTED ENVIRONMENT Geoinformatics 2004 Proc. 12th Int. Conf. on Geoinformatics Geospatial Information Research: Bridging the Pacific and Atlantic University of Gävle, Sweden, 7-9 June 2004 THE SPATIAL DATA SERVER BASED ON

More information

an accessible interface to marine environmental data Russell Moffitt

an accessible interface to marine environmental data Russell Moffitt an accessible interface to marine environmental data Russell Moffitt The Atlas Project GOAL: To provide a single point of access to oceanographic and environmental data for use by marine resource researchers,

More information

FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS

FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS FLOOD HAZARD MAPPING OF DHAKA-NARAYANGANJ-DEMRA (DND) PROJECT USING GEO-INFORMATICS TOOLS Md. Aminul Islam MEE07178 Supervisor: Prof. Kuniyoshi TAKEUCHI ABSTRACT Dhaka-Narayanganj-Demra (DND) Project is

More information

Geography General Course Year 12. Selected Unit 3 syllabus content for the. Externally set task 2019

Geography General Course Year 12. Selected Unit 3 syllabus content for the. Externally set task 2019 Geography General Course Year 12 Selected Unit 3 syllabus content for the Externally set task 2019 This document is an extract from the Geography General Course Year 12 syllabus, featuring all of the content

More information

WMO Guide on Integrated Urban Weather, Environment and Climate Services for Cities (IUWECS) Hong Kong- an experience from a high-density city

WMO Guide on Integrated Urban Weather, Environment and Climate Services for Cities (IUWECS) Hong Kong- an experience from a high-density city WMO Guide on Integrated Urban Weather, Environment and Climate Services for Cities (IUWECS) Hong Kong- an experience from a high-density city Dr. Chao REN Associate Professor School of Architecture The

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

The Integration of Land and Marine Spatial Data Set As Part of Indonesian Spatial Data Infrastructure Development

The Integration of Land and Marine Spatial Data Set As Part of Indonesian Spatial Data Infrastructure Development UNITED NATIONS E/CONF.97/6/IP. 46 ECONOMIC AND SOCIAL COUNCIL Seventeenth United Nations Regional Cartographic Conference for Asia and the Pacific Bangkok, 18-22 September 2006 Item 7 of the provisional

More information

Spatial Data Availability Energizes Florida s Citizens

Spatial Data Availability Energizes Florida s Citizens NASCIO 2016 Recognition Awards Nomination Spatial Data Availability Energizes Florida s Citizens State of Florida Agency for State Technology & Department of Environmental Protection Category: ICT Innovations

More information

Geographic Systems and Analysis

Geographic Systems and Analysis Geographic Systems and Analysis New York University Robert F. Wagner Graduate School of Public Service Instructor Stephanie Rosoff Contact: stephanie.rosoff@nyu.edu Office hours: Mondays by appointment

More information

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online Kenyatta BaRaKa Jackson US Forest Service - Consultant Fire Behavior Modeling and Forest Fuel Management Modeling Fire Behavior is an

More information

Predicting Tsunami Inundated Area and Evacuation Road Based On Local Condition Using GIS

Predicting Tsunami Inundated Area and Evacuation Road Based On Local Condition Using GIS IOSR Journal of Environmental Science, Toxicology and Food Technology (IOSR-JESTFT) ISSN: 2319-2402, ISBN: 2319-2399. Volume 1, Issue 4 (Sep-Oct. 2012), PP 05-11 Predicting Tsunami Inundated Area and Evacuation

More information

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC)

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Title of Paper: Increasing the Use of GIS in the Federal Government Author Name: Miss Abstract This presentation

More information

Integrating Geographic Information System and Building Information Model for Real Estate Valuation

Integrating Geographic Information System and Building Information Model for Real Estate Valuation Integrating Geographic Information System and Building Information Model for Real Estate Valuation Haicong YU and Ying LIU, China Key words: GIS, BIM, Real estate valuation SUMMARY In the past decades,

More information

Features and Benefits

Features and Benefits Autodesk LandXplorer Features and Benefits Use the Autodesk LandXplorer software family to help improve decision making, lower costs, view and share changes, and avoid the expense of creating physical

More information