M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d

Size: px
Start display at page:

Download "M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d"

Transcription

1 M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d Copernicus User Uptake Information Sessions Copernicus EU Copernicus EU Copernicus EU

2 I N T R O D U C T I O N O F U S E C A S E 2 objectives : Show how to access ocean colour CMEMS products using a python procedure Show the advantage of Copernicus L3/L4 ocean colour products versus to standard L1/L2 products usually used. Use CMEMS functionality to create visualization from products The Use case: ocean colour in the Baltic Sea to evaluate the presence of algae bloom, suspended matter in sea water 2

3 T h e C M E M S w e b s i t e : A c c e s s Go to the website of the Copernicus Environment Service: Registration process : - Read the Service Commitments and License - Complete the registration (user details, type of your organization, organization details, areas of relevance etc..) - Service Level Agreement acceptance - Click on send Look your mailbox an of the CMEMS Service Desk with - Your Login and Password - First information - Links for tutorials 3

4 C M E M S p r o d u c t : T h e r e g i s t r a t i o n p r o c e s s 4

5 C M E M S c a t a l o g u e : s e l e c t i o n Search for ocean colour products in the Baltic Sea: Overview of ocean colour products (model and observations) and related parameters; Choose a product displaying NRT ocean colour from satellite observation; Access the python command line example and adapt it to the final request; Visualize and compare to L1/L2 ocean colour products available. 5

6 C M E M S c a t a l o g u e : s e l e c t i o n Search for Ocean Colour products : Overview of Ocean Colour products (model and observations) and related parameters; Choose a product displaying NRT ocean colour from satellite observation; 6

7 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Paste the python command line example and adapt it to the final request Indicate the directory paths where python and motu are placed path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chlmodis_a-l3-nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login -- proxy-pwd your_proxy_user_password 7

8 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Adapt the python command line Indicate your CMEMS login and password path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chlmodis_a-l3-nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login -- proxy-pwd your_proxy_user_password 8

9 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Adapt the python command line Indicate the longitude min and max Indicate the latitude min and max path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chlmodis_a-l3-nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login -- proxy-pwd your_proxy_user_password 9

10 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Adapt the python command line Indicate the start date and the end date of the dataset path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chlmodis_a-l3-nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login -- proxy-pwd your_proxy_user_password 10

11 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Adapt the python command line Indicate the names of the directory and the output file path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chlmodis_a-l3-nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login -- proxy-pwd your_proxy_user_password 11

12 C M E M S : a d a p t t h e p y t h o n c o m m a n d l i n e Adapt the python command line path_to_your_python_bin_directory/python path_to_your_motu_python_script_directory/motu-client.py -u login -p password -m -s OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049-TDS -d dataset-oc-bal-chl-modis_a-l3- nn_1km_daily-rt-v01 -x X y Y t " " -T " " -v CHL -o output_directory -f output_file_name --proxy-server your_proxy_server_url:your_proxy_port_number --proxy-user your_proxy_user_login --proxy-pwd your_proxy_user_password [2] - If you use an HTTP proxy, replace the value by your proxy url and port number: e.g. ' If you don't use HTTP proxy, remove this option. [3] - If you use an HTTP proxy with authentication, replace the value by your login and password. If you don't need to authenticate to your proxy, remove these options. Execute the command line into a terminal window 12

13 C M E M S : C M E M S L 4 v e r s u s L 2 p r o d u c t s Comparison L4 product to example of L2 product downloaded from other portals for the same day L2 13

P r o d u c t p o r t f o l i o a n d d a t a a c c e s s

P r o d u c t p o r t f o l i o a n d d a t a a c c e s s P r o d u c t p o r t f o l i o a n d d a t a a c c e s s Copernicus Environment Service Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu I N T R O D U C T I O N O F U S E C A S E User Uptake

More information

U s i n g t h e E S A / E U M E T C A S T N a v i g a t o r s

U s i n g t h e E S A / E U M E T C A S T N a v i g a t o r s U s i n g t h e E S A / E U M E T C A S T N a v i g a t o r s Copernicus User Uptake Information Sessions Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu I N T R O D U C T I O N O F U S E C

More information

Account Setup. STEP 1: Create Enhanced View Account

Account Setup. STEP 1: Create Enhanced View Account SpyMeSatGov Access Guide - Android DigitalGlobe Imagery Enhanced View How to setup, search and download imagery from DigitalGlobe utilizing NGA s Enhanced View license Account Setup SpyMeSatGov uses a

More information

Configuring LDAP Authentication in iway Service Manager

Configuring LDAP Authentication in iway Service Manager Configuring LDAP Authentication in iway Service Manager LDAP authentication in iway Service Manager (ism) allows ism to authenticate against LDAP and associate an LDAP ism role to the user. ism includes

More information

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu S e a S i t u a t i o n a l A w

More information

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data Using the EartH2Observe data portal to analyse drought indicators Lesson 4: Using Python Notebook to access and process data Preface In this fourth lesson you will again work with the Water Cycle Integrator

More information

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions Step 1 - Login or Create an Account at the ASI Portal: Login: https://portal.appliedscienceint.com/account/login Create Account: https://portal.appliedscienceint.com/account/register 2 0 1 7 A p p l i

More information

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu S e a S i t u a t i o n a l A w

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

ATLAS of Biochemistry

ATLAS of Biochemistry ATLAS of Biochemistry USER GUIDE http://lcsb-databases.epfl.ch/atlas/ CONTENT 1 2 3 GET STARTED Create your user account NAVIGATE Curated KEGG reactions ATLAS reactions Pathways Maps USE IT! Fill a gap

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning CI125230 Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell Brockwell IT Consulting Inc. Sean Kinahan Brockwell IT Consulting Inc. Learning Objectives

More information

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017 Gridded Ambient Air Pollutant Concentrations for Southern California, 1995-2014 User Notes authored by Beau, 11/28/2017 METADATA: Each raster file contains data for one pollutant (NO2, O3, PM2.5, and PM10)

More information

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK Executive Summary by NILOS Netherlands Institute for the Law of the Sea June 2011 Page ii Study on Interim

More information

Copernicus Marine Environment Monitoring Service

Copernicus Marine Environment Monitoring Service Copernicus Marine Environment Monitoring Service Mercator Ocean March 2017 Implemented by Entrusted to Mercator Ocean by the European Commission Cliquez et modifiez le titre French non-profit company Owned

More information

Flight Utilities Metar Reader version 3.1 by Umberto Degli Esposti

Flight Utilities  Metar Reader version 3.1 by Umberto Degli Esposti Flight Utilities http://www.flightutilities.com Metar Reader version 3.1 by Umberto Degli Esposti 1 Description The program allows inserting a Metar, to load it from a disk or from internet and to show

More information

Data-Sharing Agreement

Data-Sharing Agreement Data-Sharing Agreement Contributions to LandMark: The Global Platform of Indigenous and Community Lands This Data-Sharing Agreement provides the standards for contributing data to the LandMark: The Global

More information

Lesser Sunda - Banda Seascape Atlas

Lesser Sunda - Banda Seascape Atlas Lesser Sunda - Banda Seascape Atlas Report prepared for the development of online interactive map for Lesser Sunda Banda Seascape by WorldFish December 2014 http://sbsatlas.reefbase.org Page 1 of 8 Table

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

CopernicusEU. the EU's Earth Observation Programme. Sara Zennaro Atre Delegation of the European Union to Japan

CopernicusEU. the EU's Earth Observation Programme. Sara Zennaro Atre Delegation of the European Union to Japan Copernicus the EU's Earth Observation Programme Sara Zennaro Atre Delegation of the European Union to Japan Status Overview, Sept 2016 & Ocean Policies Seminar 4 October 2016 ollow us on: Copernicus EU

More information

Collaborative Systems for the Creation of Marine Services

Collaborative Systems for the Creation of Marine Services Collaborative Systems for the Creation of Marine Services INSPIRE 2016 Nuno Almeida Nuno Catarino Barcelona, 28 th September 2016 Elecnor Deimos is a trademark which encompasses Elecnor Group companies

More information

Gridded Traffic Density Estimates for Southern

Gridded Traffic Density Estimates for Southern Gridded Traffic Density Estimates for Southern California, 1995-2014 User Notes authored by Beau, 11/28/2017 METADATA: Each raster file contains Traffic Density data for one year (1995, 2000, 2005, 2010,

More information

Enabling Web GIS. Dal Hunter Jeff Shaner

Enabling Web GIS. Dal Hunter Jeff Shaner Enabling Web GIS Dal Hunter Jeff Shaner Enabling Web GIS In Your Infrastructure Agenda Quick Overview Web GIS Deployment Server GIS Deployment Security and Identity Management Web GIS Operations Web GIS

More information

Portal for ArcGIS: An Introduction

Portal for ArcGIS: An Introduction Portal for ArcGIS: An Introduction Derek Law Esri Product Management Esri UC 2014 Technical Workshop Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

new interface and features

new interface and features Web version of SciFinder : new interface and features Bhawat Ruangying, CAS representative Updated at 22 Dec 2009 www.cas.org SciFinder web interface Technical aspects of SciFinder Web SciFinder URL :

More information

For Baltic Sea Physical Analysis and Forecasting Product BALTICSEA_ANALYSIS_FORECAST_PHY_003_006

For Baltic Sea Physical Analysis and Forecasting Product BALTICSEA_ANALYSIS_FORECAST_PHY_003_006 For Baltic Sea Physical Analysis and Forecasting Product Contributors: V. Huess Issue: 2.0 CMEMS version scope : Version 4.0 Approval Date by the CMEMS products team : 12 March 2018 CHANGE RECORD Issue

More information

Bloomsburg University Weather Viewer Quick Start Guide. Software Version 1.2 Date 4/7/2014

Bloomsburg University Weather Viewer Quick Start Guide. Software Version 1.2 Date 4/7/2014 Bloomsburg University Weather Viewer Quick Start Guide Software Version 1.2 Date 4/7/2014 Program Background / Objectives: The Bloomsburg Weather Viewer is a weather visualization program that is designed

More information

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU

E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a. Copernicus EU E x a m p l e s o f t o o l s f o r s e a s i t u a t i o n a l a w a r e n e s s u s i n g C M E M S d a t a Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu S e a S i t u a t i o n a l A w

More information

Senior astrophysics Lab 2: Evolution of a 1 M star

Senior astrophysics Lab 2: Evolution of a 1 M star Senior astrophysics Lab 2: Evolution of a 1 M star Name: Checkpoints due: Friday 13 April 2018 1 Introduction This is the rst of two computer labs using existing software to investigate the internal structure

More information

Troubleshooting Replication and Geodata Services. Liz Parrish & Ben Lin

Troubleshooting Replication and Geodata Services. Liz Parrish & Ben Lin Troubleshooting Replication and Geodata Services Liz Parrish & Ben Lin AGENDA: Troubleshooting Replication and Geodata Services Overview Demo Troubleshooting Q & A Overview of Replication Liz Parrish What

More information

A c c e s s t o C o p e r n i c u s D a t a

A c c e s s t o C o p e r n i c u s D a t a A c c e s s t o C o p e r n i c u s D a t a Overview and Introduction Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu C O P E R N I C U S I N B R I E F Copernicus Copernicus, a flagship programme

More information

Data-Sharing Agreement

Data-Sharing Agreement Data-Sharing Agreement Contributions to LandMark: The Global Platform of Indigenous and Community Lands This Data-Sharing Agreement provides the standards for contributing data to the LandMark: The Global

More information

The Ottawa GRASS Users Group Presents. Tutorial # 3. Building a GRASS Dataset for Ottawa, Ontario Part 1

The Ottawa GRASS Users Group Presents. Tutorial # 3. Building a GRASS Dataset for Ottawa, Ontario Part 1 The Ottawa GRASS Users Group Presents Tutorial # 3 Building a GRASS Dataset for Ottawa, Ontario Part 1 How I learned to Stop Worrying and Love Mining for Free Geospatial Data in Canada Prepared by: Dave

More information

Overlaying GRIB data over NOAA APT weather satellite images using OpenCPN

Overlaying GRIB data over NOAA APT weather satellite images using OpenCPN Overlaying GRIB data over NOAA APT weather satellite images using OpenCPN I receive NOAA weather satellite images which are quite useful when used alone but with GRIB wind and rain data overlaid they can

More information

C M E M S O c e a n C o l o u r S a t e l l i t e P r o d u c t s

C M E M S O c e a n C o l o u r S a t e l l i t e P r o d u c t s Implemented by C M E M S O c e a n C o l o u r S a t e l l i t e P r o d u c t s This slideshow gives an overview of the CMEMS Ocean Colour Satellite Products Marine LEVEL1 For Beginners- Slides have been

More information

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri Web GIS Deployment for Administrators Vanessa Ramirez Solution Engineer, Natural Resources, Esri Agenda Web GIS Concepts Web GIS Deployment Patterns Components of an On-Premises Web GIS Federation of Server

More information

Software BioScout-Calibrator June 2013

Software BioScout-Calibrator June 2013 SARAD GmbH BioScout -Calibrator 1 Manual Software BioScout-Calibrator June 2013 SARAD GmbH Tel.: ++49 (0)351 / 6580712 Wiesbadener Straße 10 FAX: ++49 (0)351 / 6580718 D-01159 Dresden email: support@sarad.de

More information

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027 PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and GLOBAL_ANALYSIS_FORECAST_WAV_001_027 Contributors: E. Fernandez, L. Aouf CMEMS version scope : 4 Approval Date by CMEMS products team : 22/03/2018

More information

GEBCO 2013 TSCOM. EMODNET Hydrography status report

GEBCO 2013 TSCOM. EMODNET Hydrography status report www.emodnet-hydrography.eu GEBCO 2013 TSCOM EMODNET Hydrography status report Eric Moussat, Ifremer on behalf of the Emodnet consortium 1 Background and objectives EU proposed to take steps in 2008 towards

More information

Copernicus Global Land Service

Copernicus Global Land Service Copernicus Global Land Service Cryosphere Products Kari Luojus on behalf the consortium Follow us on: Copernicus EU CopernicusEU www.copernicus.eu Copernicus Services Land Marine Atmosphere Emergency Security

More information

ON SITE SYSTEMS Chemical Safety Assistant

ON SITE SYSTEMS Chemical Safety Assistant ON SITE SYSTEMS Chemical Safety Assistant CS ASSISTANT WEB USERS MANUAL On Site Systems 23 N. Gore Ave. Suite 200 St. Louis, MO 63119 Phone 314-963-9934 Fax 314-963-9281 Table of Contents INTRODUCTION

More information

From BASIS DD to Barista Application in Five Easy Steps

From BASIS DD to Barista Application in Five Easy Steps Y The steps are: From BASIS DD to Barista Application in Five Easy Steps By Jim Douglas our current BASIS Data Dictionary is perfect raw material for your first Barista-brewed application. Barista facilitates

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

Observing Asteroids. Finding Asteroids using the Asteroid Portal NEA Planner. Author: Daniel Duggan

Observing Asteroids. Finding Asteroids using the Asteroid Portal NEA Planner. Author: Daniel Duggan Finding Asteroids using the Asteroid Portal NEA Planner Author: Daniel Duggan - Faulkes Telescope Project Finding Asteroids using the Asteroid Portal NEA Planner Finding Asteroids Asteroids are awkward;

More information

Nord Stream 2 A story of gas pipelines and GIS technology from the start. Cécile Noverraz GIS Analyst

Nord Stream 2 A story of gas pipelines and GIS technology from the start. Cécile Noverraz GIS Analyst Nord Stream 2 A story of gas pipelines and GIS technology from the start 30-10-2018 Cécile Noverraz GIS Analyst Presentation - Outline >Project Overview > Initial GIS Project Setup > Project Data > GIS

More information

C o p e r n i c u s f o r H i g h r e s o l u t i o n m a p p i n g o f w a t e r q u a l i t y. Copernicus EU

C o p e r n i c u s f o r H i g h r e s o l u t i o n m a p p i n g o f w a t e r q u a l i t y. Copernicus EU C o p e r n i c u s f o r H i g h r e s o l u t i o n m a p p i n g o f w a t e r q u a l i t y Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu M o n i t o r i n g o f s e a w a t e r s i n

More information

KATE2017 on NET beta version https://kate2.nies.go.jp/nies/ Operating manual

KATE2017 on NET beta version  https://kate2.nies.go.jp/nies/ Operating manual KATE2017 on NET beta version http://kate.nies.go.jp https://kate2.nies.go.jp/nies/ Operating manual 2018.03.29 KATE2017 on NET was developed to predict the following ecotoxicity values: 50% effective concentration

More information

From BASIS DD to Barista Application in Five Easy Steps

From BASIS DD to Barista Application in Five Easy Steps Y The steps are: From BASIS DD to Barista Application in Five Easy Steps By Jim Douglas our current BASIS Data Dictionary is perfect raw material for your first Barista-brewed application. Barista facilitates

More information

Status of EUMETSAT Operational Services & EUMETCast Africa Dissemination Baseline Updates

Status of EUMETSAT Operational Services & EUMETCast Africa Dissemination Baseline Updates Status of EUMETSAT Operational Services & EUMETCast Africa Dissemination Baseline Updates Sally Wannop User Relations Manager 1 8th WMO RAIDEG meeting 1-2 November 2017 # 951881 Overview EUMETCast Overview

More information

New Cloud Solutions by My TimeZero

New Cloud Solutions by My TimeZero New Cloud Solutions by My TimeZero 1. TimeZero Products under My TimeZero 2. Creating and Logging into My TimeZero Account 3. Linking My TimeZero Products with Users 3-1 Finding Friends 3-2 Saving Settings

More information

an accessible interface to marine environmental data Russell Moffitt

an accessible interface to marine environmental data Russell Moffitt an accessible interface to marine environmental data Russell Moffitt The Atlas Project GOAL: To provide a single point of access to oceanographic and environmental data for use by marine resource researchers,

More information

EUMETSAT s Support to Climate Services and User Support. Joachim Saalmüller

EUMETSAT s Support to Climate Services and User Support. Joachim Saalmüller EUMETSAT s Support to Climate Services and User Support Joachim Saalmüller 1 User Forum in Africa September 2016 Outline of my talk EUMETSAT in support of climate services Exploring our data and subscribing

More information

ECE521 W17 Tutorial 1. Renjie Liao & Min Bai

ECE521 W17 Tutorial 1. Renjie Liao & Min Bai ECE521 W17 Tutorial 1 Renjie Liao & Min Bai Schedule Linear Algebra Review Matrices, vectors Basic operations Introduction to TensorFlow NumPy Computational Graphs Basic Examples Linear Algebra Review

More information

C o p e r n i c u s M a r i n e E n v i r o n m e n t M o n i t o r i n g S e r v i c e

C o p e r n i c u s M a r i n e E n v i r o n m e n t M o n i t o r i n g S e r v i c e C o p e r n i c u s M a r i n e E n v i r o n m e n t M o n i t o r i n g S e r v i c e Modélisation côtière Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu Q u e s t - c e q u u n m o d è

More information

T h e C o p e r n i c u s m a r i n e s e r v i c e. DG-GROW, Copernicus. Copernicus EU

T h e C o p e r n i c u s m a r i n e s e r v i c e. DG-GROW, Copernicus. Copernicus EU T h e C o p e r n i c u s m a r i n e s e r v i c e DG-GROW, Copernicus Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu 2 W h y is t h e m a r i n e s e c t o r so i m p o r t a n t? Blue Economy,

More information

A state of the art and user driven Copernicus service Physics and Biogeochemistry

A state of the art and user driven Copernicus service Physics and Biogeochemistry C M E M S P r e s e n t a n d F u t u r e R e q u i r e m e n t s f o r I n - S i t u a n d S a t e l l i t e O b s e r v a t i o n s Antonio REPPUCCI; Pierre Yves LE TRAON Mercator Ocean International

More information

The story of sharing environmental data

The story of sharing environmental data The story of sharing environmental data Kallio, Pyhälahti, Harju, Teiniranta, Lahtinen, Finnish Environment Institute SYKE OKFestival, Finnish Open Data, 18. Sep 2012 Contents Call for environmental knowledge

More information

Solving Polynomial Systems in the Cloud with Polynomial Homotopy Continuation

Solving Polynomial Systems in the Cloud with Polynomial Homotopy Continuation Solving Polynomial Systems in the Cloud with Polynomial Homotopy Continuation Jan Verschelde joint with Nathan Bliss, Jeff Sommars, and Xiangcheng Yu University of Illinois at Chicago Department of Mathematics,

More information

Quality Measures Green Light Report Online Management Tool. Self Guided Tutorial

Quality Measures Green Light Report Online Management Tool. Self Guided Tutorial Quality Measures Green Light Report Online Management Tool Self Guided Tutorial 1 Tutorial Contents Overview Access the QM Green Light Report Review the QM Green Light Report Tips for Success Contact PointRight

More information

EUMETSAT Satellite Programmes Use of McIDAS at EUMETSAT

EUMETSAT Satellite Programmes Use of McIDAS at EUMETSAT EUMETSAT Satellite Programmes Use of McIDAS at EUMETSAT Marianne König Peter Miu McIDAS Users' Group Meeting, 07-10 May 2012 Slide 1 EUMETSAT Headquarters Darmstadt McIDAS Users' Group Meeting, 07-10 May

More information

Project GlobWave. User Meeting 5 th -6 th October, Geoff Busswell, GlobWave Project Manager

Project GlobWave. User Meeting 5 th -6 th October, Geoff Busswell, GlobWave Project Manager Project GlobWave User Meeting 5 th -6 th October, 2011 Geoff Busswell, GlobWave Project Manager www.globwave.info Partners ESA: Funding the project through its Data User Element Programme CNES: Providing

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Can I still get paid via direct deposit? Can I use e- wallet to pay for USANA auto ship orders? Can I use e- wallet to pay for USANA products? Can I use e- wallet to pay for

More information

Attack Graph Modeling and Generation

Attack Graph Modeling and Generation Attack Graph Modeling and Generation Ratnesh Kumar, Professor, IEEE Fellow Electrical and Computer Engineering, Iowa State University PhD Students: Mariam Ibrahim German Jordanian University Attack Graph:

More information

The Information System in ECDIS

The Information System in ECDIS The Information System in ECDIS Bjørn Åge Hjøllo Product Manager Weather/Routing/Piracy Jeppesen, Norway Nordic Institute of Navigation (NNF); Seminar on enavigation Bergen, May 2011 19 May 2011-1 - enavigation

More information

Manual Seatrack Web Brofjorden

Manual Seatrack Web Brofjorden December 2011 Manual Seatrack Web Brofjorden A user-friendly system for forecasts and backtracking of drift and spreading of oil, chemicals and substances in water 1. Introduction and Background... 3 1.1

More information

Leveraging ArcGIS Online Elevation and Hydrology Services. Steve Kopp, Jian Lange

Leveraging ArcGIS Online Elevation and Hydrology Services. Steve Kopp, Jian Lange Leveraging ArcGIS Online Elevation and Hydrology Services Steve Kopp, Jian Lange Topics An overview of ArcGIS Online Elevation Analysis Using Elevation Analysis Services in ArcGIS for Desktop Using Elevation

More information

TECDIS and TELchart ECS Weather Overlay Guide

TECDIS and TELchart ECS Weather Overlay Guide 1 of 24 TECDIS and TELchart ECS provides a very advanced weather overlay feature, using top quality commercial maritime weather forecast data available as a subscription service from Jeppesen Marine. The

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature

Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature Mission Sensor Product Sentinel-3A SLSTR Level 2 Sea Surface Temperature Product Notice ID EUM/OPS-SEN3/DOC/18/984462 S3A.PN-SLSTR-L2M.003

More information

For the online procedure described here version 2.0 or later of the plug-in is required.

For the online procedure described here version 2.0 or later of the plug-in is required. 2019/03/20 16:40 1/18 OpenCPN Vector Charts OCPN Vector Charts are licensed and sourced from chart providers like Hydrographic Offices. These - non free - charts give OCPN access to up-to-date and proven

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

Python. Tutorial. Jan Pöschko. March 22, Graz University of Technology

Python. Tutorial. Jan Pöschko. March 22, Graz University of Technology Tutorial Graz University of Technology March 22, 2010 Why? is: very readable easy to learn interpreted & interactive like a UNIX shell, only better object-oriented but not religious about it slower than

More information

Marine Monitoring. The Copernicus Marine Service

Marine Monitoring. The Copernicus Marine Service Marine The Copernicus Marine Service Why is the marine sector so important? Marine Blue Economy, 5 million jobs, gross added value almost 500bn/year 90% of international trade is maritime Half of the world's

More information

Ocean and Sea Ice TAC

Ocean and Sea Ice TAC Ocean and Sea Ice TAC A CMEMS Element provided by the WITS Consortium (Wind, Ice and Temperature at the Sea Surface) Bruce Hackett, on behalf of the WITS team Presented at CMEMS User Workshop, Brussels,

More information

QUALITY INFORMATION DOCUMENT For Arctic Ice Extent Indicator. ARC_SEAICE_INDEX_002

QUALITY INFORMATION DOCUMENT For Arctic Ice Extent Indicator. ARC_SEAICE_INDEX_002 QUALITY INFORMATION DOCUMENT For Arctic Ice Extent Indicator. Issue: 1.2 Contributors: Steinar Eastwood, Lars-Anders Breivik, Bruce Hackett, Thomas Lavergne, Gorm Dybkjær, Cecilie Wettre Approval Date

More information

Measuring earthquake-generated surface offsets from high-resolution digital topography

Measuring earthquake-generated surface offsets from high-resolution digital topography Measuring earthquake-generated surface offsets from high-resolution digital topography July 19, 2011 David E. Haddad david.e.haddad@asu.edu Active Tectonics, Quantitative Structural Geology, and Geomorphology

More information

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey)

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey) Regional statistics and Geographic Information Author: E4.LUCAS (ESTAT) TechnicalDocuments 2015 LUCAS 2015 (Land Use / Cover Area Frame Survey) Technical reference document U1 LUCAS Survey data user guide

More information

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes v. 11.0 WMS 11.0 Tutorial Importing, displaying, and converting shapefiles Objectives This tutorial demonstrates how to import GIS data, visualize it, and convert it into WMS coverage data that could be

More information

GeoWEPP Tutorial Appendix

GeoWEPP Tutorial Appendix GeoWEPP Tutorial Appendix Chris S. Renschler University at Buffalo - The State University of New York Department of Geography, 116 Wilkeson Quad Buffalo, New York 14261, USA Prepared for use at the WEPP/GeoWEPP

More information

C o p e r n i c u s E m e r g e n c y M a n a g e m e n t S e r v i c e f o r e c a s t i n g f l o o d s

C o p e r n i c u s E m e r g e n c y M a n a g e m e n t S e r v i c e f o r e c a s t i n g f l o o d s C o p e r n i c u s E m e r g e n c y M a n a g e m e n t S e r v i c e f o r e c a s t i n g f l o o d s Copernicus & Copernicus Services Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu W

More information

C o a s t a l p o l l u t i o n

C o a s t a l p o l l u t i o n C o a s t a l p o l l u t i o n Copernicus for Coastal Zone Management and Marine Environment Monitoring Service Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu I N T R O D U C T I O N Main

More information

New EU efforts to assess the state of the marine environment: the EMODnet Chemistry pilot project

New EU efforts to assess the state of the marine environment: the EMODnet Chemistry pilot project New EU efforts to assess the state of the marine environment: the EMODnet Chemistry pilot project Matteo Vinci and Alessandra Giorgetti, OGS NODC group, OCE September 2013 - IMDIS 2013, Lucca Overview

More information

Sign Changes By Bart Hopkins Jr. READ ONLINE

Sign Changes By Bart Hopkins Jr. READ ONLINE Sign Changes By Bart Hopkins Jr. READ ONLINE New Treatments For Depression. Helping you find available treatments for depression and anxiety 9/22/2017 Get DeJ Loaf's "Changes" here: Sign in to make your

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

NUCLEONICA Overview: A WEB PORTAL FOR THE NUCLEAR SCIENCES

NUCLEONICA Overview: A WEB PORTAL FOR THE NUCLEAR SCIENCES 10 th NUCLEONICA Training Course, Cesme, Turkey, 8-10 th Oct. 2008 JRC Karlsruhe on 18 August 2008 NUCLEONIA, 8-10 th Oct. 2008 1 NUCLEONICA Overview: A WEB PORTAL FOR THE NUCLEAR SCIENCES J. MAGILL European

More information

PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and Forecasting Products GLOBAL_ANALYSIS_FORECAST_PHY_001_024

PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and Forecasting Products GLOBAL_ANALYSIS_FORECAST_PHY_001_024 PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and s Issue: 1.2 Contributors: L.Nouel CMEMS version scope : Version 3.2 Approval Date : EU Copernicus Marine Service Public Page 1/ 15 CHANGE

More information

Baltic Sea Physical Reanalysis Product BALTICSEA_REANALYSIS_PHYS_003_008

Baltic Sea Physical Reanalysis Product BALTICSEA_REANALYSIS_PHYS_003_008 Baltic Sea Physical Reanalysis Product Contributors: Lars Axell Issue: 1.5 CMEMS version scope : Version 3.0 Approval Date : CHANGE RECORD Issue Date Description of Change Author Validated By 1.0 2014-12-

More information

Finnish Open Data Portal for Meteorological Data

Finnish Open Data Portal for Meteorological Data 18.11.2013 1 Finnish Open Data Portal for Meteorological Data 14th Workshop on meteorological operational systems Roope Tervo Finnish Meteorological Institute Example of Data Sets -- Observations Data

More information

Florida Courts E-Filing Authority Board. Service Desk Report March 2019

Florida Courts E-Filing Authority Board. Service Desk Report March 2019 Florida Courts E-Filing Authority Board Service Desk Report March 219 Customer Service Incidents March 219 Status January 219 February 219 March 219 Incidents Received 3,261 3,51 3,118 Incidents Worked

More information

Session Objectives. Learn how to: Bring georeferenced aerial imagery into Civil 3D. Connect to and import GIS data using various tools and techniques.

Session Objectives. Learn how to: Bring georeferenced aerial imagery into Civil 3D. Connect to and import GIS data using various tools and techniques. GIS into Civil 3D Data 70th Annual Wisconsin Society of Land Surveyors' Institute January 24, 2019 1 Learn how to: Session Objectives Bring georeferenced aerial imagery into Civil 3D. Connect to and import

More information

WMO LC-LRFMME Website User Manual

WMO LC-LRFMME Website User Manual WMO LC-LRFMME Website User Manual World Meteorological Organization Lead Centre for Long-Range Forecast Multi-Model Ensemble Last update: August 2016 Contents 1. WMO LC-LRFMME Introduction... 1 1.1. Overview

More information

CHEMICAL INVENTORY ENTRY GUIDE

CHEMICAL INVENTORY ENTRY GUIDE CHEMICAL INVENTORY ENTRY GUIDE Version Date Comments 1 October 2013 Initial A. SUMMARY All chemicals located in research and instructional laboratories at George Mason University are required to be input

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

More information

A Reconstruction of Regional and Global Temperature for the Past 11,300 Years Marcott et al STUDENT ACTIVITY

A Reconstruction of Regional and Global Temperature for the Past 11,300 Years Marcott et al STUDENT ACTIVITY A Reconstruction of Regional and Global Temperature for the Past 11,300 Years Marcott et al. 2013 STUDENT ACTIVITY How do we reconstruct global average temperatures? Learning Objective: This activity explores

More information

LightWork Memo 18: Galactic Spectra Data Overview 1

LightWork Memo 18: Galactic Spectra Data Overview 1 LightWork Memo 18: Galactic Spectra Data Overview 1 Subject: Galactic Spectra Data Overview Memo: 18, revision 1 From: Glen Langston, Evan Smith and Sophie Knudsen Date: 2017 August 18 Summary: Examples

More information

Geoprovisioning delivers geodata and its analysis for specific areas on request.

Geoprovisioning delivers geodata and its analysis for specific areas on request. DRAFT 27 February 2009 Geoprovisioning Geoprovisioning delivers geodata and its analysis for specific areas on request. What are the components of a geoprovisioning service? The sample web site geoprovisioning.com

More information

SDS developer guide. Develop distributed and parallel applications in Java. Nathanaël Cottin. version

SDS developer guide. Develop distributed and parallel applications in Java. Nathanaël Cottin. version SDS developer guide Develop distributed and parallel applications in Java Nathanaël Cottin sds@ncottin.net http://sds.ncottin.net version 0.0.3 Copyright 2007 - Nathanaël Cottin Permission is granted to

More information

Best Pair II User Guide (V1.2)

Best Pair II User Guide (V1.2) Best Pair II User Guide (V1.2) Paul Rodman (paul@ilanga.com) and Jim Burrows (burrjaw@earthlink.net) Introduction Best Pair II is a port of Jim Burrows' BestPair DOS program for Macintosh and Windows computers.

More information

DUG User Guide. Version 2.1. Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper

DUG User Guide. Version 2.1. Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper DUG User Guide Version 2.1 Aneta J Florczyk Luca Maffenini Martino Pesaresi Thomas Kemper 2017 i This publication is a Technical report by the Joint Research Centre (JRC), the European Commission s science

More information

Mapping Global Temperature and Ozone Using AIRS

Mapping Global Temperature and Ozone Using AIRS Title: Mapping Global Temperature and Ozone Using AIRS Product Type: Curriculum Developer: Helen Cox (Professor, Geography, California State University, Northridge): helen.m.cox@csun.edu Laura Yetter (Research

More information

/home/thierry/columbia/msongsdb/pyreport_tutorials/tutorial1/tutorial1.py January 23, 20111

/home/thierry/columbia/msongsdb/pyreport_tutorials/tutorial1/tutorial1.py January 23, 20111 /home/thierry/columbia/msongsdb/pyreport_tutorials/tutorial1/tutorial1.py January 23, 20111 27 """ 28 Tutorial for the Million Song Dataset 29 30 by Thierry Bertin - Mahieux ( 2011) Columbia University

More information