Move busui to seperate repository
[bus.git] / DMA.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<?php
/**
 * +----------------------------------------------------------------------+
 * | PHP version 5                                                        |
 * +----------------------------------------------------------------------+
 * | Copyright (C) 2004 MaxMind LLC                                       |
 * +----------------------------------------------------------------------+
 * | This library is free software; you can redistribute it and/or        |
 * | modify it under the terms of the GNU Lesser General Public           |
 * | License as published by the Free Software Foundation; either         |
 * | version 2.1 of the License, or (at your option) any later version.   |
 * |                                                                      |
 * | This library is distributed in the hope that it will be useful,      |
 * | but WITHOUT ANY WARRANTY; without even the implied warranty of       |
 * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    |
 * | Lesser General Public License for more details.                      |
 * |                                                                      |
 * | You should have received a copy of the GNU Lesser General Public     |
 * | License along with this library; if not, write to the Free Software  |
 * | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 |
 * | USA, or view it online at http://www.gnu.org/licenses/lgpl.txt.      |
 * +----------------------------------------------------------------------+
 * | Authors: Jim Winstead <jimw@apache.org> (original Maxmind version)   |
 * |          Hans Lellelid <hans@xmpl.org>                               |
 * +----------------------------------------------------------------------+
 *
 * @category Net
 * @package  Net_GeoIP
 * @author   Hans Lellelid <hans@xmpl.org>
 * @license  LGPL http://www.gnu.org/licenses/lgpl.txt
 * @link     http://pear.php.net/package/Net_GeoIp
 * $Id: DMA.php 296755 2010-03-24 22:22:06Z clockwerx $
 */
 
/**
 * Static class to handle mapping of DMA codes to metro regions.
 * 
 * Use this class with the dmaCode property of the Net_GeoIpLocation object.
 * 
 * <code>
 * $region = Net_GeoIPDMA::getMetroRegion($record->dmaCode);
 * </code>
 * 
 * @category Net
 * @package  Net_GeoIP
 * @author   Hans Lellelid <hans@xmpl.org>
 * @author   Dmitri Snytkine <d.snytkine@gmail.com>
 * @license  LGPL http://www.gnu.org/licenses/lgpl.txt
 * @version  $Revision: 296755 $
 * @link     http://pear.php.net/package/Net_GeoIp
 */
class Net_GeoIP_DMA
{
    /**
     * Holds DMA -> Metro mapping.
     * @var array
     */
    private static $dmaMap;
    
    /**
     * Initialize
     * 
     * @return void
     */
    public static function initialize()
    {
        self::$dmaMap = array(
            500 => 'Portland-Auburn, ME',
            501 => 'New York, NY',
            502 => 'Binghamton, NY',
            503 => 'Macon, GA',
            504 => 'Philadelphia, PA',
            505 => 'Detroit, MI',
            506 => 'Boston, MA',
            507 => 'Savannah, GA',
            508 => 'Pittsburgh, PA',
            509 => 'Ft Wayne, IN',
            510 => 'Cleveland, OH',
            511 => 'Washington, DC',
            512 => 'Baltimore, MD',
            513 => 'Flint, MI',
            514 => 'Buffalo, NY',
            515 => 'Cincinnati, OH',
            516 => 'Erie, PA',
            517 => 'Charlotte, NC',
            518 => 'Greensboro, NC',
            519 => 'Charleston, SC',
            520 => 'Augusta, GA',
            521 => 'Providence, RI',
            522 => 'Columbus, GA',
            523 => 'Burlington, VT',
            524 => 'Atlanta, GA',
            525 => 'Albany, GA',
            526 => 'Utica-Rome, NY',
            527 => 'Indianapolis, IN',
            528 => 'Miami, FL',
            529 => 'Louisville, KY',
            530 => 'Tallahassee, FL',
            531 => 'Tri-Cities, TN',
            532 => 'Albany-Schenectady-Troy, NY',
            533 => 'Hartford, CT',
            534 => 'Orlando, FL',
            535 => 'Columbus, OH',
            536 => 'Youngstown-Warren, OH',
            537 => 'Bangor, ME',
            538 => 'Rochester, NY',
            539 => 'Tampa, FL',
            540 => 'Traverse City-Cadillac, MI',
            541 => 'Lexington, KY',
            542 => 'Dayton, OH',
            543 => 'Springfield-Holyoke, MA',
            544 => 'Norfolk-Portsmouth, VA',
            545 => 'Greenville-New Bern-Washington, NC',
            546 => 'Columbia, SC',
            547 => 'Toledo, OH',
            548 => 'West Palm Beach, FL',
            549 => 'Watertown, NY',
            550 => 'Wilmington, NC',
            551 => 'Lansing, MI',
            552 => 'Presque Isle, ME',
            553 => 'Marquette, MI',
            554 => 'Wheeling, WV',
            555 => 'Syracuse, NY',
            556 => 'Richmond-Petersburg, VA',
            557 => 'Knoxville, TN',
            558 => 'Lima, OH',
            559 => 'Bluefield-Beckley-Oak Hill, WV',
            560 => 'Raleigh-Durham, NC',
            561 => 'Jacksonville, FL',
            563 => 'Grand Rapids, MI',
            564 => 'Charleston-Huntington, WV',
            565 => 'Elmira, NY',
            566 => 'Harrisburg-Lancaster-Lebanon-York, PA',
            567 => 'Greenville-Spartenburg, SC',
            569 => 'Harrisonburg, VA',
            570 => 'Florence-Myrtle Beach, SC',
            571 => 'Ft Myers, FL',
            573 => 'Roanoke-Lynchburg, VA',
            574 => 'Johnstown-Altoona, PA',
            575 => 'Chattanooga, TN',
            576 => 'Salisbury, MD',
            577 => 'Wilkes Barre-Scranton, PA',
            581 => 'Terre Haute, IN',
            582 => 'Lafayette, IN',
            583 => 'Alpena, MI',
            584 => 'Charlottesville, VA',
            588 => 'South Bend, IN',
            592 => 'Gainesville, FL',
            596 => 'Zanesville, OH',
            597 => 'Parkersburg, WV',
            598 => 'Clarksburg-Weston, WV',
            600 => 'Corpus Christi, TX',
            602 => 'Chicago, IL',
            603 => 'Joplin-Pittsburg, MO',
            604 => 'Columbia-Jefferson City, MO',
            605 => 'Topeka, KS',
            606 => 'Dothan, AL',
            609 => 'St Louis, MO',
            610 => 'Rockford, IL',
            611 => 'Rochester-Mason City-Austin, MN',
            612 => 'Shreveport, LA',
            613 => 'Minneapolis-St Paul, MN',
            616 => 'Kansas City, MO',
            617 => 'Milwaukee, WI',
            618 => 'Houston, TX',
            619 => 'Springfield, MO',
            620 => 'Tuscaloosa, AL',
            622 => 'New Orleans, LA',
            623 => 'Dallas-Fort Worth, TX',
            624 => 'Sioux City, IA',
            625 => 'Waco-Temple-Bryan, TX',
            626 => 'Victoria, TX',
            627 => 'Wichita Falls, TX',
            628 => 'Monroe, LA',
            630 => 'Birmingham, AL',
            631 => 'Ottumwa-Kirksville, IA',
            632 => 'Paducah, KY',
            633 => 'Odessa-Midland, TX',
            634 => 'Amarillo, TX',
            635 => 'Austin, TX',
            636 => 'Harlingen, TX',
            637 => 'Cedar Rapids-Waterloo, IA',
            638 => 'St Joseph, MO',
            639 => 'Jackson, TN',
            640 => 'Memphis, TN',
            641 => 'San Antonio, TX',
            642 => 'Lafayette, LA',
            643 => 'Lake Charles, LA',
            644 => 'Alexandria, LA',
            646 => 'Anniston, AL',
            647 => 'Greenwood-Greenville, MS',
            648 => 'Champaign-Springfield-Decatur, IL',
            649 => 'Evansville, IN',
            650 => 'Oklahoma City, OK',
            651 => 'Lubbock, TX',
            652 => 'Omaha, NE',
            656 => 'Panama City, FL',
            657 => 'Sherman, TX',
            658 => 'Green Bay-Appleton, WI',
            659 => 'Nashville, TN',
            661 => 'San Angelo, TX',
            662 => 'Abilene-Sweetwater, TX',
            669 => 'Madison, WI',
            670 => 'Ft Smith-Fay-Springfield, AR',
            671 => 'Tulsa, OK',
            673 => 'Columbus-Tupelo-West Point, MS',
            675 => 'Peoria-Bloomington, IL',
            676 => 'Duluth, MN',
            678 => 'Wichita, KS',
            679 => 'Des Moines, IA',
            682 => 'Davenport-Rock Island-Moline, IL',
            686 => 'Mobile, AL',
            687 => 'Minot-Bismarck-Dickinson, ND',
            691 => 'Huntsville, AL',
            692 => 'Beaumont-Port Author, TX',
            693 => 'Little Rock-Pine Bluff, AR',
            698 => 'Montgomery, AL',
            702 => 'La Crosse-Eau Claire, WI',
            705 => 'Wausau-Rhinelander, WI',
            709 => 'Tyler-Longview, TX',
            710 => 'Hattiesburg-Laurel, MS',
            711 => 'Meridian, MS',
            716 => 'Baton Rouge, LA',
            717 => 'Quincy, IL',
            718 => 'Jackson, MS',
            722 => 'Lincoln-Hastings, NE',
            724 => 'Fargo-Valley City, ND',
            725 => 'Sioux Falls, SD',
            734 => 'Jonesboro, AR',
            736 => 'Bowling Green, KY',
            737 => 'Mankato, MN',
            740 => 'North Platte, NE',
            743 => 'Anchorage, AK',
            744 => 'Honolulu, HI',
            745 => 'Fairbanks, AK',
            746 => 'Biloxi-Gulfport, MS',
            747 => 'Juneau, AK',
            749 => 'Laredo, TX',
            751 => 'Denver, CO',
            752 => 'Colorado Springs, CO',
            753 => 'Phoenix, AZ',
            754 => 'Butte-Bozeman, MT',
            755 => 'Great Falls, MT',
            756 => 'Billings, MT',
            757 => 'Boise, ID',
            758 => 'Idaho Falls-Pocatello, ID',
            759 => 'Cheyenne, WY',
            760 => 'Twin Falls, ID',
            762 => 'Missoula, MT',
            764 => 'Rapid City, SD',
            765 => 'El Paso, TX',
            766 => 'Helena, MT',
            767 => 'Casper-Riverton, WY',
            770 => 'Salt Lake City, UT',
            771 => 'Yuma, AZ',
            773 => 'Grand Junction, CO',
            789 => 'Tucson, AZ',
            790 => 'Albuquerque, NM',
            798 => 'Glendive, MT',
            800 => 'Bakersfield, CA',
            801 => 'Eugene, OR',
            802 => 'Eureka, CA',
            803 => 'Los Angeles, CA',
            804 => 'Palm Springs, CA',
            807 => 'San Francisco, CA',
            810 => 'Yakima-Pasco, WA',
            811 => 'Reno, NV',
            813 => 'Medford-Klamath Falls, OR',
            819 => 'Seattle-Tacoma, WA',
            820 => 'Portland, OR',
            821 => 'Bend, OR',
            825 => 'San Diego, CA',
            828 => 'Monterey-Salinas, CA',
            839 => 'Las Vegas, NV',
            855 => 'Santa Barbara, CA',
            862 => 'Sacramento, CA',
            866 => 'Fresno, CA',
            868 => 'Chico-Redding, CA',
            881 => 'Spokane, WA');
    }
    
    /**
     * Lookup the metro region based on the provided DMA code.
     * 
     * @param int $dmaCode The DMA code
     * 
     * @return string Metro region name.
     */
    public static function getMetroRegion($dmaCode)
    {
        if ($dmaCode === null) {
            return null;
        }
        if (self::$dmaMap === null) {
            self::initialize();
        }
        return self::$dmaMap[$dmaCode];
    }
 
    /**
     * Reverse lookup of DMA code if [exact] metro region name is known.
     * 
     * @param string $metro Metro region name.
     * 
     * @return int DMA code, or false if not found.
     */
    public static function getDMACode($metro)    
    {
        if (self::$dmaMap === null) {
            self::initialize();
        }
        return array_search($metro, self::$dmaMap);
    }
 
}