Page 1 of 1

Merge METAR reports

Posted: Mon Jun 13, 2005 1:56 am
by wxforecaster
OK, question. Is there a way to Downloaded Metar Data into the *.dat file?

Say i download the US metar data and call it whatever.dat... then i download additional metar data that isnt included in the US report, how do i merge that data into the first *.dat file. Thanks!

Or is there a way :?:

Posted: Sun Aug 14, 2005 6:08 pm
by rolsch
Hmm,
why merge 2 files in one?

Code: Select all

#METAR#
download,http://first.url/metarfile_@Y@M@D@H,c:\data_from_web\metar1.wmo

download,http://second.url/metarfile_@Y@M@D@H,c:\data_from_web\metar2.wmo

#INGEST
ingest,c:\data_from_www\*.wmo
- all files are used for data-input...

regards
Roland

Posted: Sun Aug 14, 2005 10:36 pm
by wxforecaster
WOW, i never thought of that! Thanks so much!!!