Technical specifications for accessing Water Level Web Services

Size: px
Start display at page:

Download "Technical specifications for accessing Water Level Web Services"

Transcription

1 Technical specifications for accessing Water Level Web Services Version September 2014 Canadian Hydrographic Service Fisheries and Oceans Canada

2 Contents Introduction... 3 Access and support... 3 Addresses... 3 Technologies... 3 Available Methods... 4 getstatus... 4 getname... 4 getinfo... 4 getversion... 4 getboundarydate... 4 getboundarydepth... 4 getboundaryspatial... 4 getdatainfo... 4 getmetadata... 5 getmetadatainfo... 7 search... 7 Examples of calls to method search... 8 interpolate... 9 References Appendix A Class Diagram of the WDS Standard ResultSet Appendix B Class Diagram of Method interpolate of web service SPINE ResultSpine DataSpine Appendix C Error Messages Canadian Hydrographic Service Page 2 of 14

3 Introduction This document describes three web services giving direct access to water levels measured and calculated by the Canadian Hydrographic Service (CHS) of Fisheries and Oceans Canada. The service web de prévisions et d interpolation des niveaux d eau (water level forecast and interpolation web service - also called SPINE) is a system allowing one to obtain water levels at any time on the St. Lawrence navigation channel between Saint-Joseph-de-la-Rive and the Port of Montréal. The observations web service offers water level observations collected by a network of tide and water level gauges deployed along the St. Lawrence River, its estuary and its gulf. The predictions web service offers water level predictions for over 800 coastal locations all over Canada. Access and support Access to the web services is available to general public, free of charge. Further information can be obtained by communicating with the Canadian Hydrographic Service at chsinfo@dfo-mpo.gc.ca. This address should also be used to get support for using the CHS s web services. Notice that the CHS will not provide any additional information on auxiliary environmental data, such as water temperature, salinity nor atmospheric pressure. Requests of information on water level data will answered as soon as possible, within current CHS level of service. Meteorological conditions can cause differences (time and height) between the predicted and the observed tides. These differences are mainly the result of atmospheric pressure changes, strong prolonged winds or variations of freshwater discharge. Addresses The web service entry points are : SPINE web service: observations web service: predictions web service: Technologies All three web services use SOAP and XML and communicate in English. Each service has a WSDL description (i.e. : to help generate code using tools such WSDL2Java from Apache Axis. Furthermore, each service faithfully respects the Web Data Service WDS standard established by the St. Lawrence Global Observatory (SLGO). Details about the WDS standard can be found at: Canadian Hydrographic Service Page 3 of 14

4 Available Methods The WDS standard describes ten methods offering information about the service itself and one method to search data. The detailed description of each method and its objects are available on the WDS standard website. Exceptionally, the SPINE web service adds one search method called interpolate that is described later in this section. getstatus getname getinfo Gives the status of the web service. With the WDS up and running, the status should read «ok», and when something is wrong the status gives «error». Gives the name of the web service. Gives the description of the web service. getversion Gives the version number of WDS standard used by the web service. getboundarydate Gives the time interval data is available for (all dates and times are in UTC). It is important to note that a search with temporal limits outside this time interval will not result in an error but an empty set. getboundarydepth Gives the depth interval data is available for. Water levels are always considered to be at the surface and thus at a depth of zero (0.0). Values are in meters. The observation web service is the only service for which depth values have a meaning. Temperature and salinity are taken under the surface and require depth values when searching for them. However, atmospheric pressure are taken above the surface and also have depths of zero (0.0). It is important to note that a search with depth limits outside this depth interval will not result in an error but an empty set. getboundaryspatial Gives the latitudes and longitudes inside of which data is available. Latitude and longitude values are in decimal degrees and follow the ISO 6709 standard (a positive latitude is North, a positive longitude is East). It is important to note that a search with spatial limits outside this bounding box will not result in an error but an empty set. getdatainfo Gives the list of data type and their description. Canadian Hydrographic Service Page 4 of 14

5 SPINE has a single value : spine : water level forecast in meters Observations has four values : wl : water level in meters sal : water salinity in parts per thousand ( ) temp : water temperature in Celcius degree atm_pres : atmospheric pressure in millibars Note : environment data (sal, temp, den et atm_pres) are available only as is and no quality control has been done. Additional information on those data will not be supplied. Prédictions has two values : hilo : water levels of high tides and low tides wl15 : water levels each 15 minutes ( :00, :15, :30 et :45) The predictions web service only offers water levels predictions. Consequently, Tidal bores (Moncton et Truro) and slack waters (Reversing Falls) are not available through this service. One of these values must be given as the first parameter of its respective web service method search. getmetadata Gives a list of metadata alongside their values. SPINE has six (6) metadata : Name of the metadata contact language name abstract reference_date max_results Value Gives information about the person to contact in case of trouble. Gives the language of messages exchanged between the server and the client. Gives the name of the web service. Gives the description of the web service. Gives a textual representation of temporal limits. A more standard way is to call getboundarydate. Gives the maximum number of elements returned by a query to interpolate. Observations has eleven (11) metadata: Name of the metadata Value station_id_list Gives the list of tidal gauge ids, each id separated by a comma : 03057,03071,03100, station_id_position Gives the list of tidal gauge ids alongside their geographical coordinates. These three values are separated by comma and decorated with square brackets : [15520, , ][15540, , ]. Canadian Hydrographic Service Page 5 of 14

6 contact language name abstract reference_date station_id_name_list metadata_selection_accepted max_rows total_nbr_obs Gives information about the person to contact in case of trouble. Gives the language of messages exchanged between the server and the client. Gives the name of the web service. Gives the description of the web service. Gives a textual representation of temporal limits. A more standard way is to call getboundarydate. Gives the list of tidal gauge ids alongside their names. These two values are separated by two semi-colon and decorated by square brackets : [15520;;Montréal, Jetée no 1][15540;;Montréal, rue Frontenac] Gives the list of metadata fields allowed in method search, each separated by a comma. For more information, please consult the WDS standard and look for parameter metadataselection in method search. Gives the maximum number of elements returned by a call to method search. Gives the number of data points in the database. Predictions has twelve (12) metadata: Name of the metadata contact date language topic name abstract reference_date Value Gives information about the person to contact in case of trouble. Gives the date the web service came online Gives the language of messages exchanged between the server and the client. Gives the topic of the web service Gives the name of the web service. Gives the description of the web service. Gives a textual representation of temporal limits. A more standard way is to call getboundarydate. station_id_list Gives the list of tidal gauge ids, each id separated by a comma : 03057,03071,03100, station_id_position station_id_name_list Gives the list of tidal gauge ids alongside their geographical coordinates. These three values are separated by comma and decorated with square brackets : [15520, , ][15540, , ]. Gives the list of tidal gauge ids alongside their names. These two values are separated by two semi-colon and decorated by square brackets : Canadian Hydrographic Service Page 6 of 14

7 [15520;;Montréal, Jetée no 1][15540;;Montréal, rue Frontenac] metadata_selection_accepted max_rows Gives the list of metadata fields allowed in method search, each separated by a comma. For more information, please consult the WDS standard and look for parameter metadataselection in method search. Gives the maximum number of elements returned by a call to method search. getmetadatainfo Gives a list describing the each metadata. It is important to note that there are three levels of metadata : Service level metadata and given by method getmetadata. Result level metadata, metadata about the set of data given by a search. Data level metadata, metadata about a single value. search Makes a search and gives back data points and their metadata inside an object of type ResultSet (see Appendix A). This method requires many parameters: one data type, one spatial interval, one depth interval, one temporal interval, the 1-based index for the start of the data, the number of data, the flag to include data-level metadata, the metadata selection and the sort order (example are given later). This method is available in SPINE but has been deprecated, use interpolate instead. Data from observations and predictions have the following metadata to help identify them : metadata : the metadata array : station_id : the unique station id (i.e : 02985) station_name : the name of the station (i.e. : Rimouski) vl : validation level (observations only) o 0 = invalid data, the data has not been subject to any validation test, it is the raw data from the tidal gauge. o 1 = valid data, the data has passed basic tests. o 2 = certified data, the data has passed extensive tests. These data-level metadata can be used as value to parameter metadataselection (i.e. station_id=02985 or again station_name=rimouski). Examples are given later. Furthermore, it is possible to use metadata vl with operator + and when using it as parameter metadataselection to select data at multiple levels (i.e vl=1+ would give data at level 1 and 2). Canadian Hydrographic Service Page 7 of 14

8 Examples of calls to method search Prédiction EXAMPLE 1 EXEMPLE 2 search("hilo", 47.5, 47.7, -61.6, -61.4, 0.0, 0.0, " :00:00", " :59:59", 1, 100, true, "", "asc") Searches all the high tides and all the low tides in the northwest of the Îles-de-la-Madeleine on February 1st 2012, asks for the first 100 beginning with the first value and requests datalevel metadata with everything in ascending order. search("wl15", 47.5, 47.7, -61.6, -61.4, 0.0, 0.0, " :43:54", " :17:27", 3, 5, true, "", "desc") Searches all the water levels in the northwest of the Îles-de-la-Madeleines during the night of February 3rd 2012 and asks, in decreasing order, the next five elements starting at 3 (données 3, 4, 5, 6 et 7) with data-level metadata and no metadata selection. Observations EXAMPLE 1 EXAMPLE 2 EXAMPLE 3 search("sal", -90.0, 90.0, , 180.0, 5.0, 50.0, " :15:00", " :30:00", 1, 1000, true, "", "asc") Searches for all salinity values taken between 5 meters and 50 meters on December 10th 2012 between 14 :15 et 14 :30 and gives the first 1000 in ascending order. search("wl", -90.0, 90.0, , 180.0, 0.0, 0.0, " :16:00", " :16:00", 1, 1, true, "station_id=02985", "desc") Assuming being December 10th 2012 at 14 :16, gives the most recent water level at Rimouski (02985) if it has been measured in the last hour. search("wl", 48.4, 48.5, -68.6, -68.5, 0.0, 0.0, " :00:00", " :00:00", 1, 1000, true, "vl=1+","asc") Searches for all the water levels in Rimouski during the afternoon of December 10th 2012 which have a validation level of 1 or 2. By replacing "vl=1+" with "vl=2", one can get only the level 2 water levels. Canadian Hydrographic Service Page 8 of 14

9 interpolate Makes a search of forecast water levels and gives back data points and metadata inside an object of type ResultSpine (see Appendix B). This method only works in SPINE and is much more simple than search, only needing three arrays : One array of real numbers for latitudes Another array of real numbers for longitudes A last array of strings for dates. Values at the same index in the arrays represent a set of coordinates and arrays must have the same length. Canadian Hydrographic Service Page 9 of 14

10 References To learn more about technologies used by the web services : SOAP : WDS Standard: WSDL : Canadian Hydrographic Service Page 10 of 14

11 Appendix A Class Diagram of the WDS Standard ResultSet Extrait du document «WDS Cookbook» ( An instance of class ResultSet is given back as results to a search. This object, drawn at the center of the diagram, contains an array of data in its property data of size size. Other properties are : boundaryspatial : the spatial limits of the data inside the results, boundaydepth : the depth limits of the data inside the results, boundarydate : the temporal limits of the data inside the results, boundaryvalue : the limits of the values themselves, status : the status of the request metatada : other metadata about the request Values themselves are instances of class Data. Properties spatialcoordinates, boundarydepth and boundarydate indicate the location of the sensor and property metadata gives more information (see the section about method search). The value itself is in property value. Canadian Hydrographic Service Page 11 of 14

12 Appendix B Class Diagram of Method interpolate of web service SPINE ResultSpine An instance of class ResultSpine is given as a result to a call to an interpolation. This object, drawn at the center of the diagram contains an array as property data of size size. Other properties are : status : the status of the request metatada : other metadata about the request Values themselves are instances of class DataSpine. Properties coordinates and date indicate the location and time of the forecast, properties metadata and type give more information (see the section on interpolate). The value itself is in property value. Canadian Hydrographic Service Page 12 of 14

13 DataSpine An instance of class DataSpine contains values and metadata about a water level forecast: value: the water level in meters w.r.t chart datum coordinate: spatial coordinate moved to be at the closest St. Lawrence channel center-line date: the date for which the forecast is for type: the type of data: it can be forecast for a forecast or begin with error to indicate an error. metadata: metadata about the forecast, including age_forecast indicating the age in minute of the forecast (that is the interval between the moment the forecast was made and the moment the forecast was requested) and precision_index indicating the margin of error in meters Any other type or metadata available at the moment does not have any significant value and are placeholders for future changes Canadian Hydrographic Service Page 13 of 14

14 Appendix C Error Messages If there are errors in a search request or if the service itself has errors, the property status in the ResultSet will have one of these messages : Valeur : Ce que cela signifie : The web service is currently unavailable. Please, try later. Invalid date format Invalid order Invalid datatype Self explanatory. The date has an incorrect format. The correct format is yyyy-mm-dd HH:mm:ss in UTC. The order is incorrect, the correct orders are asc or desc. The type in parameter dataname is incorrect. See getdatainfo for a list of correct values. If there are errors in a call to interpolate from SPINE or if the service itself has errors, property status of ResultSpine will have one of these messages : Valeur Ce que cela signifie : The forecast web service is currently unavailable. Please, try later. error, Out of Date Boundary error, Out of Spatial Boundary error, Wrong date format Self explanatory. Self explanatory. Self explanatory. The date has an incorrect format. The correct format is yyyy-mm-dd HH:mm:ss in UTC. Data of class DataSpine from SPINE can also have the following message instead of a value: error, The geographic coordinate must be closer to the center of the St. Lawrence river. The coordinates are inside the spatial limits but too far from the center of St. Lawrence River channel. Canadian Hydrographic Service Page 14 of 14

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of

More information

5PRESENTING AND DISSEMINATING

5PRESENTING AND DISSEMINATING 5PRESENTING AND DISSEMINATING INFORMATION This chapter presents information and guidance on how to present and disseminate marine water quality monitoring data to the program s intended audience. Section

More information

Please refer to for specifics and limitations with these operating systems.

Please refer to   for specifics and limitations with these operating systems. Appendix B ArcReader User Guide For the Southeast Ocean Based Renewable Energy Project INTRODUCTION The purpose of this document is to provide guidance and assistance to users with ArcReader, so that they

More information

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url: Talley SIO 210 (2013)

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url:   Talley SIO 210 (2013) SIO 210: I. Observational methods and II. Data analysis (combined single lecture) Fall 2013 I. Observations Reading: DPO 6.1, S16.1, S16.4, S16.5, S16.9 Remote sensing In situ T, S and tracers Velocity

More information

DEVICE CONFIGURATION INSTRUCTIONS. WinFrog Device Group:

DEVICE CONFIGURATION INSTRUCTIONS. WinFrog Device Group: WinFrog Device Group: Device Name/Model: Device Manufacturer: Device Data String(s) Output to WinFrog: WinFrog Data String(s) Output to Device: WinFrog Data Item(s) and their RAW record: ROV Olympian T2

More information

How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents

How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents Preface... 2 Introduction to the SATURN Interface... 3 Fixed station user interface... 5 The Recent Tab... 6 Reading

More information

Transducer and LBL calibration - Integrated functions in HiPAP systems

Transducer and LBL calibration - Integrated functions in HiPAP systems Transducer and LBL calibration - Integrated functions in HiPAP systems Dynamic Positioning Conference, Houston, September 17-18 2002 arranged by 1 Calibration of transducer alignment and of LBL array This

More information

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT By Wan Mohd. Nazri Wan Daud Malaysian Meteorological Department, Jalan Sultan, 46667 Petaling Jaya, Selangor,

More information

Teledyne PDS. Trailing Suction Hopper. Version April Teledyne RESON B.V. Stuttgartstraat AS Rotterdam The Netherlands

Teledyne PDS. Trailing Suction Hopper. Version April Teledyne RESON B.V. Stuttgartstraat AS Rotterdam The Netherlands Trailing Suction Hopper Teledyne PDS Version 1.1.0 April 2017 Teledyne RESON B.V. Stuttgartstraat 42-44 3047 AS Rotterdam The Netherlands Tel.: +31 (0)10 245 15 00 www.teledyne-reson.com Teledyne RESON

More information

Oceanic Observatory for the Iberian Shelf

Oceanic Observatory for the Iberian Shelf Oceanic Observatory for the Iberian Shelf B.Vila Barcelona, 26th September 2016 Objectives: The Project Improve the oceanic observation at the North Western Iberian coast (meteorological, oceanographical

More information

Version March Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data

Version March Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data Steven Worley and Zaihua Ji 3 National Center for Atmospheric Research, Boulder, CO Contact: Worley@ucar.edu

More information

Relationship Estimator

Relationship Estimator This is a small program that is intended to make the DNA Prediction Chart Spreadsheet a bit easier to use. It is based entirely on the data in this spreadsheet plus some interpolation of missing values.

More information

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design Distributed Oceanographic Match-up Service (DOMS) User Interface Design Shawn R. Smith 1, Jocelyn Elya 1, Adam Stallard 1, Thomas Huang 2, Vardis Tsontos 2, Benjamin Holt 2, Steven Worley 3, Zaihua Ji

More information

TSMAD: Transfer Standard Maintenance & Applications Development WG Julia Powell Vice Chair

TSMAD: Transfer Standard Maintenance & Applications Development WG Julia Powell Vice Chair TSMAD: Transfer Standard Maintenance & Applications Development WG Julia Powell Vice Chair ToR Objectives To maintain, develop and extend: (i) the S-57 IHO transfer standard for digital hydrographic data;

More information

GeoTide Predictor User Guide

GeoTide Predictor User Guide GeoTide Predictor GeoTide Predictor User Guide The software described in this document is provided under licence and may only be used in accordance with the terms of the agreement. Whilst every attempt

More information

Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015

Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015 Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015 1 Overview The purpose of this document is to provide a detailed technical

More information

Ocean Data View (ODV) Manual V1.0

Ocean Data View (ODV) Manual V1.0 Ocean Data View (ODV) Manual V1.0 Prepared by the Coastal and Regional Oceanography Lab UNSW, Australia (www.oceanography.unsw.edu.au ) for the Sydney Institute of Marine Science. Table of Contents 1 Introduction

More information

Importing Excel into SAS: A Robust Approach for Difficult-To-Read Worksheets

Importing Excel into SAS: A Robust Approach for Difficult-To-Read Worksheets Importing Excel into SAS: A Robust Approach for Difficult-To-Read Worksheets Name of event: TASS Location of event: Toronto Presenter s name: Bill Sukloff Branch name: Science &Technology Date of event:

More information

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide RainWise CC-2000 Edition Visit our Website to Register Your Copy (weatherview32.com) Insert the WV32 installation CD in an available drive, or run the downloaded install file wvsetup80.exe.

More information

Format specification for the SMET Weather Station Meteorological Data Format version 1.1

Format specification for the SMET Weather Station Meteorological Data Format version 1.1 Format specification for the SMET Weather Station Meteorological Data Format version 1.1 Mathias Bavay November 28, 2017 Abstract The goal of this data format is to ease the exchange of meteorological

More information

Lab 6 - Ocean Acoustic Environment

Lab 6 - Ocean Acoustic Environment Lab 6 - Ocean Acoustic Environment 2.680 Unmanned Marine Vehicle Autonomy, Sensing and Communications Feb 26th 2019 Henrik Schmidt, henrik@mit.edu Michael Benjamin, mikerb@mit.edu Department of Mechanical

More information

An Evaluation of CARIS Bathy DataBASE as a Bathymetric Data Management Solution for CHS Quebec

An Evaluation of CARIS Bathy DataBASE as a Bathymetric Data Management Solution for CHS Quebec An Evaluation of CARIS Bathy DataBASE as a Bathymetric Data Management Solution for CHS Quebec Canadian Hydrographic Conference 2008 Outline CHS operational workflows The CARIS Bathy DataBASE solution

More information

Using a Geographic Information System (GIS) to look at marine fisheries data

Using a Geographic Information System (GIS) to look at marine fisheries data Using a Geographic Information System (GIS) to look at marine fisheries data Daniel Sheehan GIS Programmer & Analyst Office of Educational Innovation & Technology dsheehan@mit.edu x2-1475 Introduction

More information

J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE

J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE Yujie Zhao, Ruixin Yang *, Menas Kafatos Center for Earth Observing & Space Research (CEOSR) George Mason University (GMU) ABSTRACT

More information

Appendix B. Figure 1. Canal System and Baseline Development

Appendix B. Figure 1. Canal System and Baseline Development Survey Tide Correction Program Conceptual Description Appendix B The Survey Tide Correction program developed in the University of Florida Coastal and Oceanographic Engineering Department by Bill Miller

More information

The PICES Metadata Federation: Pacific-wide marine metadata discovery, management and delivery for FUTURE

The PICES Metadata Federation: Pacific-wide marine metadata discovery, management and delivery for FUTURE PICES 17th Annual Meeting Dalian, People s Republic of China October 30, 2008 The PICES Metadata Federation: Pacific-wide marine metadata discovery, management and delivery for FUTURE S. Allen Macklin

More information

Feature Detection Performance of a Bathymetric Lidar in Saipan

Feature Detection Performance of a Bathymetric Lidar in Saipan Feature Detection Performance of a Bathymetric Lidar in Saipan LTJG Russell Quintero NOAA National Geodetic Survey - JALBTCX, Kiln, MS russell.quintero@noaa.gov Jerry Mills NOAA Office of Coast Survey

More information

SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA

SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA September, 2003 Table of Contents Table of Contents 0 Table of Contents 1 Introduction 2 System Requirements 2 Installing SeeG3 3 SeeG3

More information

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Jothiganesh Shanmugasundaram Decision Support Tool Development Specialist COPY DATABASE FOLDER BHUTAN in to

More information

BATHYELLI Project. Set-up of CD using spatial altimetry and GPS. kinematic GPS

BATHYELLI Project. Set-up of CD using spatial altimetry and GPS. kinematic GPS BATHYELLI Project Set-up of CD using spatial altimetry and kinematic GPS Lucia Pineau-Guillou, SHOM Lucia Pineau-Guillou 30/03/09 Aims of BATHYELLI project Why computing CD in ITRS? Methodology Spatial

More information

Pacific Northwest Water Quality Data Exchange

Pacific Northwest Water Quality Data Exchange Pacific Northwest Water Quality Data Exchange Flow Configuration Document Version 1.3 August 16, 2004 Version 1.3 prepared by: Business Systems Development Management Services Division 811 SW Sixth Avenue

More information

The Argonaut-XR System and the Multi-Cell Feature

The Argonaut-XR System and the Multi-Cell Feature The Argonaut-XR System and the Multi-Cell Feature As a current profiling system, the Argonaut-XR offers exceptional value for near shore deployments. Its small size, rugged build quality, and flexible

More information

Overview of the SMS Interface for the CMS and New CIRP Additions: CIRP Wiki and CMS Discussion List

Overview of the SMS Interface for the CMS and New CIRP Additions: CIRP Wiki and CMS Discussion List Overview of the SMS Interface for the CMS and New Additions: Wiki and CMS Discussion List Mitch Brown Coastal and Hydraulics Laboratory Engineer Research and Development Center May 20, 2010 US Army Corps

More information

WARM Modelling Solution. Reference documentation

WARM Modelling Solution. Reference documentation WARM Modelling Solution Reference documentation Release Issue Date 1 2 September 2013 Copyright European Union, 1995 2013 Reproduction is authorised, provided the source is acknowledged, save where otherwise

More information

Lab #5 Ocean Acoustic Environment

Lab #5 Ocean Acoustic Environment Lab #5 Ocean Acoustic Environment 2.S998 Unmanned Marine Vehicle Autonomy, Sensing and Communications Contents 1 The ocean acoustic environment 3 1.1 Ocean Acoustic Waveguide................................

More information

How Did Conductivity Vary Along the Wichita River from April 2003 November 2003?

How Did Conductivity Vary Along the Wichita River from April 2003 November 2003? How Did Conductivity Vary Along the Wichita River from April 2003 November 2003? Jorge Luna GEO 327 G December 7, 2017 Problem The Wichita River has some of the best striped bass fishing in the United

More information

Ecography. Supplementary material

Ecography. Supplementary material Ecography ECOG-03031 Fordham, D. A., Saltré, F., Haythorne, S., Wigley, T. M. L., Otto-Bliesner, B. L., Chan, K. C. and Brooks, B. W. 2017. PaleoView: a tool for generating continuous climate projections

More information

Teledyne PDS. Cutter Dredge. Version March Teledyne RESON B.V. Stuttgartstraat AS Rotterdam The Netherlands

Teledyne PDS. Cutter Dredge. Version March Teledyne RESON B.V. Stuttgartstraat AS Rotterdam The Netherlands Cutter Dredge Teledyne PDS Version 2.1.1 March 2017 Teledyne RESON B.V. Stuttgartstraat 42-44 3047 AS Rotterdam The Netherlands Tel.: +31 (0)10 245 15 00 www.teledyne-reson.com Teledyne RESON has made

More information

What is SQL? Toolkit for this guide. Learning SQL Using phpmyadmin

What is SQL? Toolkit for this guide. Learning SQL Using phpmyadmin http://www.php-editors.com/articles/sql_phpmyadmin.php 1 of 8 Members Login User Name: Article: Learning SQL using phpmyadmin Password: Remember Me? register now! Main Menu PHP Tools PHP Help Request PHP

More information

PART I: Collecting data from National Earth Observatory

PART I: Collecting data from National Earth Observatory Investigation: Sea Surface Temperature We ve seen how temperature varies with depth, but how does it vary with latitude and season? In this investigation, you are going to explore sea surface temperatures

More information

New Port of London (PLA) Tidal System On-line Real-Time Data Management & Display

New Port of London (PLA) Tidal System On-line Real-Time Data Management & Display New Port of London (PLA) Tidal System On-line Real-Time Data Management & Display Caroline Levey (OceanWise Ltd) and John Pinder (Port of London Authority) User Requirements Specification Equipment Data

More information

Service Design Description for the xxx Service <xyz Technology>

Service Design Description for the xxx Service <xyz Technology> ENAV20-9.24 Service Design Description for the xxx Service Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Intended Readership... 5 1.3 Inputs from Other Projects...

More information

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface Development of an information service system based on GOOGLE graphical interfaces Instruction for the use of the MOON-VOS portal Interface Giuseppe M.R. Manzella ENEA Operational Oceanography, p.o. box

More information

MIKE 21 & MIKE 3 Flow Model FM. Hydrodynamic Module. Step-by-step training guide

MIKE 21 & MIKE 3 Flow Model FM. Hydrodynamic Module. Step-by-step training guide MIKE 21 & MIKE 3 Flow Model FM Hydrodynamic Module Step-by-step training guide MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292

More information

Sinusoidal Data Worksheet

Sinusoidal Data Worksheet Sinusoidal Data Worksheet West Coast Tidal Analysis: Fill in the following chart for the low tide and high tides per day for the researched two-day period (so four low tides and high tides all inter-distributed)

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

MQTT Client Driver PTC Inc. All Rights Reserved.

MQTT Client Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 5 Setup 6 Channel Properties General 6 Channel Properties Advanced 7 Channel Properties Connection 7 Channel Properties

More information

Setting up Hydromagic:

Setting up Hydromagic: To operate Eye4Software Hydromagic and RosePoint ECS software packages simultaneously, the CEESCOPE echo sounder must be connected to the acquisition PC using the Ethernet (LAN) cable. The two software

More information

THE TIDEM8 PORTABLE TIDE GAUGE

THE TIDEM8 PORTABLE TIDE GAUGE OHMEX INSTRUMENTS TideM8 Miniature Tide Gauge System THE TIDEM8 PORTABLE TIDE GAUGE For current specification and warranty terms please visit www.ohmex.com/tidem8.htm User Guide 2007 L.M.Technical Services

More information

The FloatHub Communications Protocol

The FloatHub Communications Protocol The FloatHub Communications Protocol Core Protocol Version: 1 Security Envelope Version: 2 This Document Version: 0.35 Bernhard Borges and Thor Sigvaldason May 29, 2017 Abstract We define a compact protocol

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

More information

About This Version ParkSEIS 2.0

About This Version ParkSEIS 2.0 PS User Guide Series - About This Version 2.0 2016 About This Version ParkSEIS 2.0 Prepared By Choon B. Park, Ph.D. September 2016 Table of Contents Page 1. Summary 2 2. Velocity (Vs) Cross Section - Topographic

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Technical English -I 5 th week SURVEYING AND MAPPING

Technical English -I 5 th week SURVEYING AND MAPPING Technical English -I 5 th week SURVEYING AND MAPPING What is surveying? It is the art of defining the positions of natural and man-made made features on the Earth s surface. Basic Tasks and Features in

More information

Real-time Monitoring of

Real-time Monitoring of Real-time Monitoring of Uncertainty due to Refraction in Multibeam Echosounding J. Beaudoin Ocean Mapping Group University of New Brunswick Oct. 21 st 2008 Shallow Survey 2008 1 Introduction CSL Heron

More information

Moomba Boats PV480 Color Display

Moomba Boats PV480 Color Display Moomba Boats PV480 Color Display 2018 Owner s Manual 1715055 2017-08-30 We continually strive to bring you the highest quality, full-featured products. As a result, you may find that your actual display

More information

Analysis of Hydraulic Turbine using MecaFlux Heliciel

Analysis of Hydraulic Turbine using MecaFlux Heliciel Analysis of Hydraulic Turbine using MecaFlux Heliciel Suppose that we have a stream of water with no head available then for getting power out of it we can just only use the kinetic energy of water. P

More information

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

More information

ANALYSIS OF THE MORPHODYNAMICS OF THE GERMAN NORTH SEA COAST ON THE BASIS OF A FUNCTIONAL SEABED MODEL. Peter Milbradt1

ANALYSIS OF THE MORPHODYNAMICS OF THE GERMAN NORTH SEA COAST ON THE BASIS OF A FUNCTIONAL SEABED MODEL. Peter Milbradt1 ANALYSIS OF THE MORPHODYNAMICS OF THE GERMAN NORTH SEA COAST ON THE BASIS OF A FUNCTIONAL SEABED MODEL Peter Milbradt1 ABSTRACT The knowledge of the hydro- and morphodynamic realities and the resulting

More information

Chapter 18: Basic Ribbit

Chapter 18: Basic Ribbit Chapter 18: Basic Ribbit Introduction Ribbit is a data processing program written by Fugro Pelagos to provide data processing capabilities primarily for WinFrog data. This software makes the processing

More information

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

Introduction. Thank you for purchasing SpecMaps.

Introduction. Thank you for purchasing SpecMaps. Table of Contents Collecting Data 2 Map Boundary 2 Uploading a Data File 2 Viewing an Existing Chart 4 Deleting Maps 4 SpecMaps Charts 5 Unable to Process Data 6 Introduction Thank you for purchasing SpecMaps.

More information

The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include:

The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include: B8. Using CMS-Wave The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include: Full-plane wind-generation of waves Automatic wave run-up

More information

RiverSonde(TM) Web Interface User s Guide Version 1.1

RiverSonde(TM) Web Interface User s Guide Version 1.1 RiverSonde(TM) Web Interface User s Guide Version 1.1 CODAR Ocean Sensors, Ltd. http://www.codar.com/ May 19, 2010 i ii c 2010 CODAR Ocean Sensors, Ltd. Formatted for LATEX by MultiMarkdown Contents Contents

More information

iii Map Intelligence Client User Manual

iii Map Intelligence Client User Manual Map Intelligence Client User Manual iii TM Map Intelligence Client User Manual ii CONTENTS INTRODUCTION... 5 Purpose... 5 Audience... 5 Conventions... 6 Prerequisites... 6 CONCEPTS... 7 What is Map Intelligence?...

More information

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr.

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr. Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies Student: Alexandra Moraru Mentor: Prof. Dr. Dunja Mladenić Environmental Monitoring automation Traffic Monitoring integration

More information

Location Aware Programming Framework

Location Aware Programming Framework Location Aware Programming Framework CSE237B Course Project, Fall 2004 by Apurva Sharma Introduction Time as a variable has been integrated into programming for quite some time. Most languages provide

More information

Marine Information Objects (MIOs) and ECDIS: Concept and Practice

Marine Information Objects (MIOs) and ECDIS: Concept and Practice Proceedings: U.S. Hydrographic Conference, 24-27 March 2003, Biloxi, MS Marine Information Objects (MIOs) and ECDIS: Concept and Practice Dr. Lee Alexander 1 Center for Coastal and Ocean Mapping Joint

More information

WHAT IS A DATABASE? There are at least six commonly known database types: flat, hierarchical, network, relational, dimensional, and object.

WHAT IS A DATABASE? There are at least six commonly known database types: flat, hierarchical, network, relational, dimensional, and object. 1 WHAT IS A DATABASE? A database is any organized collection of data that fulfills some purpose. As weather researchers, you will often have to access and evaluate large amounts of weather data, and this

More information

Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013

Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013 BUSINESS RULES WORKSHOP Data Rules Dave Fisher & Madelyn Bell rules.ppdm.org 1 March 2014 AGENDA Workshop objectives Definitions what is a data rule? It only grows with your help It takes longer then anyone

More information

Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI A Self Logging/Self Powered Pressure Sensor

Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI A Self Logging/Self Powered Pressure Sensor Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI-010-022 A Self Logging/Self Powered Pressure Sensor General Description The OSSI-010-022 Wave Gauge Blue combines a highly stable Pressure Sensor, a Compact

More information

Package WISKIr. September 1, 2015

Package WISKIr. September 1, 2015 Title Acquires data from a WISKI web server Version 2.0 Date 2015-09-01 Package WISKIr September 1, 2015 Author, Centre for Hydrology, University of Saskatchewan Maintainer Functions

More information

Riparian Areas Regulation Notification System Users Guide

Riparian Areas Regulation Notification System Users Guide Riparian Areas Regulation Notification System Users Guide February 2008 1. Getting started... 3 1.1 Minimum system requirements... 3 1.2 Internet connection... 3 1.3 Internet browser... 4 1.4 Programs

More information

WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool; Part 4 GLOS/GLCFS Database

WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool; Part 4 GLOS/GLCFS Database WaveNet: A Web-Based Metocean Data Access, Processing and Analysis Tool; Part 4 GLOS/GLCFS Database by Zeki Demirbilek, Lihwa Lin, and Derek Wilson PURPOSE: This Coastal and Hydraulics Engineering Technical

More information

BDS Query. JSON Query Syntax

BDS Query. JSON Query Syntax BDS Doc Page 1 BDS Query 23 сентября 2015 г. 17:08 Purpose This document describes how to formulate queries against private and public data in the Biogeochemistry Data System (BDS): First through the User

More information

AWA6223S Sound Level Calibrator. Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD

AWA6223S Sound Level Calibrator. Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD AWA6223S Sound Level Calibrator Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD Notes 1. Please read the instruction carefully before using the instruments for the first time. 2. The calibrator

More information

Driftsonde System Overview

Driftsonde System Overview Driftsonde System Overview Zero-pressure Balloon Gondola (24 sonde capacity) 6 hours between drops Terry Hock, Hal Cole, Charlie Martin National Center for Atmospheric Research Earth Observing Lab December

More information

E-Agricultural Services and Business

E-Agricultural Services and Business E-Agricultural Services and Business The Sustainable Web Portal for Observation Data Naiyana Sahavechaphan, Jedsada Phengsuwan, Nattapon Harnsamut Sornthep Vannarat, Asanee Kawtrakul Large-scale Simulation

More information

Curve Fit: a pixel level raster regression tool

Curve Fit: a pixel level raster regression tool a pixel level raster regression tool Timothy Fox, Nathan De Jager, Jason Rohweder* USGS La Crosse, WI a pixel level raster regression tool Working with multiple raster datasets that share a common theme

More information

Surface Current Product Specification

Surface Current Product Specification Department of Fisheries and Oceans Surface Current Product Specification Proposed S-111 Draft 1.1 Version 1.0 8 May 2014 Overview This document is a proposal for a Navigationally Significant Surface Current

More information

Anatomy of a Depth Survey Part II An Example Survey. Tom O Donnell, AP Miles River Squadron

Anatomy of a Depth Survey Part II An Example Survey. Tom O Donnell, AP Miles River Squadron 1 Anatomy of a Depth Survey Part II An Example Survey Tom O Donnell, AP Miles River Squadron 2 Example Survey Using tracklog technique with Garmin 178C GPS Sounder Select area to be surveyed using Maptech

More information

Field Trial(s) of the UNB

Field Trial(s) of the UNB Field Trial(s) of the UNB Refraction Uncertainty Monitoring Toolkit Time spent on reconnaissance is seldom wasted. British Army Field Service Regulations, 1912 Jonathan D. Beaudoin jonnyb@omg.unb.ca 001-506-447-3307

More information

MIKE 21 Quick Start Guide Flexible Mesh Series

MIKE 21 Quick Start Guide Flexible Mesh Series MIKE 21 Quick Start Guide Flexible Mesh Series DHI Water Environments (UK) Ltd (V4 3 July 2012) Contents 1. Step-by-step Guide for Creating a Flexible Mesh for MIKE Products 2. Step-by-step Guide for Creating

More information

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436 Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM Document M2001322 Revision 1.0 April 2011 dbm 32A Spruce Street Oakland, NJ 07436 Phone 201-677-0008 FAX 201-667-9444 1 Table of Contents Contents

More information

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Section 1: Starting an experiment 1.1 Opening a file 1. Open the File menu and select Open Activity. 2. In the Open dialog box, navigate to

More information

Automated Data Quality Assurance for Marine Observations

Automated Data Quality Assurance for Marine Observations Automated Data Quality Assurance for Marine Observations James V. Koziana Science Applications International Corporation (SAIC) Hampton, VA 23666 USA Third Meeting of GCOOS DMAC Renaissance Orlando Hotel

More information

SES 123 Global and Regional Energy Lab Procedures

SES 123 Global and Regional Energy Lab Procedures SES 123 Global and Regional Energy Lab Procedures Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

Ballast Water Management (BWM) Equivalent Reporting Form. User Manual

Ballast Water Management (BWM) Equivalent Reporting Form. User Manual Ballast Water Management (BWM) Equivalent Reporting Form User Manual Contents Overview 3 Software Requirements and Setup 4 Downloading the Required Software... 4 Opening BWM Equivalent Reporting Form...

More information

Towards a Canadian Integrated Ocean Observing System

Towards a Canadian Integrated Ocean Observing System Towards a Canadian Integrated Ocean Observing System CMOS Luncheon (Ottawa) February 28, 2018 Andrew Stewart Fisheries and Oceans Canada The Ocean is Valuable Ocean Economy: Ocean-based industries Natural

More information

GPS to GIS Tutorial Exploration of Native Plants

GPS to GIS Tutorial Exploration of Native Plants Grossmont College Introduction to GIScience NAME: Instructors: Curran & Goodman 1 GPS to GIS Tutorial Exploration of Native Plants 1. Create a folder on your USB drive titled: GPS1 2. Using your GPS receiver,

More information

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction SURFACE WATER MODELING SYSTEM CGWAVE Analysis 1 Introduction This lesson will teach you how to prepare a mesh for analysis and run a solution for CGWAVE. You will start with the data file indiana.xyz which

More information

Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver

Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver Journal of the Persian Gulf (Marine Science)/Vol.1/No.1/September 2010/6/45-50 Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver Sabbagh-Yazdi,

More information

A Multi-Analyzer Machine Learning Model for Marine Heterogeneous Data Schema Mapping

A Multi-Analyzer Machine Learning Model for Marine Heterogeneous Data Schema Mapping A Multi-Analyzer Machine Learning Model for Marine Heterogeneous Data Schema Mapping Wang Yan 1, 2 Le Jiajin 3, Zhang Yun 2 1 Glorious Sun School of Business and Management Donghua University 2 College

More information

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA)

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) Published in 2013 by: UNESCO Institute for Statistics P.O. Box 6128, Succursale Centre-Ville Montreal, Quebec H3C 3J7 Canada Tel: (1 514) 343-6880

More information

MANAGEMENT OF IPY 2007/08 NATIONAL DATA

MANAGEMENT OF IPY 2007/08 NATIONAL DATA SAON MANAGEMENT OF IPY 2007/08 NATIONAL DATA M.Shaimardanov, A.Sterin, Nickolay Mikhailov, Alexander Kuznetsov, Eugeny Vyazilov R I H M I W D C The scientific programme for participation of Russian Federation

More information

DATABASE ON SALINITY PATTERNS IN FLORIDA BAY *

DATABASE ON SALINITY PATTERNS IN FLORIDA BAY * DATABASE ON SALINITY PATTERNS IN FLORIDA BAY * N. Rishe, M. Chekmasov, M. Chekmasova, D. Hernandez, A. Roque, N. Terekhova, A. Zhyzhkevych High Performance Database Research Center, School of Computer

More information

Introduction to ArcGIS Desktop

Introduction to ArcGIS Desktop Introduction to ArcGIS Desktop Prepared by David R. Maidment Center for Research in Water Resources University of Texas at Austin September 2011 Contents Goals of the Exercise Computer and Data Requirements

More information

v STWAVE Analysis SMS 11.2 Tutorial Requirements Map Module STWAVE Cartesian Grid Module Scatter Module Prerequisites Time minutes

v STWAVE Analysis SMS 11.2 Tutorial Requirements Map Module STWAVE Cartesian Grid Module Scatter Module Prerequisites Time minutes v. 11.2 SMS 11.2 Tutorial Objectives This workshop gives a brief introduction to the STWAVE modules. Data from the Shinnecock Inlet, Long Island, New York, have been set up as an example. This example

More information

Tutorial. 1CLIMSOFT vers 3.2

Tutorial. 1CLIMSOFT vers 3.2 1CLIMSOFT vers 3.2 Tutorial Written by Myles Kirk-Gushowaty, Incisive Services Group Samuel M. Machua, Kenya Meteorological Service & Cathy Garlick, Statistical Services Centre June 2014 1 CLIMSOFT is

More information