MRR (Multi Resolution Raster) Revolutionizing Raster

Size: px
Start display at page:

Download "MRR (Multi Resolution Raster) Revolutionizing Raster"

Transcription

1 MRR (Multi Resolution Raster) Revolutionizing Raster Praveen Gupta Pitney Bowes, Noida, India T M Pitney Bowes, pitneybowes.com/in 5 th Floor, Tower B, Logix Park, C28/29, Sector 62, NOIDA (UP), , INDIA 1

2 Abstract Pitney Bowes has developed a new raster data format called Multi-Resolution Raster (MRR) as part of a new raster visualization and processing package for MapInfo Professional (64-bit edition). MRR is a new raster data format for the modern computing age. For all classes of raster data, MRR maximizes storage flexibility, minimizes storage requirements and guarantees high performance data access at any scale. The MRR format supports storage of image data, classified (or thematic) data, as well as continuous and discrete data. It supports rasters of virtually unlimited size and extends the concept of a raster from a simple 2D array of cells to an extensible sparse matrix of tiles of cells. A raster in MRR format will contain a pyramid of overviews which enable high performance data access at any scale and high quality visualization. MRR achieves efficient storage using lossless and lossy compression techniques via industry standard compression codecs. It also supports data storage in the temporal dimension, allowing data to be accumulated and accessed by time. MRR supports a wide and extensible number of data types. It stores one or more multi-banded fields. It supports local registration for each field, and tile decimation. MRR contains high quality statistics and is contained within a single file on disk. Keywords: Raster; MRR, scalable; GIS; Performance; 2

3 Introduction Yes raster is faster, but raster is vaster and vector just seems more corrector. - C. Dana Tomlin Spatial analysis is about releasing insights from data and communicating those insights to stakeholders in an intuitive and easily comprehended way. Before you get to the maps, it s all about the data. Geographic Information Systems (GIS) consume data in two principle forms: vector and raster. Vector data is used for display of discrete objects (points, lines and polygons/regions). Raster datasets are able to represent data that continuously changes spatially and/or temporally - like elevation or aerial imagery. The ability to rapidly display and process raster data has been limited by the capabilities of available GIS applications and the various raster data formats. Typically, users have had to accept a trade-off between raster resolution and spatial extent. Due to performance and resource limitations, large high resolution rasters have been impractical to work with. The availability of large, high resolution raster datasets to GIS professionals is growing rapidly. For example, the resolution and coverage of remote sensing platforms increases with every new generation of hardware. The physical number of satellites and other sensing platforms in operation is increasing year on year. Storing, managing, visualizing and processing this data has become increasingly challenging for data providers and consumers. Although there are already more than a hundred raster data formats, Pitney Bowes saw a requirement for a new, unifying format to handle all types of raster data and to provide new capabilities to improve the user experience when visualizing and processing raster data. Pitney Bowes have responded to the need for large, high resolution raster datasets by introducing an innovative new raster format called Multi-Resolution Raster (MRR). MRR is a completely new raster data format that reimagines not only how raster data is stored, but what data can be stored in a raster. It is an integral part of the new MapInfo Pro Advanced raster visualization and processing solution. It provides a flexible solution for the entire spectrum of industry requirements. It is a unifying and enabling technology. It unifies the storage of all kinds of raster data: imagery, spectral imagery, continuous gridded data and thematic data. It removes the barriers to working with different kinds of raster data in the same context. It enables the highest quality visualization and processing of raster data at any scale and for a raster of any size. So, what s so special about MRR? Below are just some of the attributes that differentiate the MRR format from other existing raster formats: Supports image data, classified (or thematic) data and continuous and discrete data. Supports raster datasets of virtually unlimited size. 3

4 Extends the concept of a raster from a simple 2D array of cells to an extensible sparse matrix of tiles of cells. Efficient display of data at all zoom levels. Contains a data overview pyramid enabling data access at any scale. Achieves efficient storage using lossless and lossy compression techniques via industry standard compression codecs. Supports the temporal dimension, allowing data to be accumulated and accessed by time. Supports a wide and extensible number of data types. Stores one or more multi-banded fields. Supports local registration for each field, and tile decimation. Contains high quality summary and spatial statistics. Is contained within a single file on disk. Regardless of the size or complexity of the raster whether it contains one million or one trillion cells and whether it contains one band or 256 bands opening and displaying an MRR is virtually instantaneous in MapInfo Pro Advanced. MRR lifts the restrictions on raster spatial size, resolution and complexity and allows users to realize huge efficiency and productivity gains. Efficient storage is a pre-requisite enabling technology for large raster files. MRR provides a variety of techniques that users can employ to minimize storage requirements. These include sparse storage, flexible data type support, data transformations, control over decimal precision, predictive encoding and a variety of industry standard compression techniques using lossless and lossy encoders. MRR also allows advanced users to employ tile based decimation to reduce the resolution of the data locally, where appropriate, and further reduce storage requirements. MRR achieves this flexibility and efficiency through a compound file system which allows it to be stored on disk as a single file. An MRR is easy to share! Structure of MRR An MRR is stored in a single file on disk but internally, this file is a file system within a file. This system provides the flexibility required to build huge rasters and to enable future editing and additions to the raster. The MRR file will contain all of the metadata information, statistics, spatial maps and raster data required to display, interrogate and process the raster. An MRR consists of one or more fields and each field contains raster data that is of a particular, user designated type. There are four different raster types - Image, Image Palette, Classified and Continuous. A field of type Image contains a single-color data band. If this is a composite color data type (like RGB) then each component will also be represented as a virtual band. A field of type Image Palette contains a color palette and a single data band which stores indices into that color palette. The palette will contain a color data type which is exposed as a virtual band. If this is a composite color data type (like RGB) then each component will also be represented as a virtual band. 4

5 A field of type Classified contains a classification table and a single data band which stores indices into that classification table. The classification table fields are exposed as virtual bands. A table may contain virtually any kind of data including strings and there are no structural requirements or limits imposed except that the number of entries in the table is limited to approximately four billion. A field of type Continuous contains one or more bands of data. Each band may have a unique data type. Virtual bands are automatically available for the components of data types such as complex numbers or multi-component color. While all fields in a raster share a coordinate system, each field has its own registration transform. In practical terms, this provides an ability to specify a raster cell size for each field individually. Data for a field is stored in one or more events which are used by MRR to record data in the temporal dimension. Each event has a designated time of occurrence. In an event, the user can add new data in any spatial configuration. Hyper-spectral surveying methods create raster datasets with a large number of bands. MRR is a suitable storage format for raster data with hundreds of bands. Datasets such as these do not compromise the performance of MRR data access. Capabilities 1. Unified storage and data MRR unifies the storage of raster data. It is capable of storing all types of raster and grid data in common use. It is a particularly good vessel for hyper-spectral imagery which may contain hundreds of bands of spectral data. It can store classified data where each cell is linked to a flexible table of data. In all cases, MRR removes traditional barriers that limit the size and complexity of the raster database. It supports image and image palette data, classified (or thematic) data and continuous or discrete data. It provides a common interface to all these different types of raster. The raster is stored within a single file on disk. 2. Virtually unlimited size MRR is designed to store raster datasets of virtually unlimited size. It imposes no performance penalty when working with increasingly larger file sizes. A MRR of any size can be visualized almost instantly in MapInfo Pro Advanced at any scale. The size, resolution and complexity of the rasters you can create are limited by your available storage, and by practical considerations. Display performance is not determined by the size of the file. Opening, panning, zooming, changing the colors and other display operations are nearly instantaneous. 5

6 3. Broad data type support MRR Supports a wide and extensible number of data types including: Boolean Bit (1, 2, 4 bit) Integer (1, 2, 4, 8 byte) Real (4, 8 byte) Complex numbers (integer and real) Time String Blob objects with fixed/variable length Color 4. Sparse tile storage MRR extends the concept of a raster from a simple 2D array of cells to an extensible sparse matrix of tiles of cells. A data tile is a multi-banded array of MxN cells. An MRR is a sparse collection of data tiles, stored at multiple levels of resolution. Utilizing this sparse tile arrangement, MRR can reduce overall storage requirements by not storing regions of a raster that are empty. For example, some rasters can be extremely large but only sparsely populated with data. This model is far better suited to modern surveying techniques - like LIDAR - which may collect data over a highly irregular coverage polygon. One possible example of such a dataset is a LIDAR survey which is designed to survey a highway. Such a survey may be orders of magnitude longer than it is wide. In cases such as these, the MRR format does not store data in the empty regions, but still remains flexible enough to add additional data to the source file any time. This allows extremely sparse datasets to be stored efficiently on disk, be rapidly accessed and easily updated. 5. Extendibility An MRR can be extended as new data is acquired it does not have a fixed size. It can be extended by adding tiles anywhere and at any time. The MRR format provides a capability to store changes in raster data over time. Using the MRR format you can store and then view changes in a dataset for a point in time or over a given period of time. 6. Temporal events MRR supports the temporal dimension, allowing data to be accumulated and accessed by time. Each event has a designated time of occurrence. These temporal events are stored separately within the MRR file. In an event, the user can add new data in any spatial configuration. Events are complimentary to pre-existing data in the raster. This history of data acquisition is available to users who can visualize and process raster data at a specific time, or over a period of time. 6

7 7. Storage efficiency via compression Rasters are growing huge and it is vital to use efficient storage techniques that compress the data on disk. MRR supports a variety of compression codecs both lossless and lossy. In general, the lossless techniques are used for thematic and non-thematic data and the lossy techniques are used for image data. For image data, industry standard compressors such as PNG and JPEG can be used and new codecs can be added in the future. Through careful design, users can employ other techniques like transformation, data type selection, predictive encoding and decimal restriction to improve the compressibility of non-thematic data and minimize storage requirements for huge rasters. Typically, an MRR will achieve compression factors of between 4x and 1000x. As an example, consider the Danish 1.6-meter Digital Surface Model. This raster is supplied as 657 ESRI Arc Grid files which consume approximately 500 GB. In contrast, the same data merged into a single MRR using lossless compression consumes only 39 GB. 8. Storage efficiency via raster design MRR provides a number of other features that allow users to design an efficient and appropriate storage model for their raster data. When used appropriately, these features may help to further reduce the storage requirements. MRR allows users to choose the data type of every band in the raster individually. For any data, the most compact and appropriate data type can be selected. By choosing wisely, users can reduce both the in-memory and on-disk storage requirements. Further to this, a data band in a continuous field can have two defined data types the user visible data type and a storage data type. This can be used in conjunction with a data transformation comprising an offset and scaling factor. Before being written to the MRR, data will be transformed from the visible data type to the storage data type via offset and scaling. For example, a data band that contains floating point data can be stored as integer data via a suitable transformation. Because this will restrict the resolution and range of the data, it should only be applied when judged to be appropriate. This technique can significantly reduce storage requirements. If the stored data type of a band is integer, then a technique called predictive encoding can be applied in conjunction with a lossless compression codec. Predictive encoding is a reversible process that is applied to the data to convert it from a series of absolute values to a series of differences from a predicted value. The data, after this transformation, may be more compressible and this may reduce storage requirements. MRR provides a number of different methods to determine the prediction. Predictive encoding can also be applied to floating point data, but in this case is not perfectly reversible. For floating point data, decimal restriction can be employed to reduce the number of decimal points stored for each data value. For example, you might choose to restrict elevation data to two decimal places (one centimeter). When combined with a lossless compression codec, this can significantly reduce storage requirements. 7

8 9. Efficient memory management The MapInfo pro Advanced SDK APIs provide intelligent data caching which automatically manage the use of system memory for the user. This automatic caching system simplifies the programmer s tasks when working with extremely large datasets. 10. Variable resolution via tile decimation Many remote sensors return data that is at varying resolutions. For example, the WorldView2 satellite simultaneously records data at 0.31m cell size as well as 1.24m and 3.72m. MRR can efficiently store raster data such as this by using fields with different cell sizes. But in addition, MRR allows you to vary the cell size within individual tiles to appropriately match the spatial resolution of your source data. For example, if you have elevation data that is of high resolution in some parts and low resolution in some other places, you might want to combine the data in a single raster to perform better analysis of the area. This multi-resolution capability, which is achieved by decimation within tiles, reduces storage requirements and improves the performance of your analysis. 11. High quality statistics An MRR stores and maintains high quality summary and spatial statistics within the file. The statistics computed can include: Count - Sample count and validity statistics; Summary - Count + Summary statistics; Distribution - Count + Summary + Histogram; Spatial - Count + Summary + Histogram + cell to cell statistics 12. NULL handling MRR does not use a magic number to represent null values. Instead, a bit mask is maintained for all tiles. This mask identifies a cell as containing valid or invalid data. The mask can apply to all bands in a field, or each band can have its own mask. If the cell is invalid, then the value of the cell can be used to classify why or how it is invalid. For example, we distinguish between empty cells and null cells. An empty cell does not overprint a cell with valid data, but a null cell does. 13. Overview pyramid MRR format minimizes storage requirements and provides efficient data access to extremely large raster files at any resolution. It has been designed to deliver an enhanced visualization experience by maintaining an overview data pyramid. This guarantees high quality and efficient data visualization at any scale and that opening, panning and zooming of MRR files is nearinstantaneous. A raster has a base resolution level from which the source data is accessible. An MRR also stores a pyramid of overview levels - each at half the resolution of the previous. Data can be accessed from throughout the pyramid, allowing applications to access data at a resolution suitable for their needs. For example, when rendering to the screen or hardcopy device, we access data from a level in the pyramid where the raster cell size is close to the size of a pixel. 8

9 14. Under-views MRR also provides underviews. An under-view level contains data at a higher resolution than the base level data. MRR uses a variety of interpolation techniques such as nearest neighbor, bilinear and bicubic to provide under-views on the fly at any resolution level. Taken together, overviews and under-views provide MRR the ability to guarantee high quality, high performance visualization at any scale. 15. Thread safe, high performance SDK The MapInfo Pro Advanced SDK allows you to interact with it, and with any supported raster formats, in thread-safe manner. You can open, close, read and write rasters in parallel - safely and with the highest possible performance. Users can write their own multi-threaded code, allowing them to utilize hardware optimally. 16. Simple to use and integrate Pitney Bowes provides an SDK that can be used to develop custom applications for MapInfo Pro Advanced users. This provides access to the features of the MRR format and to supported legacy raster formats. It provides a.net/c API for application programming apart from normal MapInfo UI interface. With the MRR I/O API, users can build their own custom functionality to support specific markets. These capabilities will be expanded in future across the windows and Linux clients/servers. Conclusion With the renaissance in Earth observation satellites and venture funded Earth imaging companies, the decreasing cost of acquiring data and the emergence of unmanned aerial surveying platforms, the availability and quantity of raster data will continue to explode. In recognition of this trend, the MRR storage format has been developed to provide an efficient mechanism to store, access, edit and process modern raster data. 9

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

The Raster Data Model

The Raster Data Model The Raster Data Model 2 2 2 2 8 8 2 2 8 8 2 2 2 2 2 2 8 8 2 2 2 2 2 2 2 2 2 Llano River, Mason Co., TX 1 Rasters are: Regular square tessellations Matrices of values distributed among equal-sized, square

More information

Rasters are: The Raster Data Model. Cell location specified by: Why squares? Raster Data Models 9/25/2014. GEO327G/386G, UT Austin 1

Rasters are: The Raster Data Model. Cell location specified by: Why squares? Raster Data Models 9/25/2014. GEO327G/386G, UT Austin 1 5 5 5 5 5 5 5 5 5 5 5 5 2 2 5 5 2 2 2 2 2 2 8 8 2 2 5 5 5 5 5 5 2 2 2 2 5 5 5 5 5 2 2 2 5 5 5 5 The Raster Data Model Rasters are: Regular square tessellations Matrices of values distributed among equalsized,

More information

The Raster Data Model

The Raster Data Model The Raster Data Model 2 2 2 2 8 8 2 2 8 8 2 2 2 2 2 2 8 8 2 2 2 2 2 2 2 2 2 Llano River, Mason Co., TX 9/24/201 GEO327G/386G, UT Austin 1 Rasters are: Regular square tessellations Matrices of values distributed

More information

Raster Data Models 9/18/2018

Raster Data Models 9/18/2018 Raster Data Models The Raster Data Model Rasters are: Regular square tessellations Matrices of values distributed among equal-sized, square cells 5 5 5 5 5 5 5 5 2 2 5 5 5 5 5 5 2 2 2 2 5 5 5 5 5 2 2 2

More information

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality Exploring GIS Data I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality 1 Geographic data Model Definitions: Data : A collection of related facts

More information

Integrating Imagery into ArcGIS Runtime Application. Jie Zhang, Zhiguang Han San Jacinto, 5:30 pm 6:30 pm

Integrating Imagery into ArcGIS Runtime Application. Jie Zhang, Zhiguang Han San Jacinto, 5:30 pm 6:30 pm Integrating Imagery into ArcGIS Runtime Application Jie Zhang, Zhiguang Han San Jacinto, 5:30 pm 6:30 pm Overviews Imagery is an essential component of ArcGIS - Visualization, Processing and Analysis -

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

MapInfo Professional Evolution!

MapInfo Professional Evolution! MapInfo Professional Evolution! A long history of improvement This presentation covers what is new in all of the MapInfo Pro releases since v9.0! MapInfo Pro Release History A feature release every year

More information

Managing Image Data on the ArcGIS Platform Options and Recommended Approaches

Managing Image Data on the ArcGIS Platform Options and Recommended Approaches Managing Image Data on the ArcGIS Platform Options and Recommended Approaches Peter Becker Petroleum requirements for imagery and raster Traditional solutions and issues Overview of ArcGIS imaging capabilities

More information

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit Imagery and Raster Data in ArcGIS Abhilash and Abhijit Agenda Imagery in ArcGIS Mosaic datasets Raster processing ArcGIS is a Comprehensive Imagery System Integrating All Types, Sources, and Sensor Models

More information

Image Management and Dissemination. Peter Becker

Image Management and Dissemination. Peter Becker Image Management and Dissemination Peter Becker OUTLINE Requirements Intro to Mosaic Datasets Workflows & Demo Dynamic Mosaicking, On-the-fly processing Properties Differentiator Raster Catalog, ISDef,

More information

Ten reasons to use the 64 bit MapInfo Pro!!!

Ten reasons to use the 64 bit MapInfo Pro!!! Ten reasons to use the 64 bit MapInfo Pro!!! 1. Easier to learn, easier to use. The List 2. Geocoding for all! Access to the Pitney Bowes Global Geocoder 3. Interactive thematic mapping 4. Improved performance

More information

By Colin Childs, ESRI Education Services. Catalog

By Colin Childs, ESRI Education Services. Catalog s resolve many traditional raster management issues By Colin Childs, ESRI Education Services Source images ArcGIS 10 introduces Catalog Mosaicked images Sources, mosaic methods, and functions are used

More information

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: September 12, 2017

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: September 12, 2017 What s New in Imagery in ArcGIS Presented by: Christopher Patterson Date: September 12, 2017 Agenda Ortho Mapping Elevation extraction Drone2Map Raster Analytics ArcGIS is a Comprehensive Imagery System

More information

Raster Analysis and Image Processing in ArcGIS Enterprise

Raster Analysis and Image Processing in ArcGIS Enterprise Raster Analysis and Image Processing in ArcGIS Enterprise Vinay Viswambharan, Jie Zhang Overview Patterns of use - Introduction to image processing and analysis in ArcGIS - Client/Server side processing

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Nouman Ahmed GeoSystems-Me (Hexagon Geospatial / ERDAS Regional Partner) Enterprise Solutions Architect Hexagon

More information

An Introduction to Using Lidar with ArcGIS and 3D Analyst

An Introduction to Using Lidar with ArcGIS and 3D Analyst FedGIS Conference February 24 25, 2016 Washington, DC An Introduction to Using Lidar with ArcGIS and 3D Analyst Jim Michel Outline Lidar Intro Lidar Management Las files Laz, zlas, conversion tools Las

More information

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands Making the Most of Raster Analysis with Living Atlas Data Aileen Buckley, PhD, Research Cartographer Esri - Redlands Spatial Analysis with Online Data Your Desktop Web Device Never scrounge for or download

More information

Managing Imagery And Raster Data Using Mosaic Dataset. Peter Becker & Cody Benkelman

Managing Imagery And Raster Data Using Mosaic Dataset. Peter Becker & Cody Benkelman Managing Imagery And Raster Data Using Mosaic Dataset Peter Becker & Cody Benkelman ArcGIS is a Comprehensive Imagery Platform Imagery is integral to the ArcGIS Platform System of Engagement System of

More information

Distributed Image Analysis Using the ArcGIS API for Python

Distributed Image Analysis Using the ArcGIS API for Python Distributed Image Analysis Using the ArcGIS API for Python Jie Zhang, Elizabeth Graham The ArcGIS Platform Is a Comprehensive Imagery Platform System of Engagement System of Insight Professional Imagery

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives Learn how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots, and interpolate

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

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

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

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: October 18, 2017

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: October 18, 2017 What s New in Imagery in ArcGIS Presented by: Christopher Patterson Date: October 18, 2017 Imagery in ArcGIS Advancing 2010 Stretch, Extract Bands Clip, Mask Reproject, Orthorectify, Pan Sharpen Vegetation

More information

CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN

CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN _p TRAINING KIT LAND01 CROP MAPPING WITH SENTINEL-2 JULY 2017, SPAIN Table of Contents 1 Introduction to RUS... 3 2 Crop mapping background... 3 3 Training... 3 3.1 Data used... 3 3.2 Software in RUS environment...

More information

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 1 Core of GIS Thematic layers Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 2 What is GIS? Info: value added data Data to solve

More information

Introduction to the Image Analyst Extension. Mike Muller, Vinay Viswambharan

Introduction to the Image Analyst Extension. Mike Muller, Vinay Viswambharan Introduction to the Image Analyst Extension Mike Muller, Vinay Viswambharan What is the Image Analyst Extension? The Image Analyst Extension (IA) is an application extension which extends ArcGIS Pro with

More information

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 11.2 SMS 11.2 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

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

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

Oracle Database 10g: Managing Spatial Raster Data Using GeoRaster. An Oracle Technical White Paper May 2005

Oracle Database 10g: Managing Spatial Raster Data Using GeoRaster. An Oracle Technical White Paper May 2005 Oracle Database 10g: Managing Spatial Raster Data Using GeoRaster An Oracle Technical White Paper May 2005 Managing Spatial Raster Data Using GeoRaster Table of Contents 1 GeoRaster... 3 1.1 Introduction...

More information

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham Getting Started with Spatial Analyst Steve Kopp Elizabeth Graham Spatial Analyst Overview Over 100 geoprocessing tools plus raster functions Raster and vector analysis Construct workflows with ModelBuilder,

More information

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

MARS v Release Notes Revised: May 23, 2018 (Builds and )

MARS v Release Notes Revised: May 23, 2018 (Builds and ) MARS v2018.0 Release Notes Revised: May 23, 2018 (Builds 8302.01 8302.18 and 8350.00 8352.00) Contents New Features:... 2 Enhancements:... 6 List of Bug Fixes... 13 1 New Features: LAS Up-Conversion prompts

More information

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

Designing and Using Basemaps. Jennifer Hughey

Designing and Using Basemaps. Jennifer Hughey Designing and Using Basemaps Jennifer Hughey Agenda The ArcGIS System Basemaps are a key component of your system Cartographic design considerations Using basemap layers in ArcMap Best practices for designing

More information

So you haven t upgraded to MapInfo 64-bit yet?

So you haven t upgraded to MapInfo 64-bit yet? MapInfo v16 So you haven t upgraded to MapInfo 64-bit yet? This document provides a quick overview of the important features and improvements of the current 64-bit release for those customers who have

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

Vertical Mapper v3.5 Release Notes

Vertical Mapper v3.5 Release Notes Vertical Mapper v3.5 Release Notes These release notes describe new features and enhancements to Vertical Mapper in the v3.5 release and list issues that were fixed for this release. Americas: Phone: 518

More information

Remote Sensing in an

Remote Sensing in an Chapter 2: Adding Data to a Map Document Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell

More information

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs 2013 DOE Visiting Faculty Program Project Report By Jianting Zhang (Visiting Faculty) (Department of Computer Science,

More information

Algorithms for GIS csci3225

Algorithms for GIS csci3225 Algorithms for GIS csci3225 Laura Toma Bowdoin College Spatial data types and models Spatial data in GIS satellite imagery planar maps surfaces networks point cloud (LiDAR) Spatial data in GIS satellite

More information

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations.

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations. Geography 43 / 3 Introduction to Geographic Information Science Raster Data and Tesselations Schedule Some Updates Last Lecture We finished DBMS and learned about storage of data in complex databases Relational

More information

Lidar Working with LAS Datasets

Lidar Working with LAS Datasets 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Lidar Working with LAS Datasets Raghav Vemula (3D Team) Esri UC2013. Technical Workshop. Agenda Las Dataset

More information

What s New in TerraExplorer Suite 5.0

What s New in TerraExplorer Suite 5.0 What s New in TerraExplorer Suite 5.0 The new release of the TerraExplorer Suite marks major improvements in the capabilities for working with GIS layers. A new streaming mechanism allows connection to

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

The GIS Spatial Data Model

The GIS Spatial Data Model The GIS Spatial Data Model Introduction: Spatial data are what drive a GIS. Every piece of functionality that makes a GIS separate from another analytical environment is rooted in the spatially explicit

More information

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe IMAGERY FOR ARCGIS Manage and Understand Your Imagery Credit: Image courtesy of DigitalGlobe 2 ARCGIS IS AN IMAGERY PLATFORM Empowering you to make informed decisions from imagery and remotely sensed data

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

Release Notes. Spectrum Spatial Analyst Version 8.0. Contents:

Release Notes. Spectrum Spatial Analyst Version 8.0. Contents: Location Intelligence Spectrum Spatial Analyst Version 8.0 This document contains information about Pitney Bowes Spectrum Spatial Analyst Release 8.0. Contents: What s new in Spectrum Spatial Analyst?

More information

Managing Imagery and Raster Data Using Mosaic Datasets

Managing Imagery and Raster Data Using Mosaic Datasets 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Managing Imagery and Raster Data Using Mosaic Datasets Hong Xu, Prashant Mangtani Esri UC2013. Technical

More information

Managing Imagery and Raster Data using Mosaic Datasets

Managing Imagery and Raster Data using Mosaic Datasets Esri European User Conference October 15-17, 2012 Oslo, Norway Hosted by Esri Official Distributor Managing Imagery and Raster Data using Mosaic Datasets Peter Becker ArcGIS is a Comprehensive Imagery

More information

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 5: Raster Data Structure Objective Work with the Raster Data Model Document Version: 2014-08-19 (Final) Author: Kurt Menke, GISP Copyright National

More information

JPEG 2000 compression

JPEG 2000 compression 14.9 JPEG and MPEG image compression 31 14.9.2 JPEG 2000 compression DCT compression basis for JPEG wavelet compression basis for JPEG 2000 JPEG 2000 new international standard for still image compression

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Written by Rick Guritz Alaska Satellite Facility Nov. 24, 2015 Contents

More information

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College Algorithms for GIS Spatial data: Models and representation (part I) Laura Toma Bowdoin College Outline Spatial data in GIS applications Point data Networks Terrains Planar maps and meshes Data structures

More information

Encom Discover TM 2013

Encom Discover TM 2013 Encom Discover TM 2013 The release of Discover (and Discover 3D) 2013 from Pitney Bowes Software reinforces the Discover geoscience suite as the essential and innovative GIS toolbox for the Exploration

More information

Carmenta Server Product Description

Carmenta Server Product Description White paper Carmenta Server Product Description Carmenta AB, Tel +46-31-775 57 00, www.carmenta.com P315 121RD, 2010 Carmenta reserves the right to change the specifications at any time and without notice.

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

Features. Sequential encoding. Progressive encoding. Hierarchical encoding. Lossless encoding using a different strategy

Features. Sequential encoding. Progressive encoding. Hierarchical encoding. Lossless encoding using a different strategy JPEG JPEG Joint Photographic Expert Group Voted as international standard in 1992 Works with color and grayscale images, e.g., satellite, medical,... Motivation: The compression ratio of lossless methods

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

Cell based GIS. Introduction to rasters

Cell based GIS. Introduction to rasters Week 9 Cell based GIS Introduction to rasters topics of the week Spatial Problems Modeling Raster basics Application functions Analysis environment, the mask Application functions Spatial Analyst in ArcGIS

More information

Caching Imagery Using ArcGIS

Caching Imagery Using ArcGIS 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Caching Imagery Using ArcGIS Hong Xu, Hua Wei Esri UC2013. Technical Workshop. Presentation Goals Publish

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models Feature Types and Data Models How Does a GIS Work? - a GIS operates on the premise that all of the features in the real world can

More information

A Public Domain Tool for Wavelet Image Coding for Remote Sensing and GIS Applications

A Public Domain Tool for Wavelet Image Coding for Remote Sensing and GIS Applications Proprietary vs. Open Source Models for Software Development A Public Domain Tool for Wavelet Image Coding for Remote Sensing and GIS Applications Project granted by Spanish Government TIC2003-08604-C04-01

More information

Automating Distributed Raster Analysis using the Image Server REST API. Jie Zhang Zikang Zhou Demo Theater 2 - Oasis 1

Automating Distributed Raster Analysis using the Image Server REST API. Jie Zhang Zikang Zhou Demo Theater 2 - Oasis 1 Automating Distributed Raster Analysis using the Image Server REST API Jie Zhang Zikang Zhou Demo Theater 2 - Oasis 1 What is Distributed Raster Analysis? From 10.5, ArcGIS has a new way to create and

More information

The ArcGIS Platform for Managing, Processing, and Sharing UAV Data

The ArcGIS Platform for Managing, Processing, and Sharing UAV Data The ArcGIS Platform for Managing, Processing, and Sharing UAV Data Cody Benkelman, Technical Product Manager - Imagery David Gadsden, Nonprofit Program Manager Esri Advancing GIS Strong and Growing..Serving

More information

Features available in this release of Encom Discover are: Simplified installation - Discover and Discover 3D are now bundled in the same installer

Features available in this release of Encom Discover are: Simplified installation - Discover and Discover 3D are now bundled in the same installer EncomTM DiscoverTM v12.0 Pitney Bowes Business Insight s latest release of Encom Discover showcases the ongoing innovative developments that have made Discover the must-have GIS application for geoscientists

More information

Spatial data and QGIS

Spatial data and QGIS Spatial data and QGIS Xue Jingbo IT Center 2017.08.07 A GIS consists of: Spatial Data. Computer Hardware. Computer Software. Longitude Latitude Disease Date 26.870436-31.909519 Mumps 13/12/2008 26.868682-31.909259

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS HOUSEKEEPING Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS CONTOURS! Self-Paced Lab Due Friday! WEEK SIX Lecture RASTER ANALYSES Joe Wheaton YOUR EXCERCISE Integer Elevations Rounded up

More information

What s New in ecognition 9.0. Christian Weise

What s New in ecognition 9.0. Christian Weise What s New in ecognition 9.0 Christian Weise Presenting ecognition 9 Release Date: March 2014 Who s eligible? All user with a valid ecognition maintenance contract Presenting ecognition 9 ecognition version

More information

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham Getting Started with Spatial Analyst Steve Kopp Elizabeth Graham Workshop Overview Fundamentals of using Spatial Analyst What analysis capabilities exist and where to find them How to build a simple site

More information

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Image Compression Basics Large amount of data in digital images File size

More information

ArcGIS for Server Imagery Update. Cody A. Benkelman Technical Product Manager, Imagery

ArcGIS for Server Imagery Update. Cody A. Benkelman Technical Product Manager, Imagery ArcGIS for Server Imagery Update Cody A. Benkelman Technical Product Manager, Imagery Outline Mosaic dataset Management and dissemination of imagery - Dynamic image services, Tiled Cache Visualization

More information

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT

QUESTIONS & ANSWERS FOR. ORTHOPHOTO & LiDAR AOT QUESTIONS & ANSWERS FOR ORTHOPHOTO & LiDAR AOT Question# 1. Section 3.2 Will the imagery be clipped to the 1000m boundary? If so, what color will be used for null valued pixels? Yes, the imagery will be

More information

Image Compression Using BPD with De Based Multi- Level Thresholding

Image Compression Using BPD with De Based Multi- Level Thresholding International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 1, Issue 3, June 2014, PP 38-42 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) www.arcjournals.org Image

More information

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Data conversion/entry (GIS, databases) November 21-25, 2006 Freetown, Sierra Leone Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Objectives: Explore digital archives

More information

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Evangelos MALTEZOS, Charalabos IOANNIDIS, Anastasios DOULAMIS and Nikolaos DOULAMIS Laboratory of Photogrammetry, School of Rural

More information

ArcGIS Pro: Image Segmentation, Classification, and Machine Learning. Jeff Liedtke and Han Hu

ArcGIS Pro: Image Segmentation, Classification, and Machine Learning. Jeff Liedtke and Han Hu ArcGIS Pro: Image Segmentation, Classification, and Machine Learning Jeff Liedtke and Han Hu Overview of Image Classification in ArcGIS Pro Overview of the classification workflow Classification tools

More information

ENVI. Get the Information You Need from Imagery.

ENVI. Get the Information You Need from Imagery. Visual Information Solutions ENVI. Get the Information You Need from Imagery. ENVI is the premier software solution to quickly, easily, and accurately extract information from geospatial imagery. Easy

More information

Representing Geography

Representing Geography Data models and axioms Chapters 3 and 7 Representing Geography Road map Representing the real world Conceptual models: objects vs fields Implementation models: vector vs raster Vector topological model

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Using rasters for interpolation and visualization in GMS

Using rasters for interpolation and visualization in GMS v. 10.3 GMS 10.3 Tutorial Using rasters for interpolation and visualization in GMS Objectives This tutorial teaches how GMS uses rasters to support all kinds of digital elevation models and how rasters

More information

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

More information

Geodatabase over Taita Hills, Kenya

Geodatabase over Taita Hills, Kenya Geodatabase over Taita Hills, Kenya Anna Broberg & Antero Keskinen Abstract This article introduces the basics of geographical information systems (GIS) and explains how the Taita Hills project can benefit

More information

SPATIAL DATA MODELS Introduction to GIS Winter 2015

SPATIAL DATA MODELS Introduction to GIS Winter 2015 SPATIAL DATA MODELS Introduction to GIS Winter 2015 GIS Data Organization The basics Data can be organized in a variety of ways Spatial location, content (attributes), frequency of use Come up with a system

More information

Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006

Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006 Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006 The NHDPlus includes several raster (grid) data sets. Several of these are primarily used in analytical processes that are beyond

More information

Georeferencing & Spatial Adjustment

Georeferencing & Spatial Adjustment Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World Rotation Differential Scaling Distortion Skew Translation 1 The Problem How are geographically unregistered data, either

More information

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center GEON Points2Grid Utility Instructions By: Christopher Crosby (ccrosby@sdsc.edu) OpenTopography Facility, San Diego Supercomputer Center (Formerly: GEON / Active Tectonics Research Group School of Earth

More information

Lecture 6: Texturing Part II: Texture Compression and GPU Latency Hiding Mechanisms. Visual Computing Systems CMU , Fall 2014

Lecture 6: Texturing Part II: Texture Compression and GPU Latency Hiding Mechanisms. Visual Computing Systems CMU , Fall 2014 Lecture 6: Texturing Part II: Texture Compression and GPU Latency Hiding Mechanisms Visual Computing Systems Review: mechanisms to reduce aliasing in the graphics pipeline When sampling visibility?! -

More information

SERVER GIS: HIGH PERFORMANCE DELIVERED!

SERVER GIS: HIGH PERFORMANCE DELIVERED! SERVER GIS: HIGH PERFORMANCE DELIVERED! Jayateerth Deshpande & Sanjay Shrivastava Reliance Industries Ltd. Abstract: In the current era of using web technologies for sharing information, WebGIS is becoming

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information