Parallel storage, mining and visualization of environmental data archives

Size: px
Start display at page:

Download "Parallel storage, mining and visualization of environmental data archives"

Transcription

1 Parallel storage, mining and visualization of environmental data archives Mikhail Zhizhin, Dmitry Medvedev, Alexey Poyda, Dmitry Mishin and Sergei Berezin Space Research Institute and Geophysical Center Russian Academy of Sciences

2 Collaboration with Microsoft Research Environmental Scenario Search Engine (ESSE) Site: Geophysical Center, Moscow State University and MSR Cambridge PIs: Mikhail Zhizhin (RAS), Eric Kihn (NOAA) and Vassily Lyutsarev (MSRC) PhDs: Alexey Poyda (Moscow State University), Dmitry Mishin and Dmitry Medvedev (RAS) Summary: ESSE is an interactive search engine for data mining in environmental data archives. What makes it so different from conventional text-based search engines is that it actually searches inside the numeric datasets using fuzzy logic to describe transitions between environmental states Climate Induced Vegetation Change Analysis Tool (CLIVT) Site: Space Research Institute and MSR PIs: Eugeny Lupian and Mikhail Zhizhin (RAS) PhDs: Maria Medvedeva, Alexey Poyda, Dmitry Medvedev, Dmitry Voytsehovsky Summary: In CLIVT project we bring together large archives of satellite images and historical data on vegetation and climate for the territory of Northern Eurasia and develop a new technique to study relations between the ecosystems dynamics and the climate change

3 Joint Research Center IKI-MSR in Moscow Framework Agreement signed at Moscow State University on March 17 th, 2009 Administrative structure and research project agreements will be elaborated in June 2009 Main directions of research: The Parties wish to collaborate on research concerning global change of climate, ecology and space environment in their interrelation, which will require satellite and ground-based sensor observations together with data intensive highperformance computing for environmental monitoring, modeling and data mining

4 What are the challenges Repetitive tasks to design (very large) databases for new data products. Interactive access times for any projection of the data array Never delete/overwrite data, lineage-accreditation-quality-type flags Multilayer (catalog, inventory, order, process) distributed metadata storage [STANDARD] Semantically rich common data model [STANDARD] and query language [STANDARD] for (environmental) scientific datasets Functionally rich data services supporting data extraction, processing and mining implemented at the data server [STANDARD] Distributed algorithms to balance network/database load Data export modeling visualize ingest workflow; reference webservices for basic datasets and models Clever and seamless integration of MS Virtual Earth, Google Maps, WMS and scientific visualization libraries Parallel visualization algorithms (GIS?), applications and viewers for very large images, maps and video streams on tiled displays

5 Data processing, analysis and visualization workflow Virtual Observatory XML metadata and portal REST and SOAP templates OGSA-DAI Grid data services ActiveStorage NetCDF and NcML NetCDF API Metadata WMS,WCS Virtual Earth KML and tile servers MM5 and WRF mesoscale weather models Matlab

6 Virtual Observatory XML metadata search engine Open Source middleware VxOware Tiers: 1) Web application; 2) REST services; 3) native XML database backend + native object stores with indexing (documents, images ) XML: multiple catalog-level metadata schemas, e.g. FGDC, ECHO, SPASE, NGDC Ordering Extensions Distributed metadata search over VO federation using REST services

7 Virtual Observatory for Metadata: A Complete Data Environment is More than Just the Bits Metadata store Virtual Observatory Web application or portal Web service API for Data Sources FGDC records Ordering Extensions XML Ordering Extentions OE (1 *) FGDC Metadata Data Request REST or SOAP API OGSA-DAI client toolkit SEARCH in metadata OGSA-DAI Resource and Activities Wiki Documents User Guide ResourceID FGDC catalog XML CLASS, SPIDR, ActiveStorage Plugin Presentations Slideshow Search result: ResourceID_1 ResourceID_2 ResourceID_3 Visualization service Inventory service Order service CLASS products

8 Ordering Extensions XML schema: station map XML element Data order web form XSLT

9 Why OGSA-DAI service container? Standard tool in the Grid community Supports distributed workflow (in version 3.*) Built in support for asynchronous transactions Compatible with Web (Axis) and Grid (OMII, UNICORE, GT4) Looked at alternatives like OpenDap, WCS, documentation of our analysis is available Problem 1: it is very complex Solution: REST wrapper Problem 2: supports only File, SQL and XML data types and queries Solution: implement additional data sources and functions for data in multidimensional arrays

10 ESSE / OGSA-DAI extensions Provide catalog and inventory level metadata about a data source Support multidimensional array data model (in addition to SQL/XML/BLOB) Handle SOAP and REST requests for data export Have local data processing and fuzzy logic data mining functions Provide persistent storage for the data processing and environmental models output (as a new dataset) Can be chained into asynchronous distributed data processing workflow

11 OGSA-DAI Data Order Flow 1 2 OE Web Form Servlet XSLT get Data Types Time-series Sunspot number Grids NCEP Reanalysis Stations Ionospheric Soundings Swath - AVHRR Profiles Ocean Profile Maps Nighttime lights More? Client Process Document via SOAP 3 XML Result Error Message Data Server OGSA- DAI Adapter Storage Get Data Process Mine SQL XML Granule Time Series

12 Environmental Scenario Search Engine State S 1 corresponding to the red (upper-right) region is the fuzzy expression: S 1 = (Very Large P) and (Very Large T) State S 2 corresponding to the cyan (lower-left) region is: S 2 = (Very Small P) and (Very Small T) Time series as a trajectory in the two-dimensional phase space (P-pressure, T-temperature) Combining the descriptions of the states with the time shift operator shift dt, we can write the following symbolic expression for the Environmental Scenario very low temperature and pressure after very high temperature and pressure : (shift dt=1 S 1 ) and S 2

13 Web editor for a multi-state environmental scenario Search results

14 Parallel Active Data Storage Open Source software developed in collaboration with MSR Cambridge Data provided by NCAR and NGDC NOAA Common Data Model and API compatible with Unidata CDM for NetCDF/HDF Scalable parallel storage and processing engine based on MS SQL server Capable to store terabytes of gridded output of numerical weather models and raw meteorological station reports Special client library with API and an OGSA-DAI plugin. The OGSA-DAI receives from ActiveStorage a CMD object and transforms it into different ES formats such as NcML, NetCDF, HDF...

15 Common Data Model (CDM) Dataset -name -name Group DataType Attribute -name -value -datatype Variable Dimension -name -length -char -byte -short -int -long -float -double -String -name -shape -datatype Common Data Model (CDM) is a ES standard used in OpenDAP, netcdf4 and HDF5 as a general representation of multivariate numeric arrays. Sum-models such as grids (geophysical fields), points (observatories) and trajectories (ships, airplanes, satellites) are supported

16 Database schema to map CDM into ActiveStorage

17 Data retrieval scheme: single MS SQL server 1. Call the client library with array coordinates as call parameters x min, y min x max, y max 2. Issue commands to the database server 3. Select the requested data parts from the appropriate chunks Client library SQL Server database 5. Merge the data parts and return the whole array to the user 4. Return the data parts to the client library The database engine performs only the basic array selection and subsetting The client library does all the rest (merging chunks, type conversion, etc.) Two versions of the client library:.net and Java

18 Distributed queries: MS SQL database cluster SQL Server database Client library... SQL Server database Portions of the global array can be stored on several database servers to increase performance

19 NetCDF API for ActiveStorage in MATLAB import ru.wdcb.mdb.ncconnector import com.microsoft.sqlserver.jdbc.sqlserverdriver s = 'jdbc:sqlserver://localhost:1433;databasename=ncep_01;user=g uest;password=guest'; connector = NcConnector(); ncid = connector.nc_open(s,0); varid = connector.nc_inq_varid(ncid,'air'); origin = [ ]; size = [ ]; stride = [ ]; A = connector.nc_get_vars_short(ncid,varid,origin,size,stride); plot(a, 'DisplayName', 'A', 'YDataSource', 'A'); figure origin = [ ]; size = [ ]; stride = [ ]; B = connector.nc_get_vars_shortm(ncid,varid,origin,size,stride); B = reshape(b,[73 144]); imagesc (B); figure(gcf);

20 NCEP/NCAR Weather Reanalysis Continually updating gridded data set Global Circulation Model output 74 weather parameters 5000 netcdf files, MB each Time coverage: hourly values Grids: Regular grid, 2.5 x 2.5 degrees T62 Gaussian grid, 192 x 94 points.

21 NCDC Meteorological Observations Records Fixed ground stations Ships Mobile stations Buoys time coverage. 30 million sensors ASCII files packed with gzip. 50 GB packed; 400 GB unpacked. 1.7 billion observations. Map of the meteorological stations in the database

22 Integration of remote sensing and climate data in CLIVT Multi-annual NDVI time-series by land cover types Regular cell-grid for data integration NDVI for Evergreen Needleleaf Forest NDVI averaging for 2,5 x 2,5 cell-grid by land cover types 1 st decade of June nd decade of June 1999 Land cover map GLC rd decade of June 2007 Multi-annual NDVI time-series 1 0,8 0,6 0,4 0, Integrated analysis Air-Temperature 1 st decade of June nd decade of June st decade of June nd decade of June rd decade of June rd decade of June 2007 Multi-annual time-series of meteorological data

23 Web technologies for visualization of different data types with geolocation KML & georss Web-services for CDM data sources OGC Web Map Services WMS/WFS/WCS MS Virtual Earth Google Maps

24 VisualESSE plugin for NASA World Wind desktop client CodePlex Open Source project

25 MS Virtual Earth, OGC Web Map Service and NcML grid overlays OGC WMS web map image with transparency control Stable world nighttime lights by NGDC NOAA NcML grid extracted from ActiveStorage Current surface temperature by NWS NOAA

26 Reanalysis and forecast weather data fusion Related to a selected pushpin 50 years of weather history from NCEP/NCAR Reanalysis database 1 week weather forecast from NWS database

27 Fuzzy search and Virtual Earth mapping of environmental events Search for events at given locations Select a set of fuzzy scenarios from the VO library and a time interval (history and forecast) XSL transform of the search engine XML output into KML Map the KML: any location, any events, any time window

28 UIC SAGE 3.0 ported on MS Windows Fully functional, not only local display PsTools utilities instead of rsh Uses Windows build-in security Existing applications JuxtaView bitplayer, mplayer Library for.net interoperability WorldWind for SAGE

29 MultiViewer application Rendering clients UI Controller Each node performs data fetching, processing and rendering Better utilization of videocluster resources

30 Transparent Data Cube All HPC components from the CLIVT toolbox can run on the same parallel cluster. At the IKI Computing Center in Moscow we utilize a 12-node cluster with WCC MPI fro MM5, MS SQL Server databases for ActiveStorage and and 12-display videowall for Multiviewer. We call this parallel installation for storage, modeling and visualization Transparent Data Cube

31 Directions for further research Continue analysis of climate-biosphere interactions Sun-Earth connections, including climate, ionosphere, magnetosphere, cosmic rays Data-intensive and cloud computing on Microsoft HPC/Azure platform in remote sensing, environmental databases and sensor networks Tiled display / Virtual Earth / Deep Zoom / SAGE visualization platform / World Wide Telescope Multispectral micro-remote sensing for art conservation

GeoSciWave: Grid services for data streaming, mining and visualization

GeoSciWave: Grid services for data streaming, mining and visualization GeoSciWave: Grid services for data streaming, mining and visualization M. Zhizhin*, A. Andreev*, A. Platonov**, A. Soldatov**, V. Velikhov**, M. Boyarsky*** and R. Nazirov*** *Geophysical Center, ***Space

More information

The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team

The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team Photo courtesy Andrew Mahoney NSF Vision What is AON? a

More information

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

Space Physics Interactive Data Resource SPIDR. Web Services Guide REST API v1,v2

Space Physics Interactive Data Resource SPIDR. Web Services Guide REST API v1,v2 Space Physics Interactive Data Resource SPIDR Web Services Guide REST API v1,v2 Version 3.0 May 2010 Contents Contents...2 Introduction...3 Data Sources...3 Data Source Interface...3 Basic REST API Summary...4

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

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

Nevada NSF EPSCoR Track 1 Data Management Plan

Nevada NSF EPSCoR Track 1 Data Management Plan Nevada NSF EPSCoR Track 1 Data Management Plan August 1, 2011 INTRODUCTION Our data management plan is driven by the overall project goals and aims to ensure that the following are achieved: Assure that

More information

Open Source Visualisation with ADAGUC Web Map Services

Open Source Visualisation with ADAGUC Web Map Services Open Source Visualisation with ADAGUC Web Map Services Maarten Plieger Ernst de Vreede John van de Vegte, Wim Som de Cerff, Raymond Sluiter, Ian van der Neut, Jan Willem Noteboom 1 ADAGUC project Cooperative

More information

Integrated Data Viewer (IDV) a visualization framework Yuan Ho Unidata Program Center Boulder, CO Presentation Outline Integrated Data Viewer (IDV) overview The IDV features IDV examples and customized

More information

EUMETSAT EO Portal. End User Image Access using OGC WMS/WCS services. EUM/OPS/VWG/10/0095 Issue <1> <14/01/2010> Slide: 1

EUMETSAT EO Portal. End User Image Access using OGC WMS/WCS services. EUM/OPS/VWG/10/0095 Issue <1> <14/01/2010> Slide: 1 EUMETSAT EO Portal End User Image Access using OGC WMS/WCS services Slide: 1 Overview Introduction: status of data access and visualization EUMETSAT datasets Architecture Web Map Service implementation

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

NOAA Environmental Data Management Update for Unidata SAC 2014-10-08

NOAA Environmental Data Management Update for Unidata SAC 2014-10-08 NOAA Environmental Management Update for Unidata SAC 2014-10-08 Jeff de La Beaujardière, PhD NOAA Management Architect +1 301-713-7175 NOAA data are unique, valuable, and irreplaceable Many observing systems:

More information

Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1

Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1 Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1 Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model Dr.

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

NCDC Strategic Vision

NCDC Strategic Vision NOAA s National Climatic Data Center World s Largest Archive of Climate and Weather Data Presented to: Coastal Environmental Disasters Data Management Workshop September 16, 2014 Stephen Del Greco Deputy

More information

Agile Retrieval of Big Data with. EarthServer. ECMWF Visualization Week, Reading, 2015-sep-29

Agile Retrieval of Big Data with. EarthServer. ECMWF Visualization Week, Reading, 2015-sep-29 Agile Retrieval of Big Data with EarthServer ECMWF Visualization Week, Reading, 2015-sep-29 Peter Baumann Jacobs University rasdaman GmbH baumann@rasdaman.com [co-funded by EU through EarthServer, PublicaMundi]

More information

Environmental Data Management:

Environmental Data Management: Environmental Data Management: Challenges & Opportunities Mohan Ramamurthy, Unidata University Corporation for Atmospheric Research Boulder CO 25 May 2010 Environmental Data Management Workshop Silver

More information

J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF NEXRAD RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER

J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF NEXRAD RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER Steve Ansari * STG Incorporated, Asheville, North Carolina Stephen Del Greco NOAA National

More information

GOSIC NEXRAD NIDIS NOMADS

GOSIC NEXRAD NIDIS NOMADS NOAA National Climatic Data Center GOSIC NEXRAD NIDIS NOMADS Christina Lief NOAA/NESDIS/NCDC GOSIC Program Manager NOAA/NESDIS/NCDC Asheville, NC 28801 GEOSS AIP Phase 2 Workshop September 25-26, 2008

More information

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER Qian Liu Environmental Systems Research Institute 380 New York Street Redlands, CA92373, U.S.A - qliu@esri.com KEY WORDS: OGC, Standard, Interoperability,

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

The ORIENTGATE data platform

The ORIENTGATE data platform Seminar on Proposed and Revised set of indicators June 4-5, 2014 - Belgrade (Serbia) The ORIENTGATE data platform WP2, Action 2.4 Alessandra Nuzzo, Sandro Fiore, Giovanni Aloisio Scientific Computing and

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

OGC at KNMI: Current use and plans Available products

OGC at KNMI: Current use and plans Available products OGC at KNMI: Current use and plans Available products Maarten Plieger KNMI R&D Ernst de Vreede, John van de Vegte, Wim Som de Cerff, Ian van der Neut, Raymond Sluiter, Jan Willem Noteboom Contents 1. ADAGUC

More information

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA Dr. Conor Delaney 9 April 2014 GeoMaritime, London

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

Interoperable Documentation

Interoperable Documentation Interoperable Documentation Ted Habermann, NOAA/NESDIS/NGDC NCAR Earth Observing Laboratory, June 2010 Links: GEO-IDE Wiki: https://www.nosc.noaa.gov/dmc/swg/wiki/index.php ISO WAF: http://www.ngdc.noaa.gov/metadata/published/19115/isometadatahome.html

More information

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley P1.1 AN INTEGRATED DATA MANAGEMENT, RETRIEVAL AND VISUALIZATION SYSTEM FOR EARTH SCIENCE DATASETS Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University Xu Liang ** University

More information

The THREDDS Data Repository: for Long Term Data Storage and Access

The THREDDS Data Repository: for Long Term Data Storage and Access 8B.7 The THREDDS Data Repository: for Long Term Data Storage and Access Anne Wilson, Thomas Baltzer, John Caron Unidata Program Center, UCAR, Boulder, CO 1 INTRODUCTION In order to better manage ever increasing

More information

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW WMS services from the EUMETSAT real-time Image Gallery Uwe Voges (1), Michael Schick (2), Udo Einspanier (1) (1) con terra GmbH Martin-Luther-King-Weg 24, 48155, Münster, Germany EMail: (U.Voges U.Einspanier)@conterra.de

More information

Accessing Geographic Information Services and Visualization Products at NOAA s National Climatic Data Center

Accessing Geographic Information Services and Visualization Products at NOAA s National Climatic Data Center Accessing Geographic Information Services and Visualization Products at NOAA s National Climatic Data Center Rich Baldwin *, Steve Ansari, and Neal Lott NOAA National Climatic Data Center, Asheville, North

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

Global Earth Observation Integrated Data Environment (GEO-IDE) Presentation to the Data Archiving and Access Requirements Working Group (DAARWG)

Global Earth Observation Integrated Data Environment (GEO-IDE) Presentation to the Data Archiving and Access Requirements Working Group (DAARWG) Global Earth Observation Integrated Data Environment (GEO-IDE) Presentation to the Data Archiving and Access Requirements Working Group (DAARWG) Ken McDonald Data Management Integration Architect National

More information

NASA's Strategy and Activities in Server Side Analytics

NASA's Strategy and Activities in Server Side Analytics NASA's Strategy and Activities in Server Side Analytics Tsengdar Lee, Ph.D. High-end Computing Program Manager NASA Headquarters Presented at the ESGF/UVCDAT Conference Lawrence Livermore National Laboratory

More information

Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo

Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo Sensor Network Messaging Service Hive/Hadoop Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo Contents 1 Introduction 2 What & Why Sensor Network

More information

Data-Intensive Science and Scientific Data Infrastructure

Data-Intensive Science and Scientific Data Infrastructure Data-Intensive Science and Scientific Data Infrastructure Russ Rew, UCAR Unidata ICTP Advanced School on High Performance and Grid Computing 13 April 2011 Overview Data-intensive science Publishing scientific

More information

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova Using the Grid for the interactive workflow management in biomedicine Andrea Schenone BIOLAB DIST University of Genova overview background requirements solution case study results background A multilevel

More information

Evaluating Metadata access

Evaluating Metadata access Evaluating Metadata access strategies with the GOME test suite André Gemünd Fraunhofer SCAI www.eu-egee.org EGEE-II INFSO-RI-031688 EGEE and glite are registered trademarks Motivation Testing the test

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

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

Copyright 2012 California Institute of Technology. Government sponsorship acknowledged. ( )

Copyright 2012 California Institute of Technology. Government sponsorship acknowledged. ( ) Design and Implementation of a in the Cloud George Chang NASA/Jet Propulsion Laboratory 1 Use Cases Hybrid Cloud Design for a Portal Hadoop and Cloud Computing for Image Tiling 2 LMMP Lunar Mapping and

More information

Developing Fleet and Asset Tracking Solutions with Web Maps

Developing Fleet and Asset Tracking Solutions with Web Maps Developing Fleet and Asset Tracking Solutions with Web Maps Introduction Many organizations have mobile field staff that perform business processes away from the office which include sales, service, maintenance,

More information

Bringing Big Data Modelling into the Hands of Domain Experts

Bringing Big Data Modelling into the Hands of Domain Experts Bringing Big Data Modelling into the Hands of Domain Experts David Willingham Senior Application Engineer MathWorks david.willingham@mathworks.com.au 2015 The MathWorks, Inc. 1 Data is the sword of the

More information

On the Efficient Evaluation of Array Joins

On the Efficient Evaluation of Array Joins [co-funded by EU through H2020 EarthServer -2] On the Efficient Evaluation of Array Joins Big Data in the Geosciences Workshop IEEE Big Data, Santa Clara, US, 2015-oct-29 Peter Baumann, Vlad Merticariu

More information

13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION

13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION 13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION Don Murray*, Jeff McWhirter, Stuart Wier, Steve Emmerson Unidata Program Center, Boulder, Colorado 1.

More information

Description and Testing of the Geo Data Portal: A Data Integration Framework and Web Processing Services for Environmental Science Collaboration

Description and Testing of the Geo Data Portal: A Data Integration Framework and Web Processing Services for Environmental Science Collaboration Description and Testing of the Geo Data Portal: A Data Integration Framework and Web Processing Services for Environmental Science Collaboration Open-File Report 2011 1157 U.S. Department of the Interior

More information

André Karpištšenko, Co-Founder & Chief Scientist, Marinexplore Strata, 2014.02.11

André Karpištšenko, Co-Founder & Chief Scientist, Marinexplore Strata, 2014.02.11 marineos André Karpištšenko, Co-Founder & Chief Scientist, Marinexplore Strata, 2014.02.11 The Ocean's Big Data Platform marineos: a platform for organizing, analyzing and distributing machine data marineos

More information

NOMADS. Jordan Alpert, Jun Wang NCEP/NWS. Jordan C. Alpert jordan.alpert@noaa.gov. where the nation s climate and weather services begin

NOMADS. Jordan Alpert, Jun Wang NCEP/NWS. Jordan C. Alpert jordan.alpert@noaa.gov. where the nation s climate and weather services begin An Application for High Availability NOMADS Jordan Alpert, Jun Wang NCEP/NWS Jordan C. Alpert jordan.alpert@noaa.gov DMIT Workshop, Silver Spring, MD 8/13-14//2009 where the nation s climate and weather

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

BUILDING APPLICATIONS FROM A WEB SERVICE BASED COMPONENT ARCHITECTURE. D. Gannon, S. Krishnan, L. Fang, G. Kandaswamy, Y. Simmhan, A.

BUILDING APPLICATIONS FROM A WEB SERVICE BASED COMPONENT ARCHITECTURE. D. Gannon, S. Krishnan, L. Fang, G. Kandaswamy, Y. Simmhan, A. BUILDING APPLICATIONS FROM A WEB SERVICE BASED COMPONENT ARCHITECTURE D. Gannon, S. Krishnan, L. Fang, G. Kandaswamy, Y. Simmhan, A. Slominski What this talk is about How to build secure, reliable applications

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

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

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

Adding Big Earth Data Analytics to GEOSS

Adding Big Earth Data Analytics to GEOSS Research funded through EU FP7 283610 EarthServer European Scalable Earth Science Service Environment Adding Big Earth Data Analytics to GEOSS GEO IX Plenary Foz do Iguacu, 2012-nov-20 Peter Baumann, Stefano

More information

DAME Astrophysical DAta Mining Mining & & Exploration Exploration GRID

DAME Astrophysical DAta Mining Mining & & Exploration Exploration GRID DAME Astrophysical DAta Mining & Exploration on GRID M. Brescia S. G. Djorgovski G. Longo & DAME Working Group Istituto Nazionale di Astrofisica Astronomical Observatory of Capodimonte, Napoli Department

More information

Cluster, Grid, Cloud Concepts

Cluster, Grid, Cloud Concepts Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of

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

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 18 ISSN 2278-7763. BIG DATA: A New Technology

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 18 ISSN 2278-7763. BIG DATA: A New Technology International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 18 BIG DATA: A New Technology Farah DeebaHasan Student, M.Tech.(IT) Anshul Kumar Sharma Student, M.Tech.(IT)

More information

GEOCOMPUTATIONS AND RELATED WEB SERVICES

GEOCOMPUTATIONS AND RELATED WEB SERVICES GEOCOMPUTATIONS AND RELATED WEB SERVICES J. A. Rod Blais Dept. of Geomatics Engineering Pacific Institute for the Mathematical Sciences University of Calgary, Calgary, Alberta T2N 1N4 blais@ucalgary.ca

More information

Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania)

Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania) Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania) Outline Introduction EO challenges; EO and classical/cloud computing; EO Services The computing platform Cluster -> Grid -> Cloud

More information

A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA

A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA Ramachandran Suresh *, Liping Di *, Kenneth McDonald ** * NASA/RITSS 4500 Forbes Blvd, Lanham, MD 20706, USA suresh@rattler.gsfc.nasa.gov

More information

Remote Sensitive Image Stations and Grid Services

Remote Sensitive Image Stations and Grid Services International Journal of Grid and Distributed Computing 23 Remote Sensing Images Data Integration Based on the Agent Service Binge Cui, Chuanmin Wang, Qiang Wang College of Information Science and Engineering,

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

NCDC's Application of Climate Data to Tourism Business Decision-Making

NCDC's Application of Climate Data to Tourism Business Decision-Making NCDC's Application of Climate Data to Tourism Business Decision-Making Climate, Weather, and Tourism Workshop November 14-15, 2008 East Carolina University Greenville, NC Neal Lott NOAA s National Climatic

More information

Data-intensive HPC: opportunities and challenges. Patrick Valduriez

Data-intensive HPC: opportunities and challenges. Patrick Valduriez Data-intensive HPC: opportunities and challenges Patrick Valduriez Big Data Landscape Multi-$billion market! Big data = Hadoop = MapReduce? No one-size-fits-all solution: SQL, NoSQL, MapReduce, No standard,

More information

Consuming and Producing Web Services with WST and JST. Christopher M. Judd. President/Consultant Judd Solutions, LLC

Consuming and Producing Web Services with WST and JST. Christopher M. Judd. President/Consultant Judd Solutions, LLC Consuming and Producing Web Services with WST and JST Christopher M. Judd President/Consultant Judd Solutions, LLC Christopher M. Judd President/Consultant of Judd Solutions Central Ohio Java User Group

More information

SuperGIS Server 3.2 Standard Edition Specification

SuperGIS Server 3.2 Standard Edition Specification SuperGIS Server 3.2 Standard Edition Specification 20140826 Specification 1. All of the services support SOAP (Simple Object Access Protocol). 2. Use map file created by SuperGIS Desktop as map services

More information

Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen Frederick NOAA National Climatic Data Center, Asheville, North Carolina 2.

Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen Frederick NOAA National Climatic Data Center, Asheville, North Carolina 2. 11.4 THE SEVERE WEATHER DATA INVENTORY (SWDI): SPATIAL QUERY TOOLS, WEB SERVICES AND DATA PORTALS AT NOAA S NATIONAL CLIMATIC DATA CENTER (NCDC) Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen

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

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB Product Update Title of Presentation Lorilie Barteski Edmonton, AB Know the audience poll Existing /Pro users Version 6.1 Version 6.0 Version 5.2 or earlier Existing WebMap users Version 6.1 Version 6.0

More information

EarthServer @ RDA. RDA: Co-chairing - Big Data IG - Geospatial IG. OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG

EarthServer @ RDA. RDA: Co-chairing - Big Data IG - Geospatial IG. OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG RDA: Co-chairing - Big Data IG - Geospatial IG OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG EarthServer @ RDA RDA-DE/DINI Workshop, Karlsruhe, 2015-may-29 Peter Baumann Jacobs University

More information

IDL. Get the answers you need from your data. IDL

IDL. Get the answers you need from your data. IDL Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive

More information

Using Message Brokering and Data Mediation to use Distributed Data Networks of Earth Science Data to Enhance Global Maritime Situational Awareness.

Using Message Brokering and Data Mediation to use Distributed Data Networks of Earth Science Data to Enhance Global Maritime Situational Awareness. Using Message Brokering and Data Mediation to use Distributed Data Networks of Earth Science Data to Enhance Global Maritime Situational Awareness. Conor Delaney, Alfredo Alessandrini & Harm Greidanus

More information

Model examples Store and provide Challenges WCS and OPeNDAP Recommendations. WCS versus OPeNDAP. Making model results available through the internet.

Model examples Store and provide Challenges WCS and OPeNDAP Recommendations. WCS versus OPeNDAP. Making model results available through the internet. Making model results available through the internet. Fedor Baart, Gerben de Boer, Wim de Haas, Gennadiy Donchyts, Marc Philippart, Maarten Plieger September 14, 2011 Introduction Fedor Baart PhD thesis:

More information

How To Make A Network Smarter In Pachube.Com

How To Make A Network Smarter In Pachube.Com WHY NETWORK DEVICES & ENVIRONMENTS?! remote monitoring & control! connected interactions, new social relationships! products! services (recurring revenue)! new business-models! real-time product analytics!

More information

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata Ing. Emanuele Tajariol, GeoSolutions Ing. Simone Giannecchini, GeoSolutions GeoSolutions GeoSolutions GeoNetwork

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel

Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel Big Data and Analytics: Getting Started with ArcGIS Mike Park Erik Hoel Agenda Overview of big data Distributed computation User experience Data management Big data What is it? Big Data is a loosely defined

More information

NASA s Big Data Challenges in Climate Science

NASA s Big Data Challenges in Climate Science NASA s Big Data Challenges in Climate Science Tsengdar Lee, Ph.D. High-end Computing Program Manager NASA Headquarters Presented at IEEE Big Data 2014 Workshop October 29, 2014 1 2 7-km GEOS-5 Nature Run

More information

Cloud-based Geospatial Data services and analysis

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

More information

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial Big Data Volume & velocity data management with ERDAS APOLLO Alain Kabamba Hexagon Geospatial Intergraph is Part of the Hexagon Family Hexagon is dedicated to delivering actionable information through

More information

DISMAR: Data Integration System for Marine Pollution and Water Quality

DISMAR: Data Integration System for Marine Pollution and Water Quality DISMAR: Data Integration System for Marine Pollution and Water Quality T. Hamre a,, S. Sandven a, É. Ó Tuama b a Nansen Environmental and Remote Sensing Center, Thormøhlensgate 47, N-5006 Bergen, Norway

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

Big Data and Cloud Computing for GHRSST

Big Data and Cloud Computing for GHRSST Big Data and Cloud Computing for GHRSST Jean-Francois Piollé (jfpiolle@ifremer.fr) Frédéric Paul, Olivier Archer CERSAT / Institut Français de Recherche pour l Exploitation de la Mer Facing data deluge

More information

Enterprise GIS Solutions to GIS Data Dissemination

Enterprise GIS Solutions to GIS Data Dissemination Enterprise GIS Solutions to GIS Data Dissemination ESRI International User Conference July 13 17, 2009 Wendy M. Turner Senior GIS Engineer & Program Manager Freedom Consulting Group, LLC Building the Enterprise

More information

THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA

THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA Meixia Deng a, *, Peisheng Zhao a, Yang Liu a, Aijun Chen a Liping Di a a George Mason University, Laboratory for Advanced

More information

Developing Business Intelligence and Data Visualization Applications with Web Maps

Developing Business Intelligence and Data Visualization Applications with Web Maps Developing Business Intelligence and Data Visualization Applications with Web Maps Introduction Business Intelligence (BI) means different things to different organizations and users. BI often refers to

More information

ACE 2011 International

ACE 2011 International ACE 2011 International Understanding Federation and Web Services www. Copyright 2011 Aras All Rights Reserved. Welcome Session Goals Previous session covered overall Integration strategies and a focus

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

GEDDM - Commercial Data Mining Using Distributed Resources

GEDDM - Commercial Data Mining Using Distributed Resources GEDDM - Commercial Data Mining Using Distributed Resources Mark Prentice 1 st December 2004 Introduction Industrial partner Overview of GEDDM project Application areas Grid enabled implementation Current

More information

A standards-based open source processing chain for ocean modeling in the GEOSS Architecture Implementation Pilot Phase 8 (AIP-8)

A standards-based open source processing chain for ocean modeling in the GEOSS Architecture Implementation Pilot Phase 8 (AIP-8) NATO Science & Technology Organization Centre for Maritime Research and Experimentation (STO-CMRE) Viale San Bartolomeo, 400 19126 La Spezia, Italy A standards-based open source processing chain for ocean

More information

Agile Analytics on Extreme-Size Earth Science Data

Agile Analytics on Extreme-Size Earth Science Data Agile Analytics on Extreme-Size Earth Science Data COPERNICUS Big Data Workshop Brussels / BE, 2014-mar-14 Peter Baumann Jacobs University rasdaman GmbH p.baumann@jacobs-university.de What are the Big

More information

A Project to Create Bias-Corrected Marine Climate Observations from ICOADS

A Project to Create Bias-Corrected Marine Climate Observations from ICOADS A Project to Create Bias-Corrected Marine Climate Observations from ICOADS Shawn R. Smith 1, Mark A. Bourassa 1, Scott Woodruff 2, Steve Worley 3, Elizabeth Kent 4, Simon Josey 4, Nick Rayner 5, and Richard

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

THREDDS. THematic Real-time Environmental Distributed Data Services. Connecting people, documents and data

THREDDS. THematic Real-time Environmental Distributed Data Services. Connecting people, documents and data THREDDS THematic Real-time Environmental Distributed Data Services Connecting people, documents and data Ben Domenico, John Caron, Ethan Davis, Robb Kambic, Stefano Nativi Unidata Program Center and University

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

Pre-Talk Talk. What does ESS look like as more of this CI arrives?

Pre-Talk Talk. What does ESS look like as more of this CI arrives? Cloud Computing Rob Fatland Microsoft Research For the MRC story: http://research.microsoft.com/azure WRF two years and counting: http://weatherservice.cloudapp.net Pre-Talk Talk What does ESS look like

More information

Data Grids. Lidan Wang April 5, 2007

Data Grids. Lidan Wang April 5, 2007 Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural

More information

320473 Databases & Web Applications Lab 320454 Big Data Project A

320473 Databases & Web Applications Lab 320454 Big Data Project A 320473 Databases & Web Applications Lab 320454 Big Data Project A Instructor: Peter Baumann email: p.baumann@jacobs-university.de tel: -3178 office: room 88, Research 1 320302 Databases & Web Applications

More information

GEOSPATIAL SERVICE PLATFORM FOR EDUCATION AND RESEARCH

GEOSPATIAL SERVICE PLATFORM FOR EDUCATION AND RESEARCH GEOSPATIAL SERVICE PLATFORM FOR EDUCATION AND RESEARCH Jianya Gong, Huayi Wu, Wanshou Jiang, Wei Guo, Xi Zhai, Peng Yue State Key Laboratory of Information Engineering in Surveying, Mapping and Remote

More information