GEONETCast

Home>Geonetcast>Index.php>Main Page
Personal tools

Main Page

From GEONETCast

Jump to: navigation, search

GEONETCast

GEONETCast is a global network of satellite based data dissemination systems providing environmental data to a world-wide user community. The current partners within GEONETCast initiative include the National Oceanic and Atmospheric Administration (NOAA), the World Meteorological Organization (WMO), the Chinese Meteorological Administration (CMA) and EUMETSAT, as well as many prospective data provider partners.

This wiki is for the colaboration of the GEONETCast implementation team. More information on GEONETCast can be found at:

[[1]] GEO GEONETCast Main Page

News & Events

Next Tele Conference chaired by TBD: 20. March 2007 at 13:00 UTC

Agenda: TBD

GEONETCast Public Documents

[[2]] GEONETCast Demo to EC Brussels

[[3]] GEONETCast slides Seattle

[[4]] GEONETCast in the Americas a Vision and Concept Seattle Presentation

[[5]] Satellite based dissemination systems, GEONETCast presentation for CBS TECO-WIS Seoul 07.11.2006

[[6]] GEONETCast Feedback Form for Data Providers and Data Users

[[7]] GEONETCast Global Design Document - approved version

Navigation
/** * Initiate the Google Analytics for the normal Website. * Last Update: 14/01/2009 * ID Website: oiswww.eumetsat.int : UA-7012346-1 * ID Website: oislab.eumetsat.int : UA-7012346-2 */ var intervalPointer = null; var GAc = 0;//start 0 var GAcycles = 5;//try 5 times var GAretry = 1000;//every second var gaIDs = new Array(); gaIDs["oiswww.eumetsat.org"] = "UA-7012346-3"; gaIDs["oislab.eumetsat.org"] = "UA-7012346-4"; gaIDs["oiswww.eumetsat.int"] = "UA-7012346-3"; gaIDs["oislab.eumetsat.int"] = "UA-7012346-4"; gaIDs["oiswww.eumetsat.de"] = "UA-7012346-3"; gaIDs["oislab.eumetsat.de"] = "UA-7012346-4"; var currentServer = location.hostname; var gaUA_ID = gaIDs[currentServer]; /*Init method for GA*/ function initGA(){ if(gaUA_ID){ if(typeof(_gat) == "undefined" ) reCheckGaResource(); else{ var pageTracker = _gat._getTracker(gaUA_ID); pageTracker._trackPageview(); document.write("\n"); } }else document.write("\n"); } /*check whether GA resource is loaded already - can be slow sometimes it seems*/ function reCheckGaResource(){ GAc++; //alert("\n"); if(GAc < GAcycles) setTimeout("initGA()", GAretry); } //Init first time initGA();