Presentation is loading. Please wait.

Presentation is loading. Please wait.

SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Information System Services Architecture Collaborative project: UTAustin (D. R. Maidment) + SDSC.

Similar presentations


Presentation on theme: "SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Information System Services Architecture Collaborative project: UTAustin (D. R. Maidment) + SDSC."— Presentation transcript:

1 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Information System Services Architecture Collaborative project: UTAustin (D. R. Maidment) + SDSC (C. Baru, I. Zaslavsky) + Utah State U (D. Tarboton)+ Drexel U (M. Piasecki) + Duke U. (J. Goodall) + CUAHSI Office (R. Hooper)

2 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D The Grid is becoming the backbone for collaborative science and data sharing CI is about RE-USING data and research resources !!

3 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D CI Vision for Hydrologic Science Leverage ongoing cyberinfrastructure projects: The Geosciences Network (GEON) Share data between Earth Disciplines Secure access to Grid resources, single sign-on authentication/ authorization, distributed data management, data publication, search, information integration, knowledge management, scientific workflows, archiving Integrate with common COTS (commercial off-the shelf) software: Excel, ArcGIS, Matlab… and Fortran … mostly on Windows… Interesting survey of CUAHSI partners by David Tarboton!

4 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D HIS User Assessment (Chapter 4 in Status Report) Data Access Science Observatory support Education Which of the four HIS goals is most important to you?

5 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Tuning to unique features of hydrology Hydrologic observations: Reliance on federally-organized data collection (NWIS, STORET, Ameriflux, etc.) with huge and complex nomenclatures  simplifying access to federal repositories  relatively lower emphasis on data ownership Handling time in both UTC and local Various spatial offsets Multiple data types: time series, fields, spatial data Integrative discipline: Interoperation with atmospheric, ocean, soils, geomorphology, social datasets and services… Community: Organized by “natural boundaries”  natural object hierarchy  networks of relatively autonomous self-managed data nodes Partnership with public sector water management

6 WaterOneFlow Web Services Data accessthrough web services Data storage through web services Downloads Uploads Observatory servers SDSC HIS servers 3 rd party servers e.g. USGS, NCDC GIS Matlab IDL Splus, R D2K, I2K Programming (Fortran, C, VB) Web services interface Web portal Interface (HDAS) Information input, display, query and output services Preliminary data exploration and discovery. See what is available and perform exploratory analyses HTML -XML WSDL - SOAP Hydrologic Information System Service Oriented Architecture

7 Main Components Web services for accessing hydrologic repositories Hydrologic Observations Data Model Hydrologic Data Access System + Time Series Viewer Collection of CUAHSI nodes NWIS ArcGIS Excel NCAR Unidata NASA Storet NCDC Ameriflux Matlab AccessSAS Fortran Visual Basic C/C++ CUAHSI Web Services

8 Database Sizes EPA NWS USGS Records 200 million ? Stations Time range 250 million 800,000100 years 1.5 million 100 years 19,000 (From Jon Goodall, Duke U.)

9 Language for Data Representation EPA NWS USGS Unique Identifier for a Observation Station site_no Station ID COOPID Latitude, Longitude Time of Measurement Station Latitude, Station Longitude Activity Start dec_lat_va, dec_long_va dv_dt YEAR,MO,DA,TIME LATITUDE, LONGITUDE Lots of semantic differences in parameter names, methods, etc.

10 CUAHSI Search Wizard Inside the NWIS Module Search Wizard Demo NWIS Parameter Codes Output (Drexel Univ.) Ontology Viz Demo

11 WaterOneFlow Web Services ServiceInputOutput GetSites Obs Network, filter Get station codes in network GetSiteInfo Station CodeLat/long, station name GetVariables Obs Network or data source, filter Get variable codes GetVariableInfo Variable codeDescription of variable GetValues Station code or lat/long point, variable code, begin date, end date A time series of values GetChart As for GetValueA chart plotting the values Output: string standardized to a common set of objects (XML schema)

12 CUAHSI Web Services http://www.cuahsi.org/his/webservices.html NCEP North American Forecast Model 12 Km grid for continental US New services: http://water.sdsc.edu/wateroneflow/

13 CUAHSI Point Hydrologic Observations Data Model A relational database stored in Access, PostgreSQL, MS SQL Server, …. Stores observation data made at points Consistent format for storage of observations from many different sources and of many different types. Streamflow Flux tower data Precipitation & Climate Groundwater levels Water Quality Soil moisture data (D. Tarboton, USU) Community design requirements (22 reviewers)

14 Schema

15 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Uses and tools for HODM HODM is central to HIS infrastructure, but lacks tools Testing HODM with two types of data: federal repositories, and external databases (Panola). Personal and enterprise versions. Mapping wizard: loading Excel observation data to HODM database: Can save mapping files for subsequent runs of similarly formatted spreadsheets Local data analysis can be done: charts and stats HDAS as an interface to HODM datasets - but shall not be the only one - so exposing HODM as Web services

16 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Data Access System http://river.sdsc.edu/hdas/

17 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Data Access System

18 Cross-platform design Central CUAHSI HIS Node (Windows) GEON Data Node (Linux) Data Apache Tomcat IIS Web Server ASP.Net Geon Software Stack SQL Server Proxy ArcGIS Technologies HDAS HODM Web Service Web Services Web Service proxies Data Remote CUAHSI HIS Node (Windows) Data IIS Web Server ASP.Net SQL Server ArcGIS Technologies HDAS HODM Web Service Web Services Web Service proxies Remote CUAHSI HIS Node (Windows) Data IIS Web Server ASP.Net SQL Server ArcGIS Technologies HDAS HODM Web Service Web Services Web Service proxies Remote CUAHSI HIS Node (Windows) Data IIS Web Server ASP.Net SQL Server ArcGIS Technologies HDAS HODM Web Service Web Services Web Service proxies Remote CUAHSI HIS Node (Windows) Data IIS Web Server ASP.Net SQL Server ArcGIS Technologies HDAS HODM Web Service Web Services Web Service proxies Remote CUAHSI HIS Nodes (Windows)

19 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Resource registration Shapefiles TIFF images, GMT rasters Web Services, WMS services Relational databases, ASCII PDFs, URLs “CUAHSI data” NetCDF Coming: Geodatabases and ODM

20 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D HIS Scalability Adding… …data types and datasets; processing models and services; servers; users and roles – - shall not create unmanageable bottlenecks that require system re- engineering Designing for scalability: Distilling a generic set of web service signatures; resolving semantic and structural heterogeneities Using HODM as a common generic format for time series data, for ease of coding and uniform search interfaces HDAS GUI design to abstract specifics of disparate repositories Leveraging common CI components developed in GEON and other projects Have good design docs, to allow others develop and deploy systems Also: Need to work with agencies to remove the web services bottleneck – some progress with USGS and NOAA!!

21 SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Plans HIS 1.0, Oct 30, 06: Version 1 of WaterOneFlow web services; version 1 of ODM; Additional catalogs in HODM; HDAS deployable; HIS workbook; HIS design document Web services and catalogs for fields Further GEON integration: registering ODMs to GEON catalog, and completing a Windows-based node Planning for 5 more years!


Download ppt "SAN DIEGO SUPERCOMPUTER CENTER, UCSD SciR&D Hydrologic Information System Services Architecture Collaborative project: UTAustin (D. R. Maidment) + SDSC."

Similar presentations


Ads by Google