Merge METAR reports

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Merge METAR reports

Post 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 :?:
rolsch
Member
Posts: 38
Joined: Sat Jul 30, 2005 10:14 am
Location: Germany
Contact:

Post 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
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

WOW, i never thought of that! Thanks so much!!!
Post Reply