Path: ACPro/Wind
% Merge two NOAA wind data sets. There are two possibilities: 1) Some cities in common, but one is low alt., the other high alt. Here, we append the alt / wind data for each common city. 2) No cities in common. Just append like this: data = [data1, data2] -------------------------------------------------------------------------- Form: data = MergeNOAAWindData( data1, data2 ) -------------------------------------------------------------------------- ------ Inputs ------ data1 (.) Data set 1 from NOAAWindData data2 (.) Data set 2 from NOAAWindData ------- Outputs ------- data (.) Merged data set --------------------------------------------------------------------------
Back to the ACPro Module page