january 25, 2005 19th apan meeting in bangkok 1 development of noaa and landsat image server using...

27
January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Development of NOAA and Landsat Image Server usi Landsat Image Server usi ng Web Map Service ng Web Map Service Mr. Sarawut Ninsawat and Mr. Sarawut Ninsawat and Dr. Kiyoshi Honda Dr. Kiyoshi Honda This project is a part of Education and Research Project for Sustainable Development in the Greater Mekong Sub Region supported by Japanese Government.

Upload: claud-gray

Post on 11-Jan-2016

216 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 1

Development of NOAA and LDevelopment of NOAA and Landsat Image Server using Wandsat Image Server using W

eb Map Serviceeb Map Service

Mr. Sarawut Ninsawat and Mr. Sarawut Ninsawat and

Dr. Kiyoshi HondaDr. Kiyoshi Honda

This project is a part of Education and Research Project for Sustainable Development in the Greater Mekong Sub Region supported by Japanese Government.

Page 2: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 3

BackgroundBackgroundGIS and remote sensing (RS) have been taking a leading role for sustainable development.Many researchers have done numerous developments in utilizing GIS and RS data to various applications The potential of Geoinformatics has not been fully realized in the sense that data accessibility, integrity and their integration with existing GIS databases.

Page 3: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 4

Internet has high potential to give opportunities for people to access data easily.

Establishing a scheme to share and integrate geo-spatial information will contribute for the use of Geoinformatics in the society

Page 4: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 5

PurposePurposeTo develop Satellite image Map Server in AIT.

To establish mosaic image of LANDSAT over GMS countries.

Improve an access speed over WMS connection

To organize experiment for linking multiple Web Map Servers.

Page 5: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 7

OpenGIS   Consortium (OGC) Specification

Standard interface between Client and ServerPossible to send the request as message format to multiple servers (to the distributed environment) and get the result both of text and graphic data.

Possible to develop own system independently

Introduction of web mapping Introduction of web mapping technologytechnology

Page 6: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 9

Data being provided Data being provided NOAA/AVHRR NDVI image

the 30-day composite NOAA/AVHRR NDVI shown as FCC 121.

Landsat mosaic dataMosaic data of Thailand and GMS countries using Landsat 5 (raw Landsat scence were downloaded from http://www.glcf.umiacs.umd.edu/index.shtml)

Map datacoastline, boundaries, road, river. (VMAPO data source)

Page 7: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 10

30-day NOAA/AVHRR NDVI30-day NOAA/AVHRR NDVI

Jan 2001 Apr 2001 Oct 2001July 2001

Page 8: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 11

•This dataset covers 5.4 million square kilometers. Eight scenes of data were unavailable from this system.

•The original projection data is UTM with datum WGS84.

•The data amount of the mosaic image from 105 Landsat scenes (composed of 4 bands) is around 40 GB.

Landsat MosaicLandsat Mosaic

Page 9: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 12

• When handling very large raster layers, it is convenient and higher performance to split the raster image into a number of smaller images. Each file is tile of the larger raster mosaic available for display.

• The list of files forming a layer can be stored in a shapefile with polygon representing the footprint of each file, and name of the files.(called Tileindex)

• Mapserver will first scan the tile index and ensure that only raster files overlapping the current display request will be opened.

Tile index AlgorithmTile index Algorithm

Page 10: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 13

Code Name

1506 Thailand/1506.tif

1606 Thailand/1606.tif

Page 11: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 15

Two Two Improvement algorithms for SatImprovement algorithms for Satellite image serverellite image server  

Page 12: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 16

System overview (Agriculture client example)

Remote Sensing image serverNDVI 30 days data

Landsat mosaic data• For getting a request from the IT Forum client and se

nding to the client an image which is processed according to the request

Agriculture data client• For sending the requests to multiple server and gettin

g the image from multiple servers and combine multiple images

Page 13: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 18

System ConfigurationSystem Configuration

Page 14: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 19

NOAA NDVI 30 days image server NOAA NDVI 30 days image server exampleexample

http://203.159.10.13/gms/

Page 15: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 20

Landsat image server exampleLandsat image server example

http://203.159.10.13/gms/

Page 16: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 23

Comparison of image qualityComparison of image quality

Landsat 5 Original image Generated image from Mapserver

Page 17: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 24

Comparison of image qualityComparison of image quality

Original image from Landsat 5

image actual size is 266x209 Png 24 bit image generated from mapserver at 400x300 size

Page 18: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 25

Mobile GIS Application

User need RS images at fieldsBetter understanding of the siteFast and good decision making

Limitation of PocketPCSmall System Storage (64MB – 1GB)Impossible to store huge satellite image

Access to the Image server from fieldsWireless internet connection

Page 19: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 26

1) Send a position data and request image map

7) Send back image map

Pocket PC

GPS device

Internet

Spatial DB(Current position)

Password authorization

PHP

Minesota Mapserver

PostGIS/

PostgreSQLPng,jpeg

Remote Sensing Image Server

WMS connection

RSImage

Bluetooth Connection

Bluetooth Connection

2) Update position

3) Request image map from mapserver

4) Request RS image and point layer according to latest position

6) Combine RS image and Point Data -> Image Map

5) Send image map according to requested

Mobile

System configuration

http

Page 20: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 27

Mobile ApplicationAccessingAccessing to the WMS from Field using Mobile Deviceto the WMS from Field using Mobile Device

PDAPDA

MobileMobilePhonePhoneGPSGPS

BluetoothBluetooth

Page 21: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 28

Display Image Map

Page 22: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 31

Display Time of Image Map Image File

PNG 24 bitImage size 200 x 300 File size is approx 20 KB

Display Time of Image MapThailand’s GPRS speed (40.3 kbps) around 4 secondActual GPRS through put around 12– 13 secondEDGE Technology; 200 kbps ( 4 times faster )

Page 23: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 32

Server side image map

Page 24: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 33

GISTDA&RTAF

More Collaboration, More contributionMore Collaboration, More contribution

Page 25: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 34

More Collaboration, More contributionMore Collaboration, More contribution

Page 26: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 35

ConclusionsConclusionsBy implementing two algorithms ( tiling and multi-resolution ), the speed of response time was drastically improved. Multi-server system was tested and shown its efficiency to serve images to users as background images.The potential of OpenGIS and WebGIS like this prototype will promoting more linkage and cooperation.The broker to organize a new growing up of WMS server is required.Extend the utilization of RS image

Not limited to Desktop PC

Page 27: January 25, 2005 19th APAN Meeting in Bangkok 1 Development of NOAA and Landsat Image Server using Web Map Service Mr. Sarawut Ninsawat and Dr. Kiyoshi

January 25, 2005 19th APAN Meeting in Bangkok 36

Thank you . .http://mapserver.hondalab.star.ait.ac.th/gms/

http://www.tsunami.ait.ac.th