Cloud-based Geospatial Data services and analysis

Size: px
Start display at page:

Download "Cloud-based Geospatial Data services and analysis"

Transcription

1 Cloud-based Geospatial Data services and analysis Xuezhi Wang Scientific Data Center Computer Network Information Center Chinese Academy of Sciences

2 Outlines 1 Introduction of Geospatial Data Cloud 2 Cloud-based Geospatial Data Analysis platform 3 Cloud-based Geospatial Data visualization platform

3 Geospatial Data Cloud I. Platform overviews II. III. IV. Geospatial data services Geospatial model services Services achievements

4 Why do we do? In 2008, USGS opened all geospatial datasets to the public for free. Landsat, MODIS is the most popular remote sensing dataset for scientists and researchers. Especially, the Landsat series. Due to the low international network speed, many Chinese scientists cannot take advantage of these resources easily. Based on the CNIC s mass storage and high speed network( CSTNET: Chinese Science and Technology Network), we mirrored the geospatial datasets covered China and surrounding area, chinese scientists and researchers

5 Platform History USGS opened its Landsat datasets. we contacted the USGS staffs through . We got an oral permit for Landsat redistribution from USGS. we download the Landsat datasets, and provide public services for Chinese scientists Geospatial data cloud opened for public services Host the second user conference with ESRI China Cooperated with National Center for Atmospheric Research (NCAR) Mirrored the NCAR datasets provide public services for Chinese Scientists Dowload MODIS dataset covered CN Host the first user conference Design a new cloud-based data platform Design a new cloud-based geospatial analysis and visualization platform We got a permit for SRTM dataset redistribution from International Centre for Tropical Agriculture(CIAT). We cache SRTM global elevation data, and provide online data services. Accroding to the user requirements, We make some remote sensing products from Landsat dataset and Modis dataset. such as vegetation index, water cover dataset.

6 Platform objectives Based on our cloud infrastructure, we hope to construct an 'one-stop' geospatial data service platform for Chinese scientists and researchers. An open cloud-based platform meeting the requirements of data search, data acquisition, online storage, scientific models, online calculation and map visualization. Search Acquisition Online Calculation Storage Model Visualization

7 General framework Data integration Automatic Metadata crawling User data spaces Web map services Model services Data management Map publish Model package Task management Map visualization Online execution Map management Map style edit Model management Service management Map share Model flow System managem ent Users Services Data Automatic data entities cache Data services Data query Smart data Order Data category Favorite data Integrated search Data application Complex search Batch download One-key indexes Models Indexes Tasks Cloud environments Distributed file system Virtual Machines Task scheduling Resources monitor Mass Storage Database cluster Online storage Near-line storage

8 Geospatial Data Cloud I. Platform overviews II. III. IV. Geospatial data services Geospatial model services Services achievements

9 Online data resources Open geospatial datasets: LANDSAT MODIS EO-1 DEM NCAR NOAA and LUCC More than 350TB data entities, and over 7 million data records. Covered China and surrounding area Online services for Chinese scientists and researchers with free of charge LANDSAT MODIS MODIS_L1B DEM EO-1 Landsat1-3 MSS Landsat 4-5 MSS Landsat 4-5 TM Landsat 7 SLC-on Landsat7 SLC-off Landsat 8 OLI TERRA AQUA TERRA AQUA GDEM 30m SRTM 90m Ocean elevation HYP_L1R HYP_L1G AL1

10 Generated geospatial products Water-cover of China from Landsat TM/ETM in Summer Slope, Aspect, Topographic position indexes et. of China Land Surface Temperature, Vegetation indexes (5 days, 15 days, and 30 days) of China, from 2000 now Water Cover ASPECT LST

11 Geospatial data query Based on geospatial storage cluster and search engine, we provide three ways for users to access their preferred data: 1: by address name 2: by geo-location 3: by administrative unit I need Landsat data in summer, 2000 Input: geo-location or address PostgreSQL+PostGIS Cluster I need DEM data of Beijing Massive geospatial metadata

12 1. search by address name Platform Screenshots

13 2. Search by geographic coordinates Platform Screenshots

14 3. Search by polygon features Platform Screenshots

15 4. Search by administrative unit Platform Screenshots

16 Platform Screenshots The result page that matched the query criteria Extra attribute filters

17 Geospatial Data Cloud I. Platform overviews II. III. IV. Geospatial data services Geospatial model services Services achievements

18 Geospatial model services Why do we need this services? For example: If we need Beijing DEM data, there have two ways. Traditional way: search DEM data, download DEM data, mosaic DEM data with ArcGIS, and then clip DEM data with Beijing shape mask. Convenience way: select Beijing administrative unit in the web, submit a clip task to system, and then download Beijing DEM data. Which is the best way? I prefer the second way. That s why we provide online geospatial model services.

19 Overall frameworks We developed an elastic online task processing system with cloud techniques. Users fill model parameters on the web page and submit tasks to the system; The tasks were run under cloud virtual machines; virtual machines in Cloud The results were stored in cloud storage. Model page Model page VM VM Task VM Task Task scheduling Task Computing resource pool Storage pool

20 DEM tools: Online models and tools DEM clip and mosaic; Reprojection; Aspect, Slope, Topographical index calculation of specified region LANDSAT tools: Online gap-fill model for Landsat ETM7 SLC-off dataset MODIS tools: Online Land Surface Temperature calculation of user specified time range Online vegetation indexes calculation of user specified time range

21 User manage their own data here, including upload, download, rename, delete, create folder and move Private cloud storage We provide user with private cloud storage to store their own model inputs and outputs data.

22 Platform Screenshots Online category page for Geospatial tools and models

23 Platform Screenshots Model parameters page of DEM clip and mosaic tool User only need to fill task name, select a region in the web map, and choose output folder

24 Platform Screenshots Task tracking page list user s submitted tasks They can tracking task states, stop and start task, adjust task priority here.

25 Platform Screenshots Task result page When the task was finished, the results can be download from here, or from user private cloud storage

26 Geospatial Data Cloud I. Platform overviews II. III. IV. Geospatial data services Geospatial model services Services achievements

27 Service target Our platform was wildly used in many research fields in China: earth science, environmental science, ecology, hydrology, meteorology, oceanography, natural disasters, city planning...

28 User characteristics Based on statistics in November 2013 Others Company CAS Government University Doctor Others Currently, over 70,000 users Master Bachelor

29 Service statistics Avg. downloaded over: 200 GB/day; online downloaded over: 250 TB; offline copied over: 137 TB;

30 Outlines 1 Introduction of Geospatial Data Cloud 2 Cloud-based Geospatial Data Analysis platform 3 Cloud-based Geospatial Data visualization platform

31 Cloud-based Geospatial Data Analysis Platform Why do we need this platform? For example: If we want to calculate Chinese monthly temperature variation from 2000 to 2014, how can I achieve this? Traditional way: download all data, and calculate with workstations. It may spent several months to download data. This is a very bad thing. Shortcuts: using cloud computing technology. Apply virtual machines in the cloud; Write code in the virtual machines; read all data from cloud storage; Run program in parallel Which way is the best? I prefer the second way. That s why we want to construct this platform.

32 Overall frameworks VM VM VM VM virtual machine pool Data pool Cloud manager with OpenStack Public geospatial data Distributed file system User private geospatial data Computing resource pool Storage resource pool...

33 Currently progress of the platform We have finished the prototype system. The system is under inner tests for access pressure and stability. In the end of this year, it will be provided for the public access.

34 Outlines 1 Introduction of Geospatial Data Cloud 2 Cloud-based Geospatial Data Analysis platform 3 Cloud-based Geospatial Data visualization platform

35 Cloud-based Geospatial Data Visualization Platform Why do we need this platform? In many cases, users want to publish their geospatial data, model results, vector map to the web site; They also want to customize the map layer styles through the web pages; They also want to customize the components and styles of the webgis pages; To achieve this goal, we construct this platform.

36 Overall frameworks HTML5 map client... Dynamical render map in Cloud Map request VM VM Map styles editor Optimized Web Map Service VM Dynamical cache Tiles Storage Computing resource pool Storage pool

37 Currently progress of the platform Most of system functions were already finished, under inner tests and bug fixed. Published services provided: OGC WMS(web map service), Google TMS, OGC WFS (web feature service) GeoJson, WorldWind...

38 System screenshots I. Render multi-bands raster layer with RGB false-color, custom band composition

39 System screenshots II. Render thematic raster layer with unique color theme

40 System screenshots III. Render raster layer with classified color theme

41 System screenshots IV. Render raster layer with gradient color theme

42 System screenshots I. Render vector layer with Simple symbol

43 System screenshots II. Render vector layer with colorful symbol by unique attributes

44 System screenshots III. Render vector layer with colorful symbol by classified attributes

45 System screenshots IV. Render vector layer with sized symbols by classified attributes

46 System screenshots Vector attributes query and edit

47 Thanks Any suggestions?

PART 1. Representations of atmospheric phenomena

PART 1. Representations of atmospheric phenomena PART 1 Representations of atmospheric phenomena Atmospheric data meet all of the criteria for big data : they are large (high volume), generated or captured frequently (high velocity), and represent a

More information

Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco

Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco Centre National de l énergie des sciences et techniques nucléaires (CNESTEN-Morocco) Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

There are various ways to find data using the Hennepin County GIS Open Data site:

There are various ways to find data using the Hennepin County GIS Open Data site: Finding Data There are various ways to find data using the Hennepin County GIS Open Data site: Type in a subject or keyword in the search bar at the top of the page and press the Enter key or click the

More information

AAFC Medium-Resolution EO Data Activities for Agricultural Risk Assessment

AAFC Medium-Resolution EO Data Activities for Agricultural Risk Assessment AAFC Medium-Resolution EO Data Activities for Agricultural Risk Assessment North American Drought Monitor (NADM) Ottawa, Ontario, Canada. October 15-17 2008. A. Davidson 1, A. Howard 1,2, K. Sun 1, M.

More information

Advanced Image Management using the Mosaic Dataset

Advanced Image Management using the Mosaic Dataset Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management

More information

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman (and other point cloud) Data Lindsay Weitz Cody Benkelman Presentation Context What is lidar, and how does it work? Not this presentation! What can you do with lidar in ArcGIS? What does Esri recommend

More information

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY.

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI Imagery Becomes Knowledge ENVI software uses proven scientific methods and automated processes to help you turn geospatial

More information

Landsat Monitoring our Earth s Condition for over 40 years

Landsat Monitoring our Earth s Condition for over 40 years Landsat Monitoring our Earth s Condition for over 40 years Thomas Cecere Land Remote Sensing Program USGS ISPRS:Earth Observing Data and Tools for Health Studies Arlington, VA August 28, 2013 U.S. Department

More information

Introduction to GIS. http://libguides.mit.edu/gis

Introduction to GIS. http://libguides.mit.edu/gis Introduction to GIS http://libguides.mit.edu/gis 1 Overview What is GIS? Types of Data and Projections What can I do with GIS? Data Sources and Formats Software Data Management Tips 2 What is GIS? 3 Characteristics

More information

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska. Using the AlaskaMapped Web Services in ESRI ArcGIS Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.edu AlaskaMapped

More information

Effects of Florida Under a 10 Meter Sea Level Rise

Effects of Florida Under a 10 Meter Sea Level Rise Effects of Florida Under a 10 Meter Sea Level Rise Chance B. Murray Dec. 7 2009 I. Goal Assess the effects a 10 meter sea level rise would have on Florida. Mission: Determine the length of Florida s coastline

More information

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Presented by: Mike Sharp State Geographic Information Coordinator Oklahoma Office of Geographic Information MAGIC 2014 Symposium April 28-May1,

More information

LiDAR Data Management Lessons for Geospatial Data Managers

LiDAR Data Management Lessons for Geospatial Data Managers LiDAR Data Management Lessons for Geospatial Data Managers By: Morris County Department of Planning, Development & Technology Background 2005 Morris County LiDAR Acquisition 5 year Orthophotography Plan

More information

The USGS Landsat Big Data Challenge

The USGS Landsat Big Data Challenge The USGS Landsat Big Data Challenge Brian Sauer Engineering and Development USGS EROS bsauer@usgs.gov U.S. Department of the Interior U.S. Geological Survey USGS EROS and Landsat 2 Data Utility and Exploitation

More information

Obtaining and Processing MODIS Data

Obtaining and Processing MODIS Data Obtaining and Processing MODIS Data MODIS is an extensive program using sensors on two satellites that each provide complete daily coverage of the earth. The data have a variety of resolutions; spectral,

More information

Enterprise Image Management. An Esri White Paper November 2015

Enterprise Image Management. An Esri White Paper November 2015 An Esri White Paper November 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

Visualize your World. Democratization i of Geographic Data

Visualize your World. Democratization i of Geographic Data Visualize your World Democratization i of Geographic Data Session Agenda Google GEO Solutions - More than just a Map Enabling our Government Customers- Examples Summary & Invite to Learn More About Google

More information

Remote sensing information cloud service: research and practice

Remote sensing information cloud service: research and practice Remote sensing information cloud service: research and practice Yang Banghui Dr., Ren Fuhu Prof. and Wang jinnian Prof. yangbh@radi.ac.cn +8613810963452 Content 1 Background 2 Studying and Designing 3

More information

Project Title: Project PI(s) (who is doing the work; contact Project Coordinator (contact information): information):

Project Title: Project PI(s) (who is doing the work; contact Project Coordinator (contact information): information): Project Title: Great Northern Landscape Conservation Cooperative Geospatial Data Portal Extension: Implementing a GNLCC Spatial Toolkit and Phenology Server Project PI(s) (who is doing the work; contact

More information

Analysis of Climatic and Environmental Changes Using CLEARS Web-GIS Information-Computational System: Siberia Case Study

Analysis of Climatic and Environmental Changes Using CLEARS Web-GIS Information-Computational System: Siberia Case Study Analysis of Climatic and Environmental Changes Using CLEARS Web-GIS Information-Computational System: Siberia Case Study A G Titov 1,2, E P Gordov 1,2, I G Okladnikov 1,2, T M Shulgina 1 1 Institute of

More information

EPA PARCELS PROJECT. Cadastral Data Exchange and RESTful APIs. Funded by US EPA Grant 83431001. Prepared for EN2014

EPA PARCELS PROJECT. Cadastral Data Exchange and RESTful APIs. Funded by US EPA Grant 83431001. Prepared for EN2014 EPA PARCELS PROJECT Cadastral Data Exchange and RESTful APIs Funded by US EPA Grant 83431001 Prepared for EN2014 February 20, 2014 2 Today s Topics Collaboration in North Carolina Parcels Business Case

More information

NetCDF and HDF Data in ArcGIS

NetCDF and HDF Data in ArcGIS 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop NetCDF and HDF Data in ArcGIS Nawajish Noman Kevin Butler Esri UC2013. Technical Workshop. Outline NetCDF

More information

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine.

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine. ESRI India: Corporate profile ESRI India A profile India s Premier GIS Company Strategic alliance between ESRI Inc. and NIIT Technologies Adjudged as India s Best GIS Solutions Company - Map India 2001

More information

INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets. Karine Reis Ferreira (INPE-Brazil)

INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets. Karine Reis Ferreira (INPE-Brazil) INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets Karine Reis Ferreira (INPE-Brazil) INPE (Brazil) and Big Data I work at INPE (Brazilian National Institute for Space Research). Main gate

More information

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension 3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension R.Queen Suraajini, Department of Civil Engineering, College of Engineering Guindy, Anna University, India, suraa12@gmail.com

More information

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP)

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) GIS Initiative: Developing an atmospheric data model for GIS Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) Unidata seminar August 30, 2004 Presentation Outline Overview

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Enabling Science in the Cloud: A Remote Sensing Data Processing Service for Environmental Science Analysis

Enabling Science in the Cloud: A Remote Sensing Data Processing Service for Environmental Science Analysis Enabling Science in the Cloud: A Remote Sensing Data Processing Service for Environmental Science Analysis Catharine van Ingen 1, Jie Li 2, Youngryel Ryu 3, Marty Humphrey 2, Deb Agarwal 4, Keith Jackson

More information

Publishing geospatial data to the web using the EEA infrastructure

Publishing geospatial data to the web using the EEA infrastructure Publishing geospatial data to the web using the EEA infrastructure *Note: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit (Sebastien.Petit@eea.europa.eu)

More information

ArcGIS. Image Server tutorial

ArcGIS. Image Server tutorial ArcGIS 9 ArcGIS Image Server tutorial Copyright 2006, 2007, and 2008 Zanja Technologies, Inc. All rights reserved. The information contained in this work is the property of Zanja Technologies, Inc., under

More information

Data Management Framework for the North American Carbon Program

Data Management Framework for the North American Carbon Program Data Management Framework for the North American Carbon Program Bob Cook, Peter Thornton, and the Steering Committee Image courtesy of NASA/GSFC NACP Data Management Planning Workshop New Orleans, LA January

More information

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared. A Geographic Information System (GIS) integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information. GIS allows us to view,

More information

Scientific Data Management and Dissemination

Scientific Data Management and Dissemination Federal GIS Conference February 9 10, 2015 Washington, DC Scientific Data Management and Dissemination John Fry Solution Engineer, Esri jfry@esri.com Agenda Background of Scientific Data Management through

More information

EO based glacier monitoring

EO based glacier monitoring EO based glacier monitoring THEMES 1. WGMS & GLIMS within GTN G: strategic set up 2. GlobGlacier & Glaciers_cci: EO based products 3. LDCM & Sentinel 2: future monitoring perspectives Frank Paul* Department

More information

Web Map Service Architecture for Topographic Data in Finland

Web Map Service Architecture for Topographic Data in Finland Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making

ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making Final Project Report October 28, 2008 Agreement Number Organization Project

More information

Chapter 6: Data Acquisition Methods, Procedures, and Issues

Chapter 6: Data Acquisition Methods, Procedures, and Issues Chapter 6: Data Acquisition Methods, Procedures, and Issues In this Exercise: Data Acquisition Downloading Geographic Data Accessing Data Via Web Map Service Using Data from a Text File or Spreadsheet

More information

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Praveen Kumar 1, Peter Bajcsy 2, David Tcheng 2, David Clutter 2, Vikas Mehra 1, Wei-Wen Feng 2, Pratyush

More information

Geographic Information Systems (GIS) @ GIS at UCSD. Here to help you explore our world

Geographic Information Systems (GIS) @ GIS at UCSD. Here to help you explore our world Geographic Information Systems (GIS) @ GIS at UCSD Here to help you explore our world GIS at UCSD what it is and what it means to you Tracey Hughes UCSD GIS Coordinator 2006 Image from Google Earth An

More information

A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW ABSTRACT

A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW ABSTRACT A KNOWLEDGE-BASED APPROACH FOR REDUCING CLOUD AND SHADOW Mingjun Song, Graduate Research Assistant Daniel L. Civco, Director Laboratory for Earth Resources Information Systems Department of Natural Resources

More information

The UCC-21 cognitive skills that are listed above will be met via the following objectives.

The UCC-21 cognitive skills that are listed above will be met via the following objectives. Master Syllabus Department of Geography GEOG 265: Introduction to Geographic Information Systems Course Description Fundamentals of geographic information systems (GIS). How to visualize geographic information

More information

5. GIS, Cartography and Visualization of Glacier Terrain

5. GIS, Cartography and Visualization of Glacier Terrain 5. GIS, Cartography and Visualization of Glacier Terrain 5.1. Garhwal Himalayan Glaciers 5.1.1. Introduction GIS is the computer system for capturing, storing, analyzing and visualization of spatial and

More information

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1. Measurements 2. Layer statistics 3. Queries 4. Buffering (vector); Proximity (raster) 5. Filtering (raster) 6. Map overlay (layer on layer

More information

Application Development Using Image Services Web APIs. Hong Xu, Wenxue Ju

Application Development Using Image Services Web APIs. Hong Xu, Wenxue Ju Application Development Using Image Services Web APIs Hong Xu, Wenxue Ju Session Outline Discuss and demonstrate the following image service web application patterns: Display image service in your web

More information

Levee Assessment via Remote Sensing Levee Assessment Tool Prototype Design & Implementation

Levee Assessment via Remote Sensing Levee Assessment Tool Prototype Design & Implementation Levee Assessment via Remote Sensing Levee Assessment Tool Prototype Design & Implementation User-Friendly Map Viewer Novel Tab-GIS Interface Extensible GIS Framework Pluggable Tools & Classifiers December,

More information

Application of GIS Analyzes with Cloud Computing

Application of GIS Analyzes with Cloud Computing ion of GIS Analyzes with Cloud Computing Sevket BEDIROGLU, Volkan YILDIRIM and Selcuk ERBAS (Turkey) Key words: GIS, Cloud Computing, Spatial Cloud Computing SUMMARY Usage of Cloud Computing (CC) has been

More information

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation Vector Web Mapping Past, Present and Future Jing Wang MRF Geosystems Corporation Oct 27, 2014 Terms Raster and Vector [1] Cells and Pixel Geometrical primitives 2 Early 2000s From static to interactive

More information

Publishing KML Services Tutorial

Publishing KML Services Tutorial Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights

More information

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

Michigan Tech Research Institute Wetland Mitigation Site Suitability Tool

Michigan Tech Research Institute Wetland Mitigation Site Suitability Tool Michigan Tech Research Institute Wetland Mitigation Site Suitability Tool Michigan Tech Research Institute s (MTRI) Wetland Mitigation Site Suitability Tool (WMSST) integrates data layers for eight biophysical

More information

GIS Data Conversion. GIS maps are digital not analog. Getting the Map into the Computer

GIS Data Conversion. GIS maps are digital not analog. Getting the Map into the Computer Getting the Map into the Computer Getting the Map into the Computer Getting Started with Geographic Information Systems Chapter 4 4.1 Analog-to-Digital Maps 4.2 Finding Existing Map Data 4.3 Digitizing

More information

1. Introduction ABSTRACT

1. Introduction ABSTRACT ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Oceans Management Internet Mapping Application (OMIMA): A GIS Web-Based Tool

More information

GIS Beyond the Basics: Web Maps and File Sharing Services

GIS Beyond the Basics: Web Maps and File Sharing Services GIS Beyond the Basics: Web Maps and File Sharing Services by Julie Coco, PE I. INTRODUCING WEB-BASED GIS SERVICES A GIS service, or Geoservice, provides a way to retrieve maps, images, or geoprocessing

More information

A FRAMEWORK OF WEB-BASED SERVICE SYSTEM FOR SATELLITE IMAGES AUTOMATIC ORTHORECTIFICATION

A FRAMEWORK OF WEB-BASED SERVICE SYSTEM FOR SATELLITE IMAGES AUTOMATIC ORTHORECTIFICATION A FRAMEWORK OF WEB-BASED SERVICE SYSTEM FOR SATELLITE IMAGES AUTOMATIC ORTHORECTIFICATION Jiaojiao Tian, Xinming Tang, Huabin Wang Key Laboratory of Geo-informatics of State Bureau of Surveying and Mapping,

More information

The Matsu Wheel: A Cloud-based Scanning Framework for Analyzing Large Volumes of Hyperspectral Data

The Matsu Wheel: A Cloud-based Scanning Framework for Analyzing Large Volumes of Hyperspectral Data The Matsu Wheel: A Cloud-based Scanning Framework for Analyzing Large Volumes of Hyperspectral Data Maria Patterson, PhD Open Science Data Cloud Center for Data Intensive Science (CDIS) University of Chicago

More information

The premier software for extracting information from geospatial imagery.

The premier software for extracting information from geospatial imagery. Imagery Becomes Knowledge ENVI The premier software for extracting information from geospatial imagery. ENVI Imagery Becomes Knowledge Geospatial imagery is used more and more across industries because

More information

Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES

Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES The NORMAP Project team has prepared this document to present functionality of the NORMAP portal.

More information

Geospatial Software Solutions for the Environment and Natural Resources

Geospatial Software Solutions for the Environment and Natural Resources Geospatial Software Solutions for the Environment and Natural Resources Manage and Preserve the Environment and its Natural Resources Our environment and the natural resources it provides play a growing

More information

Database Production and Map Series Management. Using. The Production Line Tool Set

Database Production and Map Series Management. Using. The Production Line Tool Set Database Production and Map Series Management Using The Production Line Tool Set Dewey Marino - ESRI Redlands Production Line Tool Set ArcGIS Solution for high volume database and map creation Creates

More information

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE T. Westin a, *, C. Caspar b, L. Edgardh a, L. Schylberg c a Spacemetric AB, Tingsv 19, 19161 Sollentuna, Sweden - tw@spacemetric.se b ESA Esrin,

More information

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online... Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving

More information

LEOworks - a freeware to teach Remote Sensing in Schools

LEOworks - a freeware to teach Remote Sensing in Schools LEOworks - a freeware to teach Remote Sensing in Schools Wolfgang Sulzer Institute for Geography and Regional Science University of Graz Heinrichstrasse 36, A-8010 Graz/Austria wolfgang.sulzer@uni-graz.at

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

Selecting the appropriate band combination for an RGB image using Landsat imagery

Selecting the appropriate band combination for an RGB image using Landsat imagery Selecting the appropriate band combination for an RGB image using Landsat imagery Ned Horning Version: 1.0 Creation Date: 2004-01-01 Revision Date: 2004-01-01 License: This document is licensed under a

More information

Innovation and new land monitoring services for climate change, forests and agroforestry

Innovation and new land monitoring services for climate change, forests and agroforestry Innovation and new land monitoring services for climate change, forests and agroforestry Martin Herold Wageningen University Center for Geoinformation Current distribution of aboveground biomass Terrestrial

More information

Bhuvan. Indian Earth Observation Visualization. Indian Space Research Organisation. http://bhuvan.nrsc.gov.in. Multi Resolution. Societal Applications

Bhuvan. Indian Earth Observation Visualization. Indian Space Research Organisation. http://bhuvan.nrsc.gov.in. Multi Resolution. Societal Applications Multi Resolution Bhuvan Societal Applications Indian Earth Observation Visualization http://bhuvan.nrsc.gov.in 3D Geographic Models Seamless Fly Through Indian Space Research Organisation Thematic Vectors

More information

ArcGIS Data Models Practical Templates for Implementing GIS Projects

ArcGIS Data Models Practical Templates for Implementing GIS Projects ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Earthquakes, volcanoes and plate tectonics in ArcGIS Online

Earthquakes, volcanoes and plate tectonics in ArcGIS Online Earthquakes, volcanoes and plate tectonics in ArcGIS Online For non-commercial use only by schools and universities Copyright Esri UK GIS Esri for School UK Ltd Programme 2014 www.esriuk.com/schools Earthquakes,

More information

Quick Start Guide to. ArcGISSM. Online. for Insurance

Quick Start Guide to. ArcGISSM. Online. for Insurance Quick Start Guide to ArcGISSM Online for Insurance Historic tracks from tropical storms and hurricanes are overlaid on a map displaying population growth. Quick Start Guide to ArcGIS Online ArcGIS SM Online

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES M. Laka-Iñurrategi a, I. Alberdi a, K. Alonso b, M. Quartulli a a Vicomteh-IK4, Mikeletegi pasealekua 57,

More information

MrSID Plug-in for 3D Analyst

MrSID Plug-in for 3D Analyst LizardTech MrSID Plug-in for 3D Analyst User Manual Copyrights Copyright 2009 2010 LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015 An Esri White Paper September 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri.

Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri. Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri.edu Pipelines are utilized by the oil and gas industry to transport

More information

Managing Imagery and Raster Data in ArcGIS

Managing Imagery and Raster Data in ArcGIS Technical Workshops Managing Imagery and Raster Data in ArcGIS Hong Xu, Sangeet Mathew, Mark Harris Presentation Overview ArcGIS raster data models Which model to use Mosaic dataset storage and properties

More information

Remote Sensing Method in Implementing REDD+

Remote Sensing Method in Implementing REDD+ Remote Sensing Method in Implementing REDD+ FRIM-FFPRI Research on Development of Carbon Monitoring Methodology for REDD+ in Malaysia Remote Sensing Component Mohd Azahari Faidi, Hamdan Omar, Khali Aziz

More information

A CONCEPT OUTLINE ESTABLISHING THE

A CONCEPT OUTLINE ESTABLISHING THE Updated 13 November 2009 A CONCEPT OUTLINE ESTABLISHING THE Philippine GIS Data Clearinghouse (PhilGIS) www.philgis.org Prepared by Al Tongco, Ph.D. Stillwater, Oklahoma, U.S.A. al_tongco@yahoo.com Introduction

More information

Global environmental information Examples of EIS Data sets and applications

Global environmental information Examples of EIS Data sets and applications METIER Graduate Training Course n 2 Montpellier - february 2007 Information Management in Environmental Sciences Global environmental information Examples of EIS Data sets and applications Global datasets

More information

Application of Google Earth for flood disaster monitoring in 3D-GIS

Application of Google Earth for flood disaster monitoring in 3D-GIS Disaster Management and Human Health Risk II 271 Application of Google Earth for flood disaster monitoring in 3D-GIS M. Mori & Y. L. Chan Department of Information and Computer Science, Kinki University,

More information

On the CyberShARE site you will find this interpolated version (labeled SRTMv4_90m)

On the CyberShARE site you will find this interpolated version (labeled SRTMv4_90m) SRTM Data on Cyber-ShARE The Shuttle Radar Topography Mission (SRTM) data collected by NASA represents the most up-to-date, globally collected topography data set of the Earth. It makes up the first globally

More information

TerraColor White Paper

TerraColor White Paper TerraColor White Paper TerraColor is a simulated true color digital earth imagery product developed by Earthstar Geographics LLC. This product was built from imagery captured by the US Landsat 7 (ETM+)

More information

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services Objectives: If you have your own web server, it's great to be able to host your own geospatial data. That data can then be accessed through

More information

Jozef Matula. Visualisation Team Leader IBL Software Engineering. 13 th ECMWF MetOps Workshop, 31 th Oct - 4 th Nov 2011, Reading, United Kingdom

Jozef Matula. Visualisation Team Leader IBL Software Engineering. 13 th ECMWF MetOps Workshop, 31 th Oct - 4 th Nov 2011, Reading, United Kingdom Visual Weather web services Jozef Matula Visualisation Team Leader IBL Software Engineering Outline Visual Weather in a nutshell. Path from Visual Weather (as meteorological workstation) to Web Server

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 2: Using ArcGIS Explorer to Analyze the Connection between Topography and Rainfall This lesson introduces Geographical

More information

CIESIN Columbia University

CIESIN Columbia University Conference on Climate Change and Official Statistics Oslo, Norway, 14-16 April 2008 The Role of Spatial Data Infrastructure in Integrating Climate Change Information with a Focus on Monitoring Observed

More information

An Integrated GeoAgro Webtool for Spatial Data Visualization and Dissemination

An Integrated GeoAgro Webtool for Spatial Data Visualization and Dissemination OPEN ACCESS Conference Proceedings Paper Remote Sensing An Integrated GeoAgro Webtool for Spatial Data Visualization and Dissemination Jalal Eddin Omari and Chandrashekhar M. Biradar International Center

More information

Introduction to GIS software

Introduction to GIS software Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS

More information

Using GIS to Develop a Control Map and Database

Using GIS to Develop a Control Map and Database PENN STATE UNIVERSITY Using GIS to Develop a Control Map and Database SUR-351 Geodetic Models Brian E. Halchak & Rich Cebrick 12/2/2013 Table of Contents Abstract... 2 What is a GIS?... 2 Development of

More information

Review for Introduction to Remote Sensing: Science Concepts and Technology

Review for Introduction to Remote Sensing: Science Concepts and Technology Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE

More information

Cloud Computing for Fundamental Spatial Operations on Polygonal GIS Data

Cloud Computing for Fundamental Spatial Operations on Polygonal GIS Data 1 Cloud Computing for Fundamental Spatial Operations on Polygonal GIS Data Dinesh Agarwal, Satish Puri, Xi He, and Sushil K. Prasad 1 Department of Computer Science Georgia State University Atlanta - 30303,

More information

EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India

EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India INDIAN INSTITUTE OF TROPICAL METEOROLOGY, PUNE-411008 Advertisement No. PER/03/2012 Opportunities for Talented Young Scientists

More information

Land Use/ Land Cover Mapping Initiative for Kansas and the Kansas River Watershed

Land Use/ Land Cover Mapping Initiative for Kansas and the Kansas River Watershed Land Use/ Land Cover Mapping Initiative for Kansas and the Kansas River Watershed Kansas Biological Survey Kansas Applied Remote Sensing Program April 2008 Previous Kansas LULC Projects Kansas LULC Map

More information

Raster to Vector Conversion for Overlay Analysis

Raster to Vector Conversion for Overlay Analysis Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on

More information

Point Clouds: Big Data, Simple Solutions. Mike Lane

Point Clouds: Big Data, Simple Solutions. Mike Lane Point Clouds: Big Data, Simple Solutions Mike Lane Light Detection and Ranging Point Cloud is the Third Type of Data Vector Point Measurements and Contours Sparse, highly irregularly spaced X,Y,Z values

More information

Combining automated satellite based flood mapping with exposure mapping for flood risk assessment and management

Combining automated satellite based flood mapping with exposure mapping for flood risk assessment and management DLR.de Chart 1 > United Nations/Germany Expert Meeting > A. Twele and F. Hummel > 05 06 2014 Combining automated satellite based flood mapping with exposure mapping for flood risk assessment and management

More information