A Framework for Ready Accessibility to Geospatial Data Using the WWW

Size: px
Start display at page:

Download "A Framework for Ready Accessibility to Geospatial Data Using the WWW"

Transcription

1 A Framework for Ready Accessibility to Geospatial Data Using the WWW Bradford G. Nickerson *, Ying Teng, Jun Xiao, Lushu Li Presentation to the Digital Earth 2001 Conference, Monday, June 25, 2001, Fredericton, N.B., Canada, abstract number de-a-099 * contact person: Faculty of Computer Science, University of New Brunswick, P.O. Box 4400, Fredericton, N.B. Canada, bgn@ unb.ca

2 Architectural Overview Java-capable web browsers Queries Catalog Server Database ISO XML Metadata Desktop PC Internet Server URLs Database Geospatial Data Server 1 Laptop Database Geospatial Data Server 2

3 Three Tier Architecture Java-capable Web browser The First Tier (Client Tier) GSDWApplet CLIMapApplet TiffyApplet The Second Tier (Middle Tier or Applcation Tier) Context Data Server Server Container Query Servlet GSDIndex Web Server Geospatial Data Service Servlet Web Server The Third Tier (Data Storage Tier) Database GSHHS & GMT Data Database ISO XML Metadata Database Geospatial Data

4 Building the GSDIndex (Catalog Server) Metadata Vector Data Raster Data CeoNet Data CLI Data CCRS Data XMLMetadataTranslator CLIMetadataBuilder CCRSMetadataBuilder Phase 1 ISO XML Metadata R_TreeBuilder Create or Update Bounding Box R-Tree Index AVL_TreeBuilder Create or Update String (Keywords) AVL-Tree Index Phase 2 GSDIndexBuilder Phase 3 GSDIndex

5 GSDIndex Object Structure

6 GSD Catalog Search Engine GSD Client Send Query Return Result Network HTTP keywords, bounding box, match factor k GSD Catalog Server Query Servlet Boundary GSD Index Keywords Bounding Box RTree Index String Keyword AVL-Index RTree Search Result AVL Search Result Intersect GSD Search Result Postprocess Dynamic HTML Document

7 where Catalog Server Search Engine Combined AVL tree and R-tree Return data objects satisfying min S(D) = size (area) of the bounding box (MBR) of the data object, S(O) S(O), S(D) S(Q) S(Q) = size (area) of the query rectangle, S(O) = size (area) of the overlap of the query rectangle and the MBR of the data object. k

8 Effect of Match Factor k D 2 D 5 Q Q D 1 D 1 D D 4 D 6 3 Q: Query rectangle; D i (i=1,2,...,6): Data sets No Range of k (0, 0.025] (0.025, 0.1] (0.1, 0.2] (0.2, 0.5] (0.5, 0.625] (0.625, 1] Min{S(O)/S(D), S(O)/S(Q)} D Returned Data Sets D1, D2, D3, D5, D6 D1, D2, D3, D5 D2, D3, D5 D2, D5 null

9 Graphical User Interface

10 Client Component Cummunication Databas e Catalog Server Database CLI Data Query Result CCRS Data GSDWApplet Java Servlet ShowCLIMap FileName FileName Java servlet ShowCCRSMap CLIMapApplet TiffyApplet Client

11 Context Data Experiments Testing compared Java Servlet, CORBA (Java), CORBA (C++), RMI (Remote Method Invocation) Used world s shoreline database GSHHS (global self-consistent, hierarchical, high-resolution shoreline) crude, low, intermediate, high and full [Wessel and Smith, 1996] world political borders and rivers from Generic Mapping Tools [Wessel and Smith, 1999] Client Server send rquest to server read data from files clip polygon/polyline coordinates transform get data from server send data to Client draw map on screen

12 Canada Land Inventory (CLI) Vector Data Server Thin client via fat server (TC/FS) CLIDataServer reads raw CLI data Process into a Java serialized object Transfer Java object to CLIMapApplet over the Internet Fat client via thin server (FC/TS) CLIDataServer reads raw CLI data Transfer raw CLI data to the client CLIMapApplet creates Java object for display Applet CLIMapApplet (1) Servlet CLIDataServer(1) filename filename Database filename Applet GSDWApplet filename Servlet ShowCLIMap filename Applet CLIMapApplet (2) Servlet CLIDataServer(2) filename Database filename Distributed CLI Data Distributed CLI Data

13 Test Datasets Machine: butter GSHHS/GMT, CEONet, CLI (west, 942) Machine: toast CLI (east, 648), CCRS (45)

14 Test DatasetsD Data Set Name Type /Format Number of Files Total Size (MB) GSHHS ASCII /GMT CEONet XML Metadata CLI ARC/INFO Export (.E00) CCRS Image TIFF / JPEG Totals: 11,162 5,805

15 Test Environment Host Machine Role Name CPU Memory/LAN Operating System butter Catalog Server PIII 750MHz 512 MB/100Mbps Win Prof. butter CLI Data Server (West) PIII 750MHz 512 MB/100Mbps Win Prof. toast CLI Data Server (East) PIII 750MHz 512 MB/100Mbps Win. NT WS 4.0 toast CCRS Data Server PIII 750MHz 512 MB/100Mbps Win. NT WS 4.0 Role Name CORBA-based contextual data server RMI-based contextual data server Servlet-based contextual data server Query, CLIData and CCRSData server Client Web Browser Software Used VisiBroker 4.1 (for Java and C++) JDK1.2.2 BEA WebLogic Server 6.0 BEA WebLogic Server 6.0 Microsoft IE 5.0

16 Preprocessing the GSDIndex Initial Build (for CEONet metadata): Name Build Time Save Time Total Size Height (ms) (ms) (KB) R-Tree 143, AVL-Tree 207,811 2,914 3, Additional Build (adding Canada Land Inventory (CLI) data): Load Time Build Time Save Time Total Size Height (ms) (ms) (KB) R-Tree , AVL-Tree ,277 5,178 3, Total GSDIndex size: 3,921 KB Servlet Load Time (serialized Java object): 7,710 ms

17 Test Results Contextual Data

18 Time for Catalog Search Bounding Boxes Keywords # of items Time Time/Item (k = 0.01) found (ms) (ms) [0, 360; -90, 90] earth science 3,794 7, [0, 360; -90, 90] oceans 1,196 2, [0, 360; -90, 90] Land use 80 2, [0, 180; -90, 90] earth science 2,265 5, [0, 180; -90, 90] oceans [0, 180; -90, 90] Land use [225, 300; 40, 60] earth science 2,878 6, [225, 300; 40, 60] oceans 753 1, [225, 300; 40, 60] Land use 246 1,

19 Time for Vector Data Display Test Data Data Size (KB) Time/KB (ms) FC/TS Time/KB (ms) TC/FS A021G.E00 5, A030M.E00 A012B.E00 3,018 1, A021K.E A011C.E

20 Conclusions A three-tier client/server architecture was successful for building a web-based distributed geospatial data warehouse For context data searches on the catalog server, CORBA and RMI are an average of 2.2 times slower than Java Servlets Match factor controlled search can significantly reduce search results of unequal size relative to the query window Combined keyword and bounding box search on the catalog server requires an average of 6.4 ms per item found (average over nine very different searches) Fat client via thin server (FC/TS) is significantly faster (average of 23 times faster over five different search experiments) than thin client via fat server (TC/FS) for vector dataset retrieval and display

21 Future Work Data structures for efficient combined text and spatial data range search; tries? Geospatial web crawler to collect information from geospatial data servers and update the catalog server search index in a continuous, unattended fashion More detailed context data (e.g. Digital Chart of the World)

22 Acknowledgements GEOIDE Network of Centres of Excellence Réseau de centres d excellence La géomatique pour des interventions et des décisions éclairées Geomatics for Informed Decisions Opportunity to meet new researchers Financial support project DEC#2 GEODEM: Designing the technological foundations of geospatial decision making with the world wide web University of New Brunswick Fuqun Zhou, Canada Centre for Remote Sensing

Distributed Geospatial Data Access on the WWW

Distributed Geospatial Data Access on the WWW Distributed Geospatial Data Access on the WWW by Lushu Li M.E., Nanjing University of Sciences and Technology (China), 1993 PhD., Southeast University (China), 1998 A Thesis Submitted in Partial Fulfillment

More information

Presented by Kit Na Goh

Presented by Kit Na Goh Developing A Geo-Spatial Search Tool Using A Relational Database Implementation of the FGDC CSDGM Model Presented by Kit Na Goh Introduction Executive Order 12906 was issued on April 13, 1994 with the

More information

Client/Server-Architecture

Client/Server-Architecture Client/Server-Architecture Content Client/Server Beginnings 2-Tier, 3-Tier, and N-Tier Architectures Communication between Tiers The Power of Distributed Objects Managing Distributed Systems The State

More information

Web Map Caching and Tiling. Overview David M. Horwood June 2011

Web Map Caching and Tiling. Overview David M. Horwood June 2011 Web Map Caching and Tiling Overview David M. Horwood dhorwood@esricanada.com June 2011 Web Mapping Traditional Geographic projection Select / Refresh workflow Slow, non-interactive (refresh delay) http://www.geographynetwork.ca/website/obm/viewer.htm

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 This document provides information about the GISCI Geospatial Core Technical Knowledge Exam, now a requirement for GISCI GISP

More information

R-Trees. Accessing Spatial Data

R-Trees. Accessing Spatial Data R-Trees Accessing Spatial Data In the beginning The B-Tree provided a foundation for R- Trees. But what s a B-Tree? A data structure for storing sorted data with amortized run times for insertion and deletion

More information

Computer Systems Architecture. Adapted from material provided by Sang Shin at

Computer Systems Architecture. Adapted from material provided by Sang Shin at Computer Systems Architecture Adapted from material provided by Sang Shin at www.javapassion.com 1 Objectives To introduce computer system architecture concepts. To discuss logical and physical tiers To

More information

Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172

Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172 Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172 TITLE OF THE INVENTION A DISTRIBUTED OBJECT-ORIENTED GEOSPATIAL INFORMATION DISTRIBUTION SYSTEM AND METHOD THEREOF 10 RELATED

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

System Requirements. SAS Activity-Based Management 7.2. Deployment

System Requirements. SAS Activity-Based Management 7.2. Deployment System Requirements SAS Activity-Based Management 7.2 This document provides the requirements for installing and running SAS Activity-Based Management. You must update your computer to meet the minimum

More information

ERDAS APOLLO Managing and Serving Geospatial Information

ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do you need a single,

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning. Eamon Walsh espatial Solutions

Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning. Eamon Walsh espatial Solutions Spatial SIG Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning Eamon Walsh espatial Solutions Speaker Eamon Walsh, CTO espatial Solutions. over 20 years experience in the IT industry,

More information

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS.

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS. Using Web Services Web Services Overview This user guide contains instructions on how to consume a range of services through a range of both web based and desktop GIS applications. Web services are a live

More information

Norcom. e-fileplan Electronic Cabinet System

Norcom. e-fileplan Electronic Cabinet System Norcom e-fileplan Electronic Cabinet System Revision 2.0 \ Phone: (866) 726-6328 Email:sales@norcom-inc.com e-fileplan Overview e-fileplan is an electronic filing cabinet and document imaging system. e-fileplan

More information

Installing IPM on Windows

Installing IPM on Windows CHAPTER 5 This chapter describes how to install the IPM server software on a Windows NT system, and how to install the IPM client software on a Windows 95, Windows 98, Windows NT, or Windows 2000 Professional

More information

Using Imagery for Intelligence Analysis

Using Imagery for Intelligence Analysis 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Using Imagery for Intelligence Analysis Renee Bernstein Natalie Campos Esri UC2013. Technical Workshop.

More information

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION ABSTRACT: Yun Zhang, Pingping Xie, and Hui Li Department of Geodesy and Geomatics Engineering, University of

More information

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format Your Prioritized List Priority 1 Faulted gridding and contouring Priority 2 Geoprocessing Priority 3 Raster format Priority 4 Raster Catalogs and SDE Priority 5 Expanded 3D Functionality Priority 1 Faulted

More information

Web Application Performance Testing with MERCURY LOADRUNNER

Web Application Performance Testing with MERCURY LOADRUNNER Web Application Performance Testing with MERCURY LOADRUNNER Course Overview (17 lessons) Introduction...2 1. Introduction...2 Web Application Development - overview and terminology...3 2. Two tiers configuration...3

More information

The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment

The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment White Paper January 2004 espatial Incorporated The ismart Suite Developing

More information

Image Services for Elevation Data

Image Services for Elevation Data Image Services for Elevation Data Peter Becker Need for Elevation Using Image Services for Elevation Data sources Creating Elevation Service Requirement: GIS and Imagery, Integrated and Accessible Field

More information

(C) Global Journal of Engineering Science and Research Management

(C) Global Journal of Engineering Science and Research Management ANDROID BASED SECURED PHOTO IDENTIFICATION SYSTEM USING DIGITAL WATERMARKING Prof.Abhijeet A.Chincholkar *1, Ms.Najuka B.Todekar 2, Ms.Sunita V.Ghai 3 *1 M.E. Digital Electronics, JCOET Yavatmal, India.

More information

Installing IPM on Windows

Installing IPM on Windows CHAPTER 5 This chapter describes how to install the IPM server software on Windows NT, Windows 2000 Professional, or Windows 2000 Server system, and how to install the IPM client software on a Windows

More information

Biomedical Information Technology 2.771J BEH.453J HST.958J Spring Lecture 5 April Gell Electrophoresis

Biomedical Information Technology 2.771J BEH.453J HST.958J Spring Lecture 5 April Gell Electrophoresis 2.771J BEH.453J HST.958J Spring 2005 Lecture 5 April 2005 Gell Electrophoresis Gel Electrophoresis Statement of experimental problem Defining experimental information objects The origins of ExperiBase

More information

MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY

MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY Pätynen, V. National Land Survey of Finland, Development Centre, Opastinsilta 12 C, P.O.Box 84, FIN-00521

More information

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal The What, Why, Who and How of Where: Building a Portal for Geospatial Data Alan Darnell Director, Scholars Portal What? Scholars GeoPortal Beta release Fall 2011 Production release March 2012 OLITA Award

More information

CICS and the Web: Web-enable your CICS Applications

CICS and the Web: Web-enable your CICS Applications CICS and the Web: Web-enable your CICS Applications Leigh Compton CICS Technical Support IBM Dallas Systems Center Webcast 30 July 2002 Session Agenda CICS e-business Strategy Which web-enabling option?

More information

TRIMS Web. Next Generation TRIMS TD T. Go.

TRIMS Web. Next Generation TRIMS TD T. Go. TRIMS Web Next Generation TRIMS Go. Overview The what: What is it? What are its benefits? The who: Who are its clients? Who developed it? The how: How is it architected? How is it deployed? The Application

More information

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool Page 1 of 5 Creating raster DEMs and DSMs from large lidar point collections ArcGIS 10 Summary Raster, or gridded, elevation models are one of the most common GIS data types. They can be used in many ways

More information

SIP AIP AIP DIP. Preservation Planning. Data Management. Ingest. Access. Archival Storage. Administration MANAGEMENT P R O D U O N S U M E R E R 4-1.

SIP AIP AIP DIP. Preservation Planning. Data Management. Ingest. Access. Archival Storage. Administration MANAGEMENT P R O D U O N S U M E R E R 4-1. Performance Study of Digital Object Format Identification & Validation Tools Quyen Nguyen ERA Systems Engineering National Archives & Records Administration Agenda Background Format Identification Tools

More information

Chapter 13. Application Architecture and Modeling. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 13. Application Architecture and Modeling. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 13 Application Architecture and Modeling McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Objectives 13-2 Define an information system s architecture in

More information

MARINE SDI FOR HYDROGRAPHIC HOW HYDROGRAPHIC SURVEYS CAN BENEFIT FROM IMPLEMENTATION OF MARINE SPATIAL DATA INFRASTRUCTURES

MARINE SDI FOR HYDROGRAPHIC HOW HYDROGRAPHIC SURVEYS CAN BENEFIT FROM IMPLEMENTATION OF MARINE SPATIAL DATA INFRASTRUCTURES MARINE SDI FOR HYDROGRAPHIC HOW HYDROGRAPHIC SURVEYS CAN BENEFIT FROM IMPLEMENTATION OF MARINE SPATIAL DATA INFRASTRUCTURES MAIN IMAGE: HafenCity: Produced by the Hamburg Port Authority using CARIS BASE

More information

Developing a Mobile Web-based Application with Oracle9i Lite Web-to-Go

Developing a Mobile Web-based Application with Oracle9i Lite Web-to-Go Developing a Mobile Web-based Application with Oracle9i Lite Web-to-Go Christian Antognini Trivadis AG Zürich, Switzerland Introduction More and more companies need to provide their employees with full

More information

Chapter 27 WWW and HTTP Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 27 WWW and HTTP Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 27 WWW and HTTP 27.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 27-1 ARCHITECTURE The WWW today is a distributed client/server service, in which

More information

Spatial Databases - a look into the future

Spatial Databases - a look into the future Spatial Databases - a look into the future Mario Miler and Damir Medak Faculty of Geodesy University of Zagreb November 26, 2010 Contents Introduction Spatial databases geography data type curves raster

More information

Using the Researcher Development Online Tool: A Full User Guide for AUT Postgraduate Research Students

Using the Researcher Development Online Tool: A Full User Guide for AUT Postgraduate Research Students Using the Researcher Development Online Tool: A Full User Guide for AUT Postgraduate Research Students What is the Tool Used For? You can use the tool to look for ways to build your research skills. Search

More information

System Requirements. SAS Activity-Based Management Deployment

System Requirements. SAS Activity-Based Management Deployment System Requirements SAS Activity-Based Management 7.11 This document provides the requirements for installing and running SAS Activity-Based Management. You must update your computer to meet the minimum

More information

DAP Accessing DAP Data MULTI-CLIENT TUTORIAL.

DAP Accessing DAP Data MULTI-CLIENT TUTORIAL. DAP 12.2 Accessing DAP Data MULTI-CLIENT TUTORIAL www.geosoft.com The software described in this manual is furnished under license and may only be used or copied in accordance with the terms of the license.

More information

APPLYING INTERACTIVE WEB PAGES

APPLYING INTERACTIVE WEB PAGES APPLYING INTERACTIVE WEB PAGES Item Type text; Proceedings Authors Self, Lance Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights Copyright

More information

Chapter 7 Applets. Answers

Chapter 7 Applets. Answers Chapter 7 Applets Answers 1. D The drawoval(x, y, width, height) method of graphics draws an empty oval within a bounding box, and accepts 4 int parameters. The x and y coordinates of the left/top point

More information

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java COURSE DETAILS: CORE AND ADVANCE JAVA Core Java 1. Object Oriented Concept Object Oriented Programming & its Concepts Classes and Objects Aggregation and Composition Static and Dynamic Binding Abstract

More information

ERDAS Image Web Server Datasheet

ERDAS Image Web Server Datasheet ERDAS Image Web Server Datasheet age 1 of 10 ERDAS Image Web Server Image serving protocols Multi-protocol support Expose images with different protocols. ERDAS Compressed Wavelet Protocol (ECWP) image

More information

Unpacking Instructions

Unpacking Instructions DNR Data Deli II Unpacking and User Instructions May 2004 Now that you ve successfully downloaded a bundle of GIS data from the Minnesota Dept. of Natural Resources, GIS Data Deli II there are a couple

More information

Oracle Spatial Users Conference

Oracle Spatial Users Conference April 27, 2006 Tampa Convention Center Tampa, Florida, USA Stephen Smith GIS Solutions Manager Large Image Archive Management Solutions Using Oracle 10g Spatial & IONIC RedSpider Image Archive Outline

More information

Retrospective Satellite Data in the Cloud: An Array DBMS Approach* Russian Supercomputing Days 2017, September, Moscow

Retrospective Satellite Data in the Cloud: An Array DBMS Approach* Russian Supercomputing Days 2017, September, Moscow * This work was partially supported by Russian Foundation for Basic Research (grant #16-37-00416). Retrospective Satellite Data in the Cloud: An Array DBMS Approach* Russian Supercomputing Days 2017, 25

More information

SAS Enterprise Miner : What does the future hold?

SAS Enterprise Miner : What does the future hold? SAS Enterprise Miner : What does the future hold? David Duling EM Development Director SAS Inc. Sascha Schubert Product Manager Data Mining SAS International Topics for Discussion: EM 4.2/SAS 9.0 AF/SCL

More information

High Quality Visualizations and Analyses of the Mars Surface

High Quality Visualizations and Analyses of the Mars Surface http://www.ipf.tuwien.ac.at Peter Dorninger, Josef Jansa, Christian Briese, Gottfried Mandlburger, Karl Kraus { pdo, jj, cb, gm, kk } @ipf.tuwien.ac.at Content The I.P.F. and Mars Developing a Topographic

More information

Everyday Activity. Course Content. Objectives of Lecture 13 Search Engine

Everyday Activity. Course Content. Objectives of Lecture 13 Search Engine Web Technologies and Applications Winter 2001 CMPUT 499: Search Engines Dr. Osmar R. Zaïane University of Alberta Everyday Activity We use search engines whenever we look for resources on the Internet

More information

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA)

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) Published in 2013 by: UNESCO Institute for Statistics P.O. Box 6128, Succursale Centre-Ville Montreal, Quebec H3C 3J7 Canada Tel: (1 514) 343-6880

More information

Oracle Application Server Discoverer

Oracle Application Server Discoverer Oracle Application Server Discoverer Configuration Guide 10g (9.0.4) Part No. B10273-01 August 2003 Oracle Application Server Discoverer Configuration Guide, 10g (9.0.4) Part No. B10273-01 Copyright 1999,

More information

Building JSP based MDDB viewers with webaf 2.0

Building JSP based MDDB viewers with webaf 2.0 Building JSP based MDDB viewers with webaf 2.0 Anton Fuchs Product manager Web/Wireless solutions SAS EMEA Overview Server side java compared to applets Introduction to JavaServer Pages (JSP) AppDev Studio

More information

ESRI PUG Web Services and Tuning. March 12, 2003

ESRI PUG Web Services and Tuning. March 12, 2003 ESRI PUG Web Services and Tuning March 12, 2003 2003 IHS Energy and its affiliated and subsidiary companies, all rights reserved. Agenda 1. Introduction 2. GIS on the WEB 3. Current GIS/WEB Architecture

More information

Geospatial exploitation Products (GXP ) GXP PLATFORM v2.2.1 RELEASE ENHANCEMENTS

Geospatial exploitation Products (GXP ) GXP PLATFORM v2.2.1 RELEASE ENHANCEMENTS Geospatial exploitation Products (GXP ) GXP PLATFORM v2.2.1 RELEASE ENHANCEMENTS GXP PLATFORM v2.2.1 A POWERFUL FOUNDATION FOR NEW CAPABILITIES IN THE GXP SUITE OF PRODUCTS. Providing the foundation for

More information

Notice Inviting Quotations

Notice Inviting Quotations From Chairperson, Department of Geography, Centre of Advanced Study Panjab University, Chandigarh. To Notice Inviting Quotations No Geog/986 Dated : 12.09.14 Dear Sir, Please quote Technical and Financial

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

GEOMEDIA SMART CLIENT 2016

GEOMEDIA SMART CLIENT 2016 PRODUCT DESCRIPTION GEOMEDIA SMART CLIENT 2016 PRODUCT FEATURES AND COMPARISONS GeoMedia Smart Client enables the entire organization to access and utilize rich geospatial data in their business processes.

More information

NH Coastal Viewer Training Exercise 3: Tools for Assessing Land Conservation in NH

NH Coastal Viewer Training Exercise 3: Tools for Assessing Land Conservation in NH NH Coastal Viewer Training Exercise 3: Tools for Assessing Land Conservation in NH This exercise will use datasets related to land conservation in the Seacoast region. We will explore the Clipping Tool

More information

Test On Line: reusing SAS code in WEB applications Author: Carlo Ramella TXT e-solutions

Test On Line: reusing SAS code in WEB applications Author: Carlo Ramella TXT e-solutions Test On Line: reusing SAS code in WEB applications Author: Carlo Ramella TXT e-solutions Chapter 1: Abstract The Proway System is a powerful complete system for Process and Testing Data Analysis in IC

More information

Managing and Serving Elevation and Lidar Data. Cody Benkelman UC 2018

Managing and Serving Elevation and Lidar Data. Cody Benkelman UC 2018 Managing and Serving Elevation and Lidar Data Cody Benkelman UC 2018 Outline Usage Modes Data Management - Architecture - Workflow Automation for Repeatability & Scalability A few options Usage Modes of

More information

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GeoMedia Smart Client enables the entire organization to access and utilize rich geospatial data in their business processes. It delivers an

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Workflows for Managing and Serving Elevation (and Lidar) Data. Cody Benkelman

Workflows for Managing and Serving Elevation (and Lidar) Data. Cody Benkelman Workflows for Managing and Serving Elevation (and Lidar) Data Cody Benkelman Outline Usage Modes Data Management - Architecture - Workflow Automation for Repeatability & Scalability A few options re: Cloud,

More information

Lecturer 2: Spatial Concepts and Data Models

Lecturer 2: Spatial Concepts and Data Models Lecturer 2: Spatial Concepts and Data Models 2.1 Introduction 2.2 Models of Spatial Information 2.3 Three-Step Database Design 2.4 Extending ER with Spatial Concepts 2.5 Summary Learning Objectives Learning

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

Information Retrieval Spring Web retrieval

Information Retrieval Spring Web retrieval Information Retrieval Spring 2016 Web retrieval The Web Large Changing fast Public - No control over editing or contents Spam and Advertisement How big is the Web? Practically infinite due to the dynamic

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 12/22/2015 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

More information

GUI framework communication via the WWW

GUI framework communication via the WWW GUI framework communication via the WWW Thomas Tilley, School of Information Technology, Griffith University, Australia 4215, T.Tilley@gu.edu.au Peter Eklund, School of Information Technology, Griffith

More information

MRMLS SmartMap CityGIS5 (More training available at

MRMLS SmartMap CityGIS5 (More training available at MRMLS SmartMap CityGIS5 (More training available at http://www.imrmls.com/centsite/training.html) 3201 W. Temple Ave., Suite 250 Pomona, Ca 91768 800-925-1525 or http://www.imrmls.com/support Last Edited

More information

DjVu Technology Primer

DjVu Technology Primer DjVu Technology Primer NOVEMBER 2004 LIZARDTECH, INC. OVERVIEW LizardTech s Document Express products are powered by DjVu, a technology developed in the late 1990s by a team of researchers at AT&T Labs.

More information

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation Oracle Spatial Technologies: An Update Xavier Lopez Director, Spatial Technologies Oracle Corporation Overview Oracle Approach to Market Specialist v. Generalist Solutions New Developments: Oracle Database

More information

Borland AppServer. Borland

Borland AppServer. Borland Borland AppServer An Integrated Solution for Developing, Deploying, and Managing Distributed Multi-tier Applications. August 1998 Borland PAGE 1 Contents Introduction 4 Enterprises Shift to the Middle-tier

More information

_ LUCIADFUSION V PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET

_ LUCIADFUSION V PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET V2016 LuciadFusion is the solution for efficient and effective use of geospatial data. It allows you to organize your data so that each user has one-click access to a

More information

Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model

Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model Kit Na Goh, Idaho State University, GIS Training and Research Center, 921 S. 8 th Ave., Stop 8104,

More information

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones J. Fernandez, J. Lopez, I. Carlos, F. Jerez, F. Hermosilla, M. Espino SIMO, LIM-UPC, CIIRC FIELD_AC 7 th

More information

LOMGen: A Learning Object Metadata Generator Applied to Computer Science Terminology

LOMGen: A Learning Object Metadata Generator Applied to Computer Science Terminology LOMGen: A Learning Object Metadata Generator Applied to Computer Science Terminology A. Singh, H. Boley, V.C. Bhavsar National Research Council and University of New Brunswick Learning Objects Summit Fredericton,

More information

Oracle Business Intelligence Discoverer

Oracle Business Intelligence Discoverer Oracle Business Intelligence Discoverer Configuration Guide 10g Release 2 (10.1.2.0.0) Part No. B13918-01 September 2004 Oracle Business Intelligence Discoverer Configuration Guide, 10g Release 2 (10.1.2.0.0)

More information

User Guide. for. smarteditor 2.1.6

User Guide. for. smarteditor 2.1.6 User Guide for smarteditor 2.1.6 Revision History Revision Number Date of Publication Author(s) Change Description 1.0 28.01.2011 Stefan Blume initialization 1.1 07.02.2001 Kristian Senkler - Added license

More information

ArcGIS 9.2 Works as a Complete System

ArcGIS 9.2 Works as a Complete System ArcGIS 9.2 Works as a Complete System A New Way to Manage and Disseminate Geographic Knowledge Author/Serve/Use Maps Data Models Globes Metadata Use Desktop Explorer Web Map Viewer Mobile Open APIs Enterprise

More information

The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization

The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization Don Murray Unidata Program Center University Corporation for Atmospheric Research Overview Unidata Overview

More information

A General ecommerce Platform with Strong International and Local Aspects

A General ecommerce Platform with Strong International and Local Aspects A General ecommerce Platform with Strong International and Local Aspects By Martin Ramsin A Master s Thesis August 2000 Examiner: Professor Seif Haridi Supervisors:Andy Neil and Mark Bünger, Icon MediaLab

More information

Data Organization and Processing

Data Organization and Processing Data Organization and Processing Spatial Join (NDBI007) David Hoksza http://siret.ms.mff.cuni.cz/hoksza Outline Spatial join basics Relational join Spatial join Spatial join definition (1) Given two sets

More information

Oracle Tuxedo. Interoperability 12c Release 1 (12.1.1) June 2012

Oracle Tuxedo. Interoperability 12c Release 1 (12.1.1) June 2012 Oracle Tuxedo Interoperability 12c Release 1 (12.1.1) June 2012 Oracle Tuxedo Interoperability, 12c Release 1 (12.1.1) Copyright 1996, 2012, Oracle and/or its affiliates. All rights reserved. This software

More information

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do

More information

file:///c:/users/c_harmak/appdata/local/temp/arc8f36/tmp308d.tmp.htm

file:///c:/users/c_harmak/appdata/local/temp/arc8f36/tmp308d.tmp.htm Page 1 of 6 FireDistricts_CoB Shapefile Tags Bradenton, boundary, fire districts Summary The best current representation of the City of Bradenton Florida's fire districts and sub-districts. Description

More information

Interactive Web Mapping: Overview

Interactive Web Mapping: Overview Interactive Web Mapping: Overview Overview of how geospatial data is formatted requested supplied consumed by/for web technologies 2 Definitions Analysis exploring and modeling geospatial phenomena Mapping

More information

ArcGIS for Server: Optimizing Performance and Scalability

ArcGIS for Server: Optimizing Performance and Scalability ArcGIS for Server: Optimizing Performance and Scalability Anthony Myers & Kevin Armstrong Introduction Today we will discuss - Architecture - Map and Image Services - What s New - Tips and Techniques Throughout

More information

Site# Date H20 Temperature Conductance Turbidity KRS Sep KRS Aug KRS Aug

Site# Date H20 Temperature Conductance Turbidity KRS Sep KRS Aug KRS Aug ID ASR_Number Sample_Number QC_Code Analysis_Request_No External_Sample_Number Start_Date 1 1383 892 1 08-Aug-2002 2 1383 902 1 08-Aug-2002 3 1383 912 1 08-Aug-2002 Site# Date H20 Temperature Conductance

More information

Developing Imagery Apps Using the ArcGIS API for JavaScript and WebApp Builder. Naila Khan, Chayanika Khatua

Developing Imagery Apps Using the ArcGIS API for JavaScript and WebApp Builder. Naila Khan, Chayanika Khatua Developing Imagery Apps Using the ArcGIS API for JavaScript and WebApp Builder Naila Khan, Chayanika Khatua What are we talking about today Custom applications Map Viewer Web AppBuilder ArcGIS API for

More information

PROCESSING GLOBAL SELF- CONSISTENT HIERARCHICAL HIGH- RESOLUTION SHORELINE (GSHHS) DATA VERSION 1.2 INTO ESRI ARCGIS VECTOR AND RASTER DATA

PROCESSING GLOBAL SELF- CONSISTENT HIERARCHICAL HIGH- RESOLUTION SHORELINE (GSHHS) DATA VERSION 1.2 INTO ESRI ARCGIS VECTOR AND RASTER DATA PROCESSING GLOBAL SELF- CONSISTENT HIERARCHICAL HIGH- RESOLUTION SHORELINE (GSHHS) DATA VERSION 1.2 INTO ESRI ARCGIS VECTOR AND RASTER DATA CCG/SOG Working Paper Andy Turner and Andy Nelson November, 2004

More information

Intelligent Geospatial Feature Discovery System (igfds) User Guide

Intelligent Geospatial Feature Discovery System (igfds) User Guide Supported by: DOE DE-NA0001123 Developed, operated, and maintained by: CSISS at GMU Intelligent Geospatial Feature Discovery System (igfds) User Guide Version 1.0 Center for Spatial Information Science

More information

Web-based technology for cheminformatics

Web-based technology for cheminformatics Web-based technology for cheminformatics John Woods Director of Product Management, Cheminformatics, Oxford Molecular Group Web technologies... HTML / HTTP / forms / Javascript / CGI Plug-ins Browser-side

More information

CERA GUI Usage. Revision History. Contents

CERA GUI Usage. Revision History. Contents CERA GUI Usage Revision History Revision Author Scope February-2017 DKRZ Data management Public release Contents Introduction...2 Intended Audience...2 Revision History...2 Interface...2 Browse...4 Search...6

More information

Developing and Sustaining your Enterprise GIS Design

Developing and Sustaining your Enterprise GIS Design Developing and Sustaining your Enterprise GIS Design Dave Peters ESRI Systems Integration 1of 51 Overview System Architecture Design Process Enterprise GIS Evolution GIS Software and Migration Roadmap

More information

CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA

CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA CHAPTER 5 3D STL PART FROM SURFER GRID DEM DATA The Surfer Grid is another widely used DEM file format and found to be suitable for the direct conversion to faceted formats. The chapter begins with an

More information

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 1 Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 Version June 2017, Dr. Jonas von Rütte, Dr. Peter Lehmann 2 Download elevation model for region of interest:

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information