*************************************************************************
*                                                                       *
*  make_metro_currents.php                                              *
*                                                                       *
*  making portland metro area current conditions maps...                *
*                                                                       *
*                                                                       *
*************************************************************************
start   Fri, 26 Apr 2024 10:49:22 -0700
Array
(
    [0] => Array
        (
            [0] => temp
            [1] => wind
            [2] => relh
            [3] => dewp
        )

    [1] => Array
        (
            [0] => Temperatures
            [1] => Winds
            [2] => Relative Humidity (%)
            [3] => Dew Point (°F)
        )

    [2] => Array
        (
            [0] => 50
            [1] => 30
            [2] => 50
            [3] => 50
        )

    [locations] => Array
        (
            [0] => KPDX,   421,   343,   	  Airport, 	        ,45.57   ,-122.56
            [1] => KTTD,   535,   345,	  Troutdale,        ,45.54   ,-122.39
            [2] => KHIO,   228,   340,	  Hillsboro,        ,45.53   ,-122.97
            [3] => KSPB,   289,   150,	  Scappoose,        ,45.76   ,-122.88
            [4] => KUAO,   361,   569,	  Aurora,           ,45.23   ,-122.76
            [5] => KVUO,   408,   268,	  Vancouver,        ,45.64   ,-122.66
            [6] => AV310,  207,   555,	  Newberg,          ,45.30   ,-122.97
            [7] => EW1284, 441,   525,	  Oregon City,      ,45.36   ,-122.61
            [8] => D4702,  479,   401,	  Gresham,          ,45.50   ,-122.42
            [9] => C3453,  273,   402,	  Beaverton,        ,45.49   ,-122.81
            [10] => ODT95,  594,   484,	  Sandy,            ,45.40   ,-122.26
            [11] => BPFOR,  151,   375,	  Forest Grove,     ,45.52   ,-123.11
            [12] => C4910,  417,   162,	  Ridgefield,       ,45.81   ,-122.74
            [13] => D2032,  490,   200,	  Battle Ground,    ,45.78   ,-122.55
            [14] => D6193,  658,   335,	  Crown Point,      ,45.54   ,-122.24
            [15] => D3375,  292,   507,    	  Sherwood,         ,45.36   ,-122.69
            [16] => E2298,  382,   413,	  Portland,         ,45.50   ,-122.85
        )

)
  saving pdx_metro_temp.png 


saving pdx_metro_wind.png

saving pdx_metro_relh.png

saving pdx_metro_dewp.png

finish Fri, 26 Apr 2024 10:49:24 -0700