• No results found

Concurrent Web Map Cache Server: A Vision for IndianaMap

N/A
N/A
Protected

Academic year: 2020

Share "Concurrent Web Map Cache Server: A Vision for IndianaMap"

Copied!
34
0
0

Loading.... (view fulltext now)

Full text

(1)

Concurrent Web Map Cache Serve

A Vision for IndianaMap

Zao Liu, Marlon Pierce, Geoffrey Fox Community Grids Laboratory

Indiana University

Neil Devadasan The Polis Center

IUPUI

October 27, 2006

(2)

Where are we today?

Ø

The current IndianaMap

http://129.79.145.5/arcims/igic/viewer.htm

uses

data collected by the Indiana Geological Survey

(IGS)

Ø

IGS periodically collects the best available State

and Federal data and authors the data on a central

web server

Ø

The web service includes the 2005 Statewide

Orthophotography, INDOT and TIGER roads,

USGS 10 foot contours, and Census boundaries

(3)

Where are we today?

Ø

Most current detailed Geographic Information is

located with local government systems.

Ø

Key data includes parcels, addresses, roads, and

infrastructure data

Ø

This data is not readily available at a regional or

statewide level for decision making because of

technical limitations

(4)

Comparison of state and county data

Ø

10 foot contours (1990)

1 foot contours (2006)

Ø

Missing local roads

Local roads (2006)

Ø

No parcels

Parcels (2006)

Ø

No point addresses

Point addresses (2006)

Ø

Jurisdictional boundaries (2001)

Jurisdictional boundaries (2006)

(5)

The Polis Center Middleware Research

Neil Devadasan The Polis Center

IUPUI

(6)

Many individual counties have web sites

Ø

When connecting to the service you receive all data not the

subset of data that you need (Indianapolis 100+ layers)

Ø

You have no control over the data that you retrieve and query

(7)

Combining data from multiple web sites

Ø

Depending on the characteristics of the web sites, combining

data may cause problems.

Leaking tanks (Indiana Geological Survey Atlas of Indiana) overlaid on

Marion County Parcels (Indianapolis GIS Web site)

Public Land Survey Sections (Indiana

Geological Survey Atlas of Indiana) overlaid on Marion County Parcels (Indianapolis GIS Web site)

Note: Parcels are obliterated

(8)

.

The Polis Center’s Distributed Web GIS

Middleware Research Strategy

To take advantage of this highly accurate local data for use statewide, a variety of technical issues must be overcome such as:

Projecting the information to a single coordinate system

Standardizing symbology

Retrieving individual Layers

(9)

Upper White River Watershed Alliance

http://www.whiteriveralliance.org/

(10)

IGIC IndianaMap Grant

(11)

Performance is an issue and thus

scalability may be limited

Ø

Performance is constrained by the performance of the

Individual servers

(12)

Federating, Tiling, and Caching Web

Map Servers

Zao Liu, Neil Devadasan, and Marlon

Pierce

(13)

Basic Problem: Data Federation

Ø

Integrated GIS systems have obvious benefits but

inevitably systems are developed by various state

and local government agencies.

Bottom up rather than top down

Ø

This tends to give excellent local information but it

breaks down at the county boundary.

(14)

Considerations

Ø

We assume heterogeneity in GIS map and feature servers.

• Must find a way to federate existing services

Ø

We must reconcile ESRI, OGC, Google Map, and other technical

approaches.

• Make a clean distinction between clients and services

• Must try to take advantage of Google, ESRI, etc rather than compete.

Ø

We must have good performance and interactivity.

• Servers must respond quickly--launching queries to 20 different map servers is very inefficient.

• Clients should have simplicity and interactivity of Google Maps and similar AJAX style applications.

(15)

Two Phase Approach: Caching and Tiling

Ø Federation through caching:

• WMS and WFS resources are queried and results are stored on the cache servers. • WMS images are stored as tiles.

§ These can be assembled into new images on demand (c. f. Google Maps). § Projections and styling can be reconciled.

§ We can store multiple layers this way.

• We build adapters that can work with ESRI and OGC products; tailor to specific counties.

Ø Tiling:

• Client programs obtain images directly from our tile server.

§ That is, don’t go back to the original WMS for every request.

• Similar approaches can be used to mediate WFS requests.

• The tile server can re-cache and tile on demand if tile sections are missing.

(16)

Some Technical Details

(17)

Storage of caching entire state

Ø

Takes about 2.5-3 TB to store the entire state to zoom level 13 this

way.

• There are 48410476 tiles for zoom levels 0-13, 162561384 tiles for 0-14 levels (nearly 12 TB).

• There are ~10 layers for each scale

§ Aerial photo layer tiles take 25~30 KB

§ Other layers (parcels, roads) are much smaller: 30~36 KB for all

remaining 9 layers per tile

§ So we need almost 60KB * 48410476 tiles to store all map data

§ Layers from Google (Hybrids, Street, Google Satellite) don’t need to

be cached.

• This is large but possible.

Ø

We can easily spread our caching server over multiple hosts to store

even higher magnification scales.

Ø

Efficient tiling storage can save disk space.

(18)

Current Progress

Ø Supports ESRI and OGC servers

• Now 17 counties is being cached. (Marion, Monroe are fully cached for 13 zoom levels)

Ø 7 layers has been proved that they can be easily cached.

• Aerial photo layer, street , interstate layer, parcel, parcel ID, county boundary, school).

• 3 more layers can be easily shown in client without caching. (Google Map, Google Satellite, Hybrids).

Ø Querying parcel information across boundary. ( MARION-HANCOCK boundary) Ø Support Geocode querying.

Ø Higher resolution than Google Satellite. Ø Google Map-like interaction.

Ø Performance and Reliability.

• Cache Server still work even the county server doesn’t work. • Much faster response to the client.

(19)

Tradeoffs of Caching

Ø

Cached images must be store somewhere.

Ø

More zoom levels, much more disk space is needed.

For 12 levels, 500-600 GB.

For 13 levels, 2.5-3 TB.

For 14 levels, about 12 TB. (It may be not necessary to cache this

zoom level for all counties. We can cache this level for the

requirement of some place.

Ø

Difficulty of map re-projection.

Ø

Latency of keeping update with county servers.

Ø

Inconsistencies in available layers.

(20)

Next Steps

Ø Caching more counties

• If county uses ESRI or OGC map server, current agent plugins can be used. • We believe we can do the entire state

• We just don’t have the data.

Ø Find a way to keep current with county servers, especially when the county server change layer id.

• Recent Monroe county example

Ø Establish a standard for layers. (Different county server use different name for the same layer)

Ø The tiling services should support multiple server styles

• URLs for REST/AJAX style clients

• WSDL and SOAP for formal Web Services • Support OGC and ESRI clients.

Ø Collaborative clients, dynamic layers (i.e. weather is an obvious addition).

(21)

Concurrent Web Map Cache Server

Zao Liu, Marlon Pierce, Geoffrey Fox Community Grids Laboratory

Indiana University

(22)

Introduction

Ø

Geographical Information Systems combine online

dynamic maps and databases.

Ø

Many GIS software packages exist

Ø

GIS servers around state of Indiana

ESRI ArcIMS and ArcMap Server (Marion, Vanderburgh,

Hancock, Kosciusco, Huntington, Tippecanoe)

Autodesk MapGuide (Hamilton, Hendricks, Monroe, Wayne)

WTH Mapserver™ Web Mapping Application (Fulton, Cass,

Daviess, City of Huntingburg) based on several Open Source

projects .

Ø

These are not compatible

(23)

Map Server Federation

Ø Integrating GIS map servers is not trivial

Ø Our solution: create a virtual map server to act as an agent server

• Translates map requests from generic format to the format expected by the specific map server.

• Provides a common language and programming interface for constructing clients

Ø The agent server by itself will work but performance is not good

• Must wait for slowest server to respond

• Failure prone: a county server may not respond at all • Adds additional overhead for combining images

Ø Combining the agent server with a caching server solves these problems.

• Caches images for greater performance

(24)

Agent Server Architecture

County Server

Agent server

(25)

Caching Server

Ø The agent server runs offline to harvest map images from county map servers.

• Images are stored as tiles.

• Tiles at county boundaries may be combined for greater storage and performance efficiency.

Ø Clients connect to the cache server instead of the agent server.

Ø The cache server constructs the requested image from pre-fetched tiles.

• Inspired by Google Maps approach

• Will enable more interactive clients (so-called AJAX programming)

Ø Image construction may be parallelized/multi-threaded for greater performance.

• Potentially takes advantage of new multi-core server architectures from Sun, Intel, and AMD.

(26)

Tiling Example

Agent server requests entire county

maps for a particular zoom level and

then breaks up into tiles.

(27)

Tiling and Caching at County Boundaries

Marion County

Hancock County

Bounding box requests across boundaries have

many empty tiles.

Removing these empty tiles decreases storage

requirements and increases cache server performance

(28)

The combined map

(29)

Caching and Tiling Layers

Ø

Map servers typically contain

base maps and optional layers

• Parcel boundaries, roads, and township boundaries are layers.

Ø

We cache each layer separately.

Ø

Layers and base maps are

combined dynamically using

Java Advanced Image libraries.

• Common techniques

(30)

Tradeoffs of Caching

Ø

Cached images must be stored somewhere.

Ø

Currently, three counties (Hancock, Marion, and

Cass) are cached at 11 different zoom levels.

Photo images, layers

Takes 100’s-1000’s GB of storage

(31)

Caching the Entire State

Ø

Takes about 500-600 GB to store the entire state to zoom level 10 this

way.

• There are 6047804 tiles for zoom levels 0-10, 15131920 tiles for 0-11 levels • There are ~10 layers for each scale

§ Aerial photo layer tiles take 60 KB

§ Other layers (parcels, roads) are much smaller: 36 KB for all remaining

9 layers per tile

§ So we need 96KB * 6047804 tiles to store all map data

• This is large but possible.

• Current commercial servers hosts like Sun T2000 can have 1 TB external (RAID) storage.

Ø

We can easily spread our caching server over multiple hosts to store

even higher magnification scales.

Ø

Efficient tiling storage can save disk space.

(32)

Summary of Contributions

Ø

Development of agent server to pre-fetch map images from

county map servers.

Stores images as tiles.

Removes redundant/empty tiles.

Supports ESRI and OGC servers

Ø

Development of caching server

Provides a uniform mechanism for clients to interact with different

map servers.

Increases performance and reliability

§

Don’t have to go to source map servers for every request.

Will enable more interactive clients

§

Google Map-like interaction

(33)

Demonstration

(34)

Next Steps

Ø

University-private sector partnership

MOU’s with local government to implement system for

emergency response

University and private sector funding to implement ESRI

or OGC map server functionality

Ø

Develop Full Implementation System

Finalize requirements

Formalize programming interface using Web Service

standards (WSDL and SOAP)

Develop functionality

Investigate scalability and performance issues

References

Related documents

50% of inspiratory displacement divided by TA expiratory displacement rate at 50% of expiratory displacement; IQR, interquartile range; MWU, Mann-Whitney-U; rCT, relative

This paper is structured as follows: Section 2 provides an overview of SOLA; Section 3 outlines the basic operation of the improved phase vocoder [5], which makes use of

Unlike the common wireless communication protocols associated with telecommunications infrastructure, such as LTE-M and NB-IoT, WirelessHART instruments can achieve 10-year

The Table reports regressions for the number of foreign partners, the average value per partner and total firm imports on source country log distance and log GDP.. Distance

Closed-loop artificial pancreas using subcutaneous glucose sensing and insulin delivery and a model predictive control algorithm: the Virginia experience.. Journal of Diabetes

By examining the impact of individual income and unemployment expectations on savings, we find evidence in Western Germany that a lower income expectation increases the

Bulawayo and Matabeleland provinces by a perceived Shona dominated ZANU PF government, some sections of the Ndebele ethnic group utilise football fandom to call for the

In volume terms, imports from gold bloc countries (some of which, such as France, had imposed extensive trade quotas) and Germany (whose currency appreciated in real terms against