GEOSTAT 2010 Introduction System for Automated Geoscientific Analyses SAGA. System for Automated Geoscientific Analyses

Size: px
Start display at page:

Download "GEOSTAT 2010 Introduction System for Automated Geoscientific Analyses SAGA. System for Automated Geoscientific Analyses"

Transcription

1 SAGA System for Automated Geoscientific Analyses Dr. Olaf Conrad Physical Geography, University Hamburg

2 SAGA Concepts and Basics

3 What is SAGA? SAGA is the abbreviation for System for Automated Geoscientific Analyses SAGA is a Geographic Information System (GIS) software SAGA has been designed for an easy and effective implementation of spatial algorithms SAGA offers a comprehensive, growing set of geoscientific methods SAGA provides an easily approachable user interface with many visualisation options SAGA runs under Windows and Linux operating systems SAGA is a Free Open Source Software (FOSS) MS Windows Linux

4 GIS Basics GIS is the abbreviation for Geographic Information Systems The purpose of GIS is the collection, management, analysis and presentation of spatial data or geodata Collection Data Management Analysis Presentation Geodata are data, which have a spatial relation to the Earth s surface Geodata consist of both, attribute data and geometric data. Geometric data define position and shape. Information is more than just data An information system is more than just a methodology Information systems combine data with a methodological framework Geographic information systems deal with geodata and provide methods specific to geodata

5 GIS Workflow Presentation Analysis Visualisation Generating maps Analysis and Modelling Creation of new geoinformation Management Data storage Structuring Collection Measuring (in situ) Digitalisation Geodata Original (Earth) The reality

6 GIS Geodata Structures Vector Data Raster Data Y p4 p1,1 p2,1 p3,1 p1 p2 (x, y) p3 p1,2 p2,2 p3,2 p1,3 p2,3 p3,3 X Vector data represent geometric properties with vertices, which are given by point coordinates. Lines and polygons are defined by sequences of vertices. In SAGA vector data are referred to as shapes. Each shape has an associated list of attributes. Raster data store usually only one single attribute. They do this for number of point coordinates, which are ordered in a regular raster. Therefore it is not necessary to store each vertex coordinates explicitely. In SAGA raster data are usually referred to as grids.

7 SAGA The Beginning of (the) SAGA The idea for the development of SAGA evolved in the late 1990s during the work on several research projects at the Dept. for Physical Geography, Göttingen. A research focus was the analysis of raster data, particularly of Digital Elevation Models (DEM), which have been used e.g. to predict soil properties, terrain controlled process dynamics as well as climate parameters. This required the development and implementation of many new methods for spatial analysis and modelling. Unluckily everybody involved seemed to prefer a different operating system, software, and programming language. Therefore a common development platform with integrated support for geodata analysis has been created, which then became known as SAGA. In 2004 SAGA has been published as Free Open Source Software. Since then SAGA got a growing world wide user community, which also led to many contributions from outside the original developer team. DiGeM (2001), one of SAGA s predecessors SAGA 1.2 (2005)

8 SAGA Development SAGA s development is mainly driven by the research interests of its inventors Physical Geography Göttingen (now Hamburg), SciLands GmbH Göttingen With SAGA s publication as Free Open Source Software several external inputs enriched the spectrum of developments V. Olaya: SEXTANTE (Sistema Extremeno de Analisis Territorial), SAGA Manual, module & system development T. Schorr: GEOSTEP project, Linux, Unicode and 64bit compatibility, SAGA-Python interface V. Wichmann: PhD Thesis (rockfall modelling), Laserdata GmbH, support & documentation, module & system development V. Cimmery: SAGA 2 User Guide, documentation A. Brenning: RSAGA plugin, accessing SAGA modules from R environment and many other contributions, mainly modules and documentation

9 SAGA Milestones 2001: Begin of the SAGA development (based on DiGeM) : SAGA gets established as common tool of the team 2004, Feb.: SAGA 1.0 published as Open Source Software 2004, Jul.: SAGA 2 development begins (wxwidgets) 2004, Aug.: SAGA Manual of V.Olaya 2005, Jan.: Foundation of the SAGA User Group Association 2005, Feb.: CeBIT Presentation of SAGA 1.2 and 2.0-Beta 2005, Mar.: SAGA 2 runs under Linux 2005, Nov.: First SAGA User Conference in Göttingen 2006, Jun.: SAGA 2.0 Release Candidate , Jul.: First Internat. SAGA User Conference, AGIT/Salzburg 2007, Jun.: SAGA is released 2008, May: A.Brenning publishes RSAGA

10 SAGA User Group Association The SAGA User Group Association has been established in May The primary aim of this non-profit organisation is to guarantee a sustainable long-term development of SAGA. Funding members Dept. Physical Geography and Landscape Ecology, Univ. Hannover ZGIS - Center for Geomatics, Univ. Salzburg Dept. of Geography, Univ. Bonn Physical Geography, Kath. Univ. Eichstätt- Ingolstadt Dept. Remote Sensing and GIS, Univ. Cologne SciLands GmbH, Göttingen Laserdata GmbH, Innsbruck RLP AgroScience GmbH, Neustadt

11 SAGA System Architecture SAGA's system architecture is modular. Its foundation is the Application Programming Interface (API), which provides data object models, basic definitions for the programming of scientific modules and numerous helpful classes and functions. Module libraries are containers for the scientific methods in form of so called modules. API as well as module libraries are not independently running executables but Dynamic Link Libraries (DLL) and have to be accessed through a front end program. A Graphical User Interface (GUI) is one of the two generic SAGA front ends. It allows the user to control the system, is responsible for module and data management as well as for data visualisations. Graphical User Interface (GUI) user interaction, visualisation Module Management loading, execution Module Libraries the implementation of scientific methods Library A Data Management tables, vector, raster data Library B Library C Library D Library E Application Programming Interface (API) data objects, modules, tools and helpers

12 SAGA Key Features Programming language C/C++ object oriented system design rapid application development many free source codes available Application programming interface provides special geodata objects comprehensive set of useful functions supports development of new methods Modular structure methods are collected in module libraries module libraries are dynamical link libraries independence of methods and framework User interfaces graphical user interface command line interpreter interfaces for scripting (Python, Java, R)

13 SAGA License Issues SAGA is a Free Open Source Software (FOSS) Free of charge Transparency, particularly in a scientific meaning World wide community of developers GNU General Public License (GPL) Applies to the GUI and most of the free Modules Programs, which use GPL source codes, have to be published as Open Source Software too GNU Lesser General Public License (LGPL) Applies to the API Programs, which use LGPL source codes, have not to be published as Open Source Software SAGA modules can be proprietary

14 GUI The Graphical User Interface The Graphical User Interface (GUI) allows users to manage and visualise data as well as to perform data analyses and manipulations by executing modules. menu bar tool bar Besides menu, tool and status bars, which are typical for the majority of modern programs, and data views, which are centrally displayed, SAGA interfaces the user with two special controls, a workspace control and an object properties control. The workspace control has sub windows for modules, data and maps. Each sub window shows a tree view, through which associated workspace objects can be accessed and selected. workspace Ansicht Ansicht data view messages, notifications status bar object properties Loaded module libraries for instance are listed in the modules workspace together with a list of their modules. Similarly loaded data sets appear in the data workspace, hierarchically sorted by their data type, and map views are listed in the maps workspace with data sets included in each map.

15 GUI Workspace & Object Properties Dependent on the object which is selected in the active workspace the properties control shows an object specific set of sub windows. Common to all objects are sub windows for settings and descriptions others appear only for specific objects. In case a module is selected, the settings control is populated with module parameters displaying options relevant for the module execution. The description window gives information about the module and its parameters, as supplied by the module programmer. In case a data object is selected the settings control allows the user to change data set name, memory handling and display behaviour. Data object description is complemented by a history, which enables users to reconstruct how the data set was created. Other controls allow the editing of attributes or display a legend. Workspace Modules Data Maps Object Properties Settings Description Settings Attributes Settings Legend

16 GUI Data Views Maps Print Layout 3D View The standard way to visualise spatial data is the cartographic map. Each spatial data set can be added to a map as thematic layer. Display orders of thematic layers are changed in the maps workspace. In dependence of the data type various display options are available for the creation of expressive maps. Attribute values of vector data can be used as labels, to determine sizes of point symbols or line widths, or to indicate display colours. Raster data are coloured according to their data values, either by using a lookup table or a metric classification scheme. A transparency value allows to use raster data for shading effects. 3d views can easily be created for each map, as far as appropriate elevation data have been loaded. Vector as well as raster data can be edited directly in map views. Further possibilities for data visualisations include histograms and scatter plots. Scatter plots have a built in regression function and can be applied to vector, raster and table data. Besides simple table views with editing and sorting capabilities, also diagrams are available to display table data. Histograms, Scatter Plots Tables, Diagrams Digitising, Editing

17 Modules Overview SAGA comes with a comprehensive and growing set of free modules, most of them published under the GPL 34 libraries with 119 modules in version libraries with 234 modules in version libraries with 300 modules in version libraries with 330 modules in GEOSTAT 2009 version Not all modules are highly sophisticated analysis or modelling tools. Many modules perform rather simple data operations. But several other modules represent the state of the art in their field of analysis. Data Import & Export Cartographic Projections & Georeferencing Many Raster & Vector Data Tools Image Processing Terrain Analysis Geostatistics and many more Data Import & Export Projections Raster Tools Vector Tools Geostatistics Image Processing Terrain Analysis

18 Modules Managing & Executing When SAGA runs the first time it automatically searches and loads all module libraries located in the SAGA folder Notification about loaded module libraries You can load and unload modules via menu A module can be called for execution via the modules menu or from workspace When a module is called it first confronts you with a dialog, in which you have to choose input data sets as well as output data targets and which usually offers several additional options. A module notifies you when it has finished its calculation Loading module libraries Calling a module via menu Executing a module Unloading a module library Calling a module from workspace Module notification

19 Modules Programming CHillshade::CHillshade(void) { Parameters.Add_Grid( NULL, "ELEVATION", "Elevation", PARAMETER_INPUT);... } Parameters.Add_Grid( NULL, "SHADE", "Shade", PARAMETER_OUTPUT); bool CHillshade::On_Execute(void) { CSG_Grid *pdem = Parameters( ELEVATION )->asgrid(); CSG_Grid *pshade = Parameters( SHADE ) ->asgrid();... for(y=0; y<get_ny(); y++) { for(x=0; x<get_nx(); x++) { if( pdem->get_gradient(x, y, s, a) == false ) { pshade->set_nodata(x, y); } else { d = acos(sin(s) * sin(dec) + cos(s) * cos(dec) * cos(a - Azi)); } } } } pshade->set_value(x, y, d);

20 Modules Scripting With the SAGA command line interpreter SAGA CMD you can execute module calculations from a command line or shell. This is not very user friendly, but allows to write batch/shell scripts for further automation of process flows. Tip: A batch script template for executing a module can easily be created via the context menu of a module in the SAGA GUI.

21 Modules Scripting Via the SWIG compiler (Simplified Wrapper and Interface Generator) it is possible to expose the SAGA API as well as SAGA modules to various (script) programming languages, e.g. Python, Java, C#, R. Currently only a Python interface is ready to use. One possibility: running SAGA modules from (web)server processes. A Java interface is in preparation (V.Wichmann), an R interface might follow soon, giving almost full control over SAGA functionality from R environment. Accessing the SAGA API from Python script

22 Installation Download 'saga_2.0.0_bin_mswvc.zip': Windows binaries compiled with MS Visual C This Windows version is a portable software. Just unzip it and start without any further installation process. 'saga_2.0.0_bin_linux.tar.gz': Linux binaries with the wxgtk libraries statically linked. Except that you have at least the GTK 2 and the png (as reported) libraries to be installed, this version is almost portable too (see the 'install.txt' on how to run the executables). 'saga_2.0.0_src.zip': complete SAGA 2.0 source codes, including project and make files for gcc, MinGW, MSVC6/8. 'saga_2.0.0_src_linux.tar.gz': source code distribution for Linux, created with automake. For compilation call './configure', 'make' and as super user 'make install'. 'saga_2.0.0_python_mswvc.zip': scripting interface to the SAGA-API for Python (Win32), including example scripts.

23 Installation Setup Installation under Windows SAGA is a so called portable Software, which means you do not need any further installation routines. You can even run it from memory stick! Just unzip the downloaded file Run saga_gui.exe For the lazy ones: SAGA (MSW) will also come with an installer Installation under Linux Unzip the binaries and run the shell script saga_gui.sh This works with many but not with all Linux installations. See SAGA WiKi for more information on how to make it work. For SuSE 10.2/11.0 a binary package is available

24 Further Information Explore the world of SAGA GIS Basic information Comprehensive list of references SourceForge > host for OSS projects Download software, documents, data SAGA Wiki Bug, Feature Tracker User Forum User Guide and Manual sourceforge.net/projects/saga-gis User Forum WiKi Vern Cimmery s User Guide

25 Current Research Selected Examples

26 Erosion Risk Estimation (R)USLE LS factor estimation for agricultural management units of the federal state Lower Saxony. Used to estimate risk of soil erosion by water Comparison of different LS calculations

27 GEOSTEP Precision Farming Geoinformationstechnologie für standorteffiziente Pflanzenproduktion = geoinformation technology for efficient site specific plant production Study Area Development of a decision support system for site specific management ( precision farming, precision agriculture ) Integration of climate regionalisation, weather predictions, modelling of soil status, growth and cultivation models, GPS based acquisition of factory data, cost-benefit analysis of management and cultivation practises Funded by the Bavarian Research Foundation Pilot , 6 project partners

28 GEOSTEP GIS-Funktions, Analysis, Models Landwirtschaftliche Agricultural Consultance Beratung SAGA Static Data Collecting data (Digitising) Spatialisation of soil properties... Dynamic Data Weather prediction (WRF) Models of soil status Growth- a. cultivation models Cost-benefit analysis... Server Server Data Base Web-Interface Ubiquitary data access Output of thematic maps... OGC-Interface Machine controlling Calibration...

29 Cellular Automata Water Quality Cellular Automata (CA) models consist of a regular grid of cells and simulate system dynamics by applying simple rules for each cell to determine the status of a cell in the next time step. Originally CA work only with discrete values (= cell states), but in various recent researches the CA concept has been widened to model continuous quantities (e.g. surface water flow, landscape evolution). Left pictures show the steps used for pollutant concentration computation of a lake with in and outflow. Right pictures shows differences in diffusion gradients between two scenarios. Heinrich, R. & Conrad, O. (2008): Diffusion, Flow and Concentration Gradient Simulation with SAGA GIS using Cellular Automata Methods.

30 Forest Fragmentation Borneo Forest fragmentation and degradation as risk for forest reduction. Peat swamp forest, Sabah/Borneo Regenerated good peat swamp forest (canopy height: 30m) Phua, M.P., Conrad, O., Kamlun, K.U., Fischer, M., Böhner, J. (2008): Multitemporal Fragmentation Analysis of Peat Swamp Forest in the Klias Peninsula, Sabah, Malaysia Using GIS and Remote Sensing Techniques 2003

31 Forest Reduction Madagascar SRTM DEM Landsat/Spot Land Cover Classification Maren Horn (2009): Semi-automated Estimation of Potential Natural Vegetation, Diploma Thesis, Univ. Hamburg

32 Heavy Metal Pollution Oker River DEM Creation Pre-Processing Jan Hohlbein (in progress): The Use of LIDAR DEM for Estimation of Heavy Metal Distribution caused by River Transport, Diploma Thesis, Univ. Hamburg Flood Depths

33 Outlook There is many more research going on with SAGA, what clearly influences the direction of the SAGA development. Apart from methodological point of view there are many requests to enlarge SAGA s architecture for more standard GIS functionality Database and web server interfaces (e.g. PostGIS, WFS, WCS) Map layout Vector topology and multidimensional grids My current interest: simulation of process dynamics Runoff Soil Moisture Landscape Evolution

Free Open Source Software for Geoinformatics (FOSS4G) A Practical Example System for Automated Geoscientific Analyses (SAGA)

Free Open Source Software for Geoinformatics (FOSS4G) A Practical Example System for Automated Geoscientific Analyses (SAGA) Free Open Source Software for Geoinformatics (FOSS4G) A Practical Example System for Automated Geoscientific Analyses (SAGA) Zlatko Horvat, MSc DGU Područni ured za katastar Čakovec My Motivation Give

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

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015 Karsten Vennemann, Seattle 2015 a very capable and flexible Desktop GIS QGIS QGIS Karsten Workshop Vennemann, Seattle slide 2 of 13 QGIS - Desktop GIS originally a GIS viewing environment QGIS for the

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

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

Performing Advanced Cartography with Esri Production Mapping

Performing Advanced Cartography with Esri Production Mapping Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Performing Advanced Cartography with Esri Production Mapping Tania Pal & Madhura Phaterpekar Agenda Outline generic

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

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

Existing Open Source Tools and Possibilities for Cadastre Systems

Existing Open Source Tools and Possibilities for Cadastre Systems Existing Open Source Tools and Possibilities for Cadastre Systems Gertrude Pieper Espada FIG Congress Sydney, 11-16 April 2010 What is FLOSS? What is open source? What open source software tools are available?

More information

Calibrated Virtual Urban Water Systems software tool for one partner city. Software

Calibrated Virtual Urban Water Systems software tool for one partner city. Software Calibrated Virtual Urban Water Systems software tool for one partner city Software COLOPHON Title Calibrated Virtual Urban Water Systems software tool for one partner city - Software Report number: PREPARED

More information

Logical data integration into digital landscape model 1

Logical data integration into digital landscape model 1 Logical data integration into digital landscape model 1 1 Lecture contents: 1. Overview of geodata applicable in the modelling in the landscape. 2. Introduction into the models and modelling. 3. Classification

More information

Open Source ENKI: Dynamic Environmental Model Framework. A possible pre-processor for WRF-Hydro?

Open Source ENKI: Dynamic Environmental Model Framework. A possible pre-processor for WRF-Hydro? Open Source ENKI: Dynamic Environmental Model Framework A possible pre-processor for WRF-Hydro? 1st European Fully Coupled AtmosphericHydrological Modeling and WRF-Hydro Users workshop. University of Calabria.

More information

Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services

Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services Overview Quick introduction to SEXTANTE Client/Server fundamentals Standards for web-based geoservices SEXTANTE

More information

gvsig a real tool for GIS technicians

gvsig a real tool for GIS technicians gvsig a real tool for GIS technicians Jorge Gaspar Sanz Salinas jsanz@prodevelop.es International Geodetic Students Meeting 05/05/08 Valencia Agenda of the project OK, but what can gvsig do for me now?

More information

Linking local multimedia models in a spatially-distributed system

Linking local multimedia models in a spatially-distributed system Linking local multimedia models in a spatially-distributed system I. Miller, S. Knopf & R. Kossik The GoldSim Technology Group, USA Abstract The development of spatially-distributed multimedia models has

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

More information

Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System

Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System Donald L. Schrupp Colorado Division of Wildlife (Retired) Danny Lewis Texas Parks and Wildlife

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

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

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool Geo-Environmental Cartography and Remote Sensing Group http://cgat.webs.upv.es/software/ Universitat Politècnica de València Introduction

More information

Exelis and Esri Technologies for Defense and National Security. Cherie Muleh

Exelis and Esri Technologies for Defense and National Security. Cherie Muleh Exelis and Esri Technologies for Defense and National Security Cherie Muleh Cherie.Muleh@exelisinc.com ENVI IMAGERY AND DATA BECOME KNOWLEDGE > Add information from imagery to your GIS > Automated workflows

More information

OSGIS Platform. Storing and distributing PostGIS, Deegree, UMN Map Server Desktop visualization JUMP, QGIS, Thuban, udig, gvsig

OSGIS Platform. Storing and distributing PostGIS, Deegree, UMN Map Server Desktop visualization JUMP, QGIS, Thuban, udig, gvsig GIS groups of tasks Geodata collecting, updating Geodata storing and distributing Geodata analysis Geodata visualization: Desktop, Internet, Printing Geodata describing: metadata management Geodata converting:

More information

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Cameron SHORTER, Australia Key words: Open Source Geospatial Foundation, OSGeo, Open Standards, Open Geospatial

More information

Applying GIS to Hydraulic Analysis

Applying GIS to Hydraulic Analysis Texas A&M University Department of Civil Engineering CVEN689 Applications of GIS to Civil Engineering Instructor: Francisco Olivera, Ph.D., P.E. Applying GIS to Hydraulic Analysis Lim, Chae Kwan April

More information

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD ISO 19100 Series Standards in a Model Driven Architecture for Landmanagement Jürgen Ebbinghaus, AED-SICAD 29.10.2003 The Company 100% SIEMENS PTD SIEMENS Business Services Shareholder & Strategic Business

More information

A Distributed GIS Architecture for Research in Baalbek Based on CISAR

A Distributed GIS Architecture for Research in Baalbek Based on CISAR 234 Frank Henze A Distributed GIS Architecture for Research in Baalbek Based on CISAR Abstract: Research underway in Baalbek extends from the immediate vicinity of the excavation areas to the monumental

More information

Understanding Geographic Information System GIS

Understanding Geographic Information System GIS Understanding Geographic Information System GIS What do we know about GIS? G eographic I nformation Maps Data S ystem Computerized What do we know about maps? Types of Maps (Familiar Examples) Street Maps

More information

gvsig: Open Source Solutions in spatial technologies

gvsig: Open Source Solutions in spatial technologies gvsig: Open Source Solutions in spatial technologies gvsig is a tool for handling geographical information, a completely GIS client with license GNU GPL. Alvaro A. Anguix Alfaro, Gabriel Carrión Rico Conselleria

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

CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY

CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY 1. Introduction Ionut Iosifescu, Marco Hugentobler, Lorenz Hurni ETH Zurich, Institute of Cartography Wolfgang-Pauli-Str.

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

GIS Workshop Data Collection Techniques

GIS Workshop Data Collection Techniques GIS Workshop Data Collection Techniques NOFNEC Conference 2016 Presented by: Matawa First Nations Management Jennifer Duncan and Charlene Wagenaar, Geomatics Technicians, Four Rivers Department QA #: FRG

More information

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus.

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. PCI GEOMATICS GEOMATICA QUICKSTART 1. Introduction This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. All data used in

More information

CLICK HERE TO KNOW MORE

CLICK HERE TO KNOW MORE CLICK HERE TO KNOW MORE Geoinformatics Applications in Land Resources Management G.P. Obi Reddy National Bureau of Soil Survey & Land Use Planning Indian Council of Agricultural Research Amravati Road,

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

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

)UDQFR54XHQWLQ(DQG'tD]'HOJDGR&

)UDQFR54XHQWLQ(DQG'tD]'HOJDGR& &21&(37,21$1',03/(0(17$7,212)$1+

More information

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com ARC PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT TYC Training Course.com TRAINING OVERVIEW This Arc Pro online course will provide a great deal of information about the link between earth s ecosystems

More information

Geostatistics and Spatial Scales

Geostatistics and Spatial Scales Geostatistics and Spatial Scales Semivariance & semi-variograms Scale dependence & independence Ranges of spatial scales Variable dependent Fractal dimension GIS implications Spatial Modeling Spatial Analysis

More information

An internet based tool for land productivity evaluation in plot-level scale: the D-e-Meter system

An internet based tool for land productivity evaluation in plot-level scale: the D-e-Meter system An internet based tool for land productivity evaluation in plot-level scale: the D-e-Meter system Tamas Hermann 1, Ferenc Speiser 1 and Gergely Toth 2 1 University of Pannonia, Hungary, tamas.hermann@gmail.com

More information

YYT-C3002 Application Programming in Engineering GIS I. Anas Altartouri Otaniemi

YYT-C3002 Application Programming in Engineering GIS I. Anas Altartouri Otaniemi YYT-C3002 Application Programming in Engineering GIS I Otaniemi Overview: GIS lectures & exercise We will deal with GIS application development in two lectures. Because of the versatility of GIS data models

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

The integration of land change modeling framework FUTURES into GRASS GIS 7

The integration of land change modeling framework FUTURES into GRASS GIS 7 The integration of land change modeling framework FUTURES into GRASS GIS 7 Anna Petrasova, Vaclav Petras, Douglas A. Shoemaker, Monica A. Dorning, Ross K. Meentemeyer NCSU OSGeo Research and Education

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

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

Newcastle City Council - Migration to QGIS and Open Source GIS

Newcastle City Council - Migration to QGIS and Open Source GIS Newcastle City Council - Migration to QGIS and Open Source GIS Brian Williams & Saber Razmjooei 13 April 2016 Outline I Why Open Source? Rational What we did How we did it Benefits Discussion Points QGIS

More information

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data Using the EartH2Observe data portal to analyse drought indicators Lesson 4: Using Python Notebook to access and process data Preface In this fourth lesson you will again work with the Water Cycle Integrator

More information

Confeego: Tool Set for Spatial Configuration Studies

Confeego: Tool Set for Spatial Configuration Studies 14 Confeego: Tool Set for Spatial Configuration Studies Jorge Gil, Chris Stutz and Alain Chiaradia Space Syntax Limited, London, UK Abstract. Confeego is a suite of tools to understand and harness the

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

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

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

OPEN SOURCE TECHNOLOGIES IN GEOGRAPHIC INFORMATION SYSTEMS

OPEN SOURCE TECHNOLOGIES IN GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS OPEN SOURCE TECHNOLOGIES IN GEOGRAPHIC INFORMATION SYSTEMS Marijana Petković 1, Vladmir Bulatović 1, Ivan Aleksić 2 1 University of Novi Sad, Faculty of Technical Sciences,

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

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

Geodatabase Management Pathway

Geodatabase Management Pathway Geodatabase Management Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Data Management in the Multiuser Geodatabase

More information

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi UNIT 4: USING ArcGIS Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi Getting to Know ArcGIS ArcGIS is an integrated collection of GIS software products ArcGIS

More information

National Atlas of Groundwater Dependent Ecosystems (GDE)

National Atlas of Groundwater Dependent Ecosystems (GDE) National Atlas of Groundwater Dependent Ecosystems (GDE) Dr. Zaffar Sadiq Mohamed-Ghouse Executive Consultant & Practice Head-Spatial SKM, Australia zsadiq@globalskm.com Geospatial World Forum 2013, Rotterdam,

More information

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction In recent times digital mapping has become part and parcel of our daily lives with experience from Google Maps on

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

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

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada Overview FLOSS concepts Digital Land Administration systems FLOSS Database alternatives FLOSS

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

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

Trimble s ecognition Product Suite

Trimble s ecognition Product Suite Trimble s ecognition Product Suite Dr. Waldemar Krebs October 2010 Trimble Geospatial in the Image Processing Chain Data Acquisition Pre-processing Manual/Pixel-based Object-/contextbased Interpretation

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

Bentley Geospatial update

Bentley Geospatial update Bentley Geospatial update Tallinna, 01.11.2007 Timo Tuukkanen, Bentley Systems Issues today Bentley Map available now detailed introduction to Bentley Map Bentley Geo Web Publisher Bentley Web GIS update,

More information

3D Urban Information Models in making a smart city the i-scope project case study

3D Urban Information Models in making a smart city the i-scope project case study UDC: 007:528.9]:004; 007:912]:004; 004.92 DOI: 10.14438/gn.2014.17 Typology: 1.04 Professional Article 3D Urban Information Models in making a smart city the i-scope project case study Dragutin PROTIĆ

More information

Search for the Gulf of Carpentaria in the remap search bar:

Search for the Gulf of Carpentaria in the remap search bar: This tutorial is aimed at getting you started with making maps in Remap (). In this tutorial we are going to develop a simple classification of mangroves in northern Australia. Before getting started with

More information

CWMS Modeling for Real-Time Water Management

CWMS Modeling for Real-Time Water Management Hydrologic Engineering Center Training Course on CWMS Modeling for Real-Time Water Management August 2018 Davis, California The Corps Water Management System (CWMS) is a software and hardware system to

More information

K. Zainuddin et al. / Procedia Engineering 20 (2011)

K. Zainuddin et al. / Procedia Engineering 20 (2011) Available online at www.sciencedirect.com Procedia Engineering 20 (2011) 154 158 The 2 nd International Building Control Conference 2011 Developing a UiTM (Perlis) Web-Based of Building Space Management

More information

Using the File Geodatabase API. Lance Shipman David Sousa

Using the File Geodatabase API. Lance Shipman David Sousa Using the File Geodatabase API Lance Shipman David Sousa Overview File Geodatabase API - Introduction - Supported Tasks - API Overview - What s not supported - Updates - Demo File Geodatabase API Provide

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

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS An Ngoc VAN and Wataru TAKEUCHI Institute of Industrial Science University of Tokyo 4-6-1 Komaba, Meguro-ku, Tokyo 153-8505 Japan

More information

Technical Drafting, Geographic Information Systems and Computer- Based Cartography

Technical Drafting, Geographic Information Systems and Computer- Based Cartography Technical Drafting, Geographic Information Systems and Computer- Based Cartography Project-Specific and Regional Resource Mapping Services Geographic Information Systems - Spatial Analysis Terrestrial

More information

THE DIGITAL SOIL MAP OF WALLONIA (DSMW/CNSW)

THE DIGITAL SOIL MAP OF WALLONIA (DSMW/CNSW) THE DIGITAL SOIL MAP OF WALLONIA (DSMW/CNSW) Ph. Veron, B. Bah, Ch. Bracke, Ph. Lejeune, J. Rondeux, L. Bock Gembloux Agricultural University Passage des Déportés 2, B-5030 Gembloux, Belgium, geopedologie@fsagx.ac.be

More information

StreamStats: Delivering Streamflow Information to the Public. By Kernell Ries

StreamStats: Delivering Streamflow Information to the Public. By Kernell Ries StreamStats: Delivering Streamflow Information to the Public By Kernell Ries U.S. Department of the Interior U.S. Geological Survey MD-DE-DC District 410-238-4317 kries@usgs.gov StreamStats Web Application

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

Using the Stock Hydrology Tools in ArcGIS

Using the Stock Hydrology Tools in ArcGIS Using the Stock Hydrology Tools in ArcGIS This lab exercise contains a homework assignment, detailed at the bottom, which is due Wednesday, October 6th. Several hydrology tools are part of the basic ArcGIS

More information

ONLINE DECISION SUPPORT TOOL FOR AVALANCHE RISK MANAGEMENT. Patrick Nairz* Avalanche Warning Center Tyrol, Austria

ONLINE DECISION SUPPORT TOOL FOR AVALANCHE RISK MANAGEMENT. Patrick Nairz* Avalanche Warning Center Tyrol, Austria ONLINE DECISION SUPPORT TOOL FOR AVALANCHE RISK MANAGEMENT Patrick Nairz* Avalanche Warning Center Tyrol, Austria Karel Kriz and Michaela Kinberger Department of Geography and Regional Research, University

More information

DUG User Guide. Version 2.1. Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper

DUG User Guide. Version 2.1. Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper DUG User Guide Version 2.1 Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper 2017 i This publication is a Technical report by the Joint Research Centre (JRC), the European Commission s science

More information

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity 7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity Hanoi, Vietnam, 19-22 October 2009 ------------------ TS 3A - SDI in Support of Urban

More information

Web georeference of historical maps

Web georeference of historical maps Vassilios Tsioukas Web georeference of historical maps Keywords: Historical maps, Georeference, Cartography, Cartographic Heritage Summary The creation of an application to perform the geo-referencing

More information

Operational water balance model for Siilinjärvi mine

Operational water balance model for Siilinjärvi mine Operational water balance model for Siilinjärvi mine Vesa Kolhinen, Tiia Vento, Juho Jakkila, Markus Huttunen, Marie Korppoo, Bertel Vehviläinen Finnish Environment Institute (SYKE) Freshwater Centre/Watershed

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

ARCGIS PRO COURSE, BEGINNER LEVEL ONLINE TRAINING GIS. Course. Training. .com

ARCGIS PRO COURSE, BEGINNER LEVEL ONLINE TRAINING GIS. Course. Training. .com ARC PRO COURSE, BEGINNER LEVEL ONLINE TRAINING Course.com TYC TRAINING OVERVIEW This course will provide a basic introduction in Arc PRO, the new Arc Desktop release. The training material will be focused

More information

Thales Canada, System Division. BattleView: Integrating ArcGIS Into Canadian Army s Command And Control Application

Thales Canada, System Division. BattleView: Integrating ArcGIS Into Canadian Army s Command And Control Application BattleView: Integrating ArcGIS Into Canadian Army s Command And Control Application BattleView Overview Canadian Army s command and control (C2) application Deployed in army headquarters unit and above

More information

A decade of geoinformation sharing at ETH Zurich

A decade of geoinformation sharing at ETH Zurich A decade of geoinformation sharing at ETH Zurich Ionuț Iosifescu-Enescu, Cristina Iosifescu-Enescu, Nadia H. Panchaud, Angeliki Tsorlini, Lorenz Hurni {iosifescu,ciosifescu,nadia.panchaud,atsorlini,lhurni}@ethz.ch

More information

GIS Geographic Information System

GIS Geographic Information System GIS Geographic Information System Andrea Petroselli Tuscia University, Italy petro@unitus.it SUMMARY Part 1: Part 2: Part 3: Part 4: What is a GIS? Why do we need a GIS? Which are the possibilities of

More information

A Decision Support System in a Geographical Environment

A Decision Support System in a Geographical Environment A Decision Support System in a Geographical Environment Roberto Abbondanza - Giuliana Bonello + Edoardo Bracci * Guglielmo Cresci * Alfredo Di Domenican tonio - - Ministero dell'ambiente - Roma + CSI Piemonte

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

ZFL, Center of Remote Sensing of Land Surfaces, University of Bonn, Germany. Geographical Institute, University of Bonn, Germany

ZFL, Center of Remote Sensing of Land Surfaces, University of Bonn, Germany. Geographical Institute, University of Bonn, Germany Communication of Research Results The IMPETUS Atlas H.-P. Thamm 1, M. Judex 1, O.Schultz 2, S.Krüger 1 & M. Christoph 3 1 ZFL, Center of Remote Sensing of Land Surfaces, University of Bonn, Germany 2 Geographical

More information

Watershed Modeling With DEMs

Watershed Modeling With DEMs Watershed Modeling With DEMs Lesson 6 6-1 Objectives Use DEMs for watershed delineation. Explain the relationship between DEMs and feature objects. Use WMS to compute geometric basin data from a delineated

More information

ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence. Renee Bernstein Esri Solutions Engineer

ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence. Renee Bernstein Esri Solutions Engineer ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence Renee Bernstein Esri Solutions Engineer ArcGIS Solutions Includes 450+ Industry Focused Apps and Capabilities Organized by 9 Primary

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

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

GIS: Definition, Software. IAI Summer Institute 19 July 2000

GIS: Definition, Software. IAI Summer Institute 19 July 2000 GIS: Definition, Software IAI Summer Institute 19 July 2000 What is a GIS? Geographic Information System Definitions DeMers (1997): Tools that allow for the processing of spatial data into information,

More information

State of GIS at the High Performance Computing Cluster

State of GIS at the High Performance Computing Cluster State of GIS at the High Performance Computing Cluster Peter Löwe, Jan Thaler, Stefan Lüdtke² Centre for GeoInformation Technology (CeGIT) ² Section 5.4 (Hydrology) Computing Clusters A set of loosely

More information

A Web-GIS Based Integrated Climate Adaptation Model (ICAM): Exemplification from the City of Melbourne, Australia

A Web-GIS Based Integrated Climate Adaptation Model (ICAM): Exemplification from the City of Melbourne, Australia A Web-GIS Based Integrated Climate Adaptation Model (ICAM): Exemplification from the City of Melbourne, Australia JOSHPHAR KUNAPO 1,2, MATTHEW J. BURNS 1, TIM D. FLETCHER 1, ANTHONY R. LADSON 3, LUKE CUNNINGHAM

More information

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan Watershed Application of WEPP and Geospatial Interfaces Dennis C. Flanagan Research Agricultural Engineer USDA-Agricultural Research Service Adjunct Professor Purdue Univ., Dept. of Agric. & Biol. Eng.

More information