Professional information about meteorological conditions in the world
OGIMET
Advertisements

OGIMET

Versión española

METEOSAT
Latest meteosat / metar
Meteosat-9/metar
Meteosat-9 VIS-IR loop

WEATHER MODEL FORECAST
GFS world weather mapsGFS Maps

METEOGRAMS
Gramet aero
Gramet meteo

INDEXES
Query about indexes

UNDECODED REPORTS
Synop reports
Synop by countries
Latest synops
Metar/Taf reports
Latest metar
Latest Taf
Upper air soundings
Soundings by countries

TEXT INFORMATION
Daily summaries
Country summaries
Weather ranking
GSOD Daily summaries
CLIMAT monthly summaries

GRAPHIC INFORMATION
Google-maps data navigation
Synops over countries
World synop navigation
Metars over countries
World metar navigation
World GSOD data navigation

OTHER
Database state
Credits
License
Ogimet news
WMO Resolution 40
Documentation
Contact

mysql.png
debian.gif
Opensuse_1.gif
php.png

getbuoy

getbuoy is a small cgi binary which returns a file with undecoded buoy reports in CSV format.

The columns, separated by comma, are

WMOIND,YEAR,MONTH,DAY,HOUR,MIN,REPORT 
 
The URL of CGI is
 
http://www.ogimet.com/cgi-bin/getsynop
 
It need some arguments ala GET style
 
Dates of begin and end of time interval have the format YYYYMMDDHHmm

Where

YYYY Year (four digits)
MM (month, two digits)
DD (day, two digits)
HH (hour , two digits)
mm (minute, two digits)
 
Arguments 
 
begin=YYYYMMDDHHmm  (mandatory)
end=YYYYMMDDHHmm  (default is current time)
lang=eng (english, optional)
header=yes (include a first line with the name of columns)
block=First_digits_of_buoy_index

If 'block' are not selected, then is supossed all the world.

Better some examples:

1) All buoys with index begining with '123' FROM 200912010000 TILL 200912040000 
 
  http://www.ogimet.com/cgi-bin/getbuoy?block=123&begin=200912010000&end=200912040000

5) All buoys from 06 UTC to 07 UTC on 8 Jun 2011

  http://www.ogimet.com/cgi-bin/getbuoy?begin=201106080600&end=201106080700


There are some limits:

-No more than 100000 buoys in a petition. :-) 
 
You can play with libraries like curl to get directly your desired file.

curl "http://www.ogimet.com/cgi-bin/getbuoy?block=123&begin=200912010000&end=200912040000" -o "your_desired_file_name"
 
Same using wget 

wget "http://www.ogimet.com/cgi-bin/getbuoy?block=123&begin=200912010000&end=200912040000" -O "your_desired_file_name"

Enjoy! And please, don't abuse.
DISCLAIMER: The information in these pages must be taken as merely informative. The authors are not responsible about errors, delays or failures in the data or when interpreting the data. No any critical mission should use this data.
© Copyright G. Ballester Valor 2005-2012
.