matplotlib-map-utils 2.0.2__py3-none-any.whl → 3.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- matplotlib_map_utils/__init__.py +16 -1
- matplotlib_map_utils/core/__init__.py +5 -1
- matplotlib_map_utils/core/inset_map.py +952 -0
- matplotlib_map_utils/core/north_arrow.py +0 -4
- matplotlib_map_utils/core/scale_bar.py +0 -6
- matplotlib_map_utils/defaults/inset_map.py +67 -0
- matplotlib_map_utils/utils/__init__.py +3 -0
- matplotlib_map_utils/utils/usa.json +1038 -0
- matplotlib_map_utils/utils/usa.py +336 -0
- matplotlib_map_utils/validation/functions.py +51 -15
- matplotlib_map_utils/validation/inset_map.py +88 -0
- matplotlib_map_utils/validation/north_arrow.py +1 -1
- matplotlib_map_utils/validation/scale_bar.py +3 -5
- {matplotlib_map_utils-2.0.2.dist-info → matplotlib_map_utils-3.0.0.dist-info}/METADATA +163 -19
- matplotlib_map_utils-3.0.0.dist-info/RECORD +24 -0
- {matplotlib_map_utils-2.0.2.dist-info → matplotlib_map_utils-3.0.0.dist-info}/WHEEL +1 -1
- matplotlib_map_utils-2.0.2.dist-info/RECORD +0 -18
- {matplotlib_map_utils-2.0.2.dist-info → matplotlib_map_utils-3.0.0.dist-info/licenses}/LICENSE +0 -0
- {matplotlib_map_utils-2.0.2.dist-info → matplotlib_map_utils-3.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1038 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"fips": "01",
|
4
|
+
"name": "Alabama",
|
5
|
+
"abbr": "AL",
|
6
|
+
"valid": true,
|
7
|
+
"state": true,
|
8
|
+
"contiguous": true,
|
9
|
+
"territory": false,
|
10
|
+
"region": "South",
|
11
|
+
"division": "East South Central",
|
12
|
+
"omb": "Region IV",
|
13
|
+
"bea": "Southeast",
|
14
|
+
"alias": null
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"fips": "02",
|
18
|
+
"name": "Alaska",
|
19
|
+
"abbr": "AK",
|
20
|
+
"valid": true,
|
21
|
+
"state": true,
|
22
|
+
"contiguous": false,
|
23
|
+
"territory": false,
|
24
|
+
"region": "West",
|
25
|
+
"division": "Pacific",
|
26
|
+
"omb": "Region X",
|
27
|
+
"bea": "Far West",
|
28
|
+
"alias": null
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"fips": "03",
|
32
|
+
"name": "American Samoa",
|
33
|
+
"abbr": null,
|
34
|
+
"valid": false,
|
35
|
+
"state": null,
|
36
|
+
"contiguous": null,
|
37
|
+
"territory": true,
|
38
|
+
"region": null,
|
39
|
+
"division": null,
|
40
|
+
"omb": null,
|
41
|
+
"bea": null,
|
42
|
+
"alias": null
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"fips": "04",
|
46
|
+
"name": "Arizona",
|
47
|
+
"abbr": "AZ",
|
48
|
+
"valid": true,
|
49
|
+
"state": true,
|
50
|
+
"contiguous": true,
|
51
|
+
"territory": false,
|
52
|
+
"region": "West",
|
53
|
+
"division": "Mountain",
|
54
|
+
"omb": "Region IX",
|
55
|
+
"bea": "Southwest",
|
56
|
+
"alias": null
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"fips": "05",
|
60
|
+
"name": "Arkansas",
|
61
|
+
"abbr": "AR",
|
62
|
+
"valid": true,
|
63
|
+
"state": true,
|
64
|
+
"contiguous": true,
|
65
|
+
"territory": false,
|
66
|
+
"region": "South",
|
67
|
+
"division": "West South Central",
|
68
|
+
"omb": "Region VI",
|
69
|
+
"bea": "Southeast",
|
70
|
+
"alias": null
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"fips": "06",
|
74
|
+
"name": "California",
|
75
|
+
"abbr": "CA",
|
76
|
+
"valid": true,
|
77
|
+
"state": true,
|
78
|
+
"contiguous": true,
|
79
|
+
"territory": false,
|
80
|
+
"region": "West",
|
81
|
+
"division": "Pacific",
|
82
|
+
"omb": "Region IX",
|
83
|
+
"bea": "Far West",
|
84
|
+
"alias": null
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"fips": "07",
|
88
|
+
"name": "Canal Zone",
|
89
|
+
"abbr": null,
|
90
|
+
"valid": false,
|
91
|
+
"state": null,
|
92
|
+
"contiguous": null,
|
93
|
+
"territory": true,
|
94
|
+
"region": null,
|
95
|
+
"division": null,
|
96
|
+
"omb": null,
|
97
|
+
"bea": null,
|
98
|
+
"alias": null
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"fips": "08",
|
102
|
+
"name": "Colorado",
|
103
|
+
"abbr": "CO",
|
104
|
+
"valid": true,
|
105
|
+
"state": true,
|
106
|
+
"contiguous": true,
|
107
|
+
"territory": false,
|
108
|
+
"region": "West",
|
109
|
+
"division": "Mountain",
|
110
|
+
"omb": "Region VIII",
|
111
|
+
"bea": "Rocky Mountain",
|
112
|
+
"alias": null
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"fips": "09",
|
116
|
+
"name": "Connecticut",
|
117
|
+
"abbr": "CT",
|
118
|
+
"valid": true,
|
119
|
+
"state": true,
|
120
|
+
"contiguous": true,
|
121
|
+
"territory": false,
|
122
|
+
"region": "Northeast",
|
123
|
+
"division": "New England",
|
124
|
+
"omb": "Region I",
|
125
|
+
"bea": "New England",
|
126
|
+
"alias": null
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"fips": "10",
|
130
|
+
"name": "Delaware",
|
131
|
+
"abbr": "DE",
|
132
|
+
"valid": true,
|
133
|
+
"state": true,
|
134
|
+
"contiguous": true,
|
135
|
+
"territory": false,
|
136
|
+
"region": "South",
|
137
|
+
"division": "South Atlantic",
|
138
|
+
"omb": "Region III",
|
139
|
+
"bea": "Mideast",
|
140
|
+
"alias": null
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"fips": "11",
|
144
|
+
"name": "Washington, D.C.",
|
145
|
+
"abbr": "DC",
|
146
|
+
"valid": true,
|
147
|
+
"state": false,
|
148
|
+
"contiguous": true,
|
149
|
+
"territory": false,
|
150
|
+
"region": "South",
|
151
|
+
"division": "South Atlantic",
|
152
|
+
"omb": "Region III",
|
153
|
+
"bea": "Mideast",
|
154
|
+
"alias": "District of Columbia"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"fips": "12",
|
158
|
+
"name": "Florida",
|
159
|
+
"abbr": "FL",
|
160
|
+
"valid": true,
|
161
|
+
"state": true,
|
162
|
+
"contiguous": true,
|
163
|
+
"territory": false,
|
164
|
+
"region": "South",
|
165
|
+
"division": "South Atlantic",
|
166
|
+
"omb": "Region IV",
|
167
|
+
"bea": "Southeast",
|
168
|
+
"alias": null
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"fips": "13",
|
172
|
+
"name": "Georgia",
|
173
|
+
"abbr": "GA",
|
174
|
+
"valid": true,
|
175
|
+
"state": true,
|
176
|
+
"contiguous": true,
|
177
|
+
"territory": false,
|
178
|
+
"region": "South",
|
179
|
+
"division": "South Atlantic",
|
180
|
+
"omb": "Region IV",
|
181
|
+
"bea": "Southeast",
|
182
|
+
"alias": null
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"fips": "14",
|
186
|
+
"name": "Guam",
|
187
|
+
"abbr": null,
|
188
|
+
"valid": false,
|
189
|
+
"state": null,
|
190
|
+
"contiguous": null,
|
191
|
+
"territory": true,
|
192
|
+
"region": null,
|
193
|
+
"division": null,
|
194
|
+
"omb": null,
|
195
|
+
"bea": null,
|
196
|
+
"alias": null
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"fips": "15",
|
200
|
+
"name": "Hawaii",
|
201
|
+
"abbr": "HI",
|
202
|
+
"valid": true,
|
203
|
+
"state": true,
|
204
|
+
"contiguous": false,
|
205
|
+
"territory": false,
|
206
|
+
"region": "West",
|
207
|
+
"division": "Pacific",
|
208
|
+
"omb": "Region IX",
|
209
|
+
"bea": "Far West",
|
210
|
+
"alias": null
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"fips": "16",
|
214
|
+
"name": "Idaho",
|
215
|
+
"abbr": "ID",
|
216
|
+
"valid": true,
|
217
|
+
"state": true,
|
218
|
+
"contiguous": true,
|
219
|
+
"territory": false,
|
220
|
+
"region": "West",
|
221
|
+
"division": "Mountain",
|
222
|
+
"omb": "Region X",
|
223
|
+
"bea": "Rocky Mountain",
|
224
|
+
"alias": null
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"fips": "17",
|
228
|
+
"name": "Illinois",
|
229
|
+
"abbr": "IL",
|
230
|
+
"valid": true,
|
231
|
+
"state": true,
|
232
|
+
"contiguous": true,
|
233
|
+
"territory": false,
|
234
|
+
"region": "Midwest",
|
235
|
+
"division": "East North Central",
|
236
|
+
"omb": "Region V",
|
237
|
+
"bea": "Great Lakes",
|
238
|
+
"alias": null
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"fips": "18",
|
242
|
+
"name": "Indiana",
|
243
|
+
"abbr": "IN",
|
244
|
+
"valid": true,
|
245
|
+
"state": true,
|
246
|
+
"contiguous": true,
|
247
|
+
"territory": false,
|
248
|
+
"region": "Midwest",
|
249
|
+
"division": "East North Central",
|
250
|
+
"omb": "Region V",
|
251
|
+
"bea": "Great Lakes",
|
252
|
+
"alias": null
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"fips": "19",
|
256
|
+
"name": "Iowa",
|
257
|
+
"abbr": "IA",
|
258
|
+
"valid": true,
|
259
|
+
"state": true,
|
260
|
+
"contiguous": true,
|
261
|
+
"territory": false,
|
262
|
+
"region": "Midwest",
|
263
|
+
"division": "West North Central",
|
264
|
+
"omb": "Region VII",
|
265
|
+
"bea": "Plains",
|
266
|
+
"alias": null
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"fips": "20",
|
270
|
+
"name": "Kansas",
|
271
|
+
"abbr": "KS",
|
272
|
+
"valid": true,
|
273
|
+
"state": true,
|
274
|
+
"contiguous": true,
|
275
|
+
"territory": false,
|
276
|
+
"region": "Midwest",
|
277
|
+
"division": "West North Central",
|
278
|
+
"omb": "Region VI",
|
279
|
+
"bea": "Plains",
|
280
|
+
"alias": null
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"fips": "21",
|
284
|
+
"name": "Kentucky",
|
285
|
+
"abbr": "KY",
|
286
|
+
"valid": true,
|
287
|
+
"state": true,
|
288
|
+
"contiguous": true,
|
289
|
+
"territory": false,
|
290
|
+
"region": "South",
|
291
|
+
"division": "East South Central",
|
292
|
+
"omb": "Region IV",
|
293
|
+
"bea": "Southeast",
|
294
|
+
"alias": null
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"fips": "22",
|
298
|
+
"name": "Louisiana",
|
299
|
+
"abbr": "LA",
|
300
|
+
"valid": true,
|
301
|
+
"state": true,
|
302
|
+
"contiguous": true,
|
303
|
+
"territory": false,
|
304
|
+
"region": "South",
|
305
|
+
"division": "West South Central",
|
306
|
+
"omb": "Region VI",
|
307
|
+
"bea": "Southeast",
|
308
|
+
"alias": null
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"fips": "23",
|
312
|
+
"name": "Maine",
|
313
|
+
"abbr": "ME",
|
314
|
+
"valid": true,
|
315
|
+
"state": true,
|
316
|
+
"contiguous": true,
|
317
|
+
"territory": false,
|
318
|
+
"region": "Northeast",
|
319
|
+
"division": "New England",
|
320
|
+
"omb": "Region I",
|
321
|
+
"bea": "New England",
|
322
|
+
"alias": null
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"fips": "24",
|
326
|
+
"name": "Maryland",
|
327
|
+
"abbr": "MD",
|
328
|
+
"valid": true,
|
329
|
+
"state": true,
|
330
|
+
"contiguous": true,
|
331
|
+
"territory": false,
|
332
|
+
"region": "South",
|
333
|
+
"division": "South Atlantic",
|
334
|
+
"omb": "Region III",
|
335
|
+
"bea": "Mideast",
|
336
|
+
"alias": null
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"fips": "25",
|
340
|
+
"name": "Massachusetts",
|
341
|
+
"abbr": "MA",
|
342
|
+
"valid": true,
|
343
|
+
"state": true,
|
344
|
+
"contiguous": true,
|
345
|
+
"territory": false,
|
346
|
+
"region": "Northeast",
|
347
|
+
"division": "New England",
|
348
|
+
"omb": "Region I",
|
349
|
+
"bea": "New England",
|
350
|
+
"alias": null
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"fips": "26",
|
354
|
+
"name": "Michigan",
|
355
|
+
"abbr": "MI",
|
356
|
+
"valid": true,
|
357
|
+
"state": true,
|
358
|
+
"contiguous": true,
|
359
|
+
"territory": false,
|
360
|
+
"region": "Midwest",
|
361
|
+
"division": "East North Central",
|
362
|
+
"omb": "Region V",
|
363
|
+
"bea": "Great Lakes",
|
364
|
+
"alias": null
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"fips": "27",
|
368
|
+
"name": "Minnesota",
|
369
|
+
"abbr": "MN",
|
370
|
+
"valid": true,
|
371
|
+
"state": true,
|
372
|
+
"contiguous": true,
|
373
|
+
"territory": false,
|
374
|
+
"region": "Midwest",
|
375
|
+
"division": "West North Central",
|
376
|
+
"omb": "Region V",
|
377
|
+
"bea": "Plains",
|
378
|
+
"alias": null
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"fips": "28",
|
382
|
+
"name": "Mississippi",
|
383
|
+
"abbr": "MS",
|
384
|
+
"valid": true,
|
385
|
+
"state": true,
|
386
|
+
"contiguous": true,
|
387
|
+
"territory": false,
|
388
|
+
"region": "South",
|
389
|
+
"division": "East South Central",
|
390
|
+
"omb": "Region IV",
|
391
|
+
"bea": "Southeast",
|
392
|
+
"alias": null
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"fips": "29",
|
396
|
+
"name": "Missouri",
|
397
|
+
"abbr": "MO",
|
398
|
+
"valid": true,
|
399
|
+
"state": true,
|
400
|
+
"contiguous": true,
|
401
|
+
"territory": false,
|
402
|
+
"region": "Midwest",
|
403
|
+
"division": "West North Central",
|
404
|
+
"omb": "Region VII",
|
405
|
+
"bea": "Plains",
|
406
|
+
"alias": null
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"fips": "30",
|
410
|
+
"name": "Montana",
|
411
|
+
"abbr": "MT",
|
412
|
+
"valid": true,
|
413
|
+
"state": true,
|
414
|
+
"contiguous": true,
|
415
|
+
"territory": false,
|
416
|
+
"region": "West",
|
417
|
+
"division": "Mountain",
|
418
|
+
"omb": "Region VIII",
|
419
|
+
"bea": "Rocky Mountain",
|
420
|
+
"alias": null
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"fips": "31",
|
424
|
+
"name": "Nebraska",
|
425
|
+
"abbr": "NE",
|
426
|
+
"valid": true,
|
427
|
+
"state": true,
|
428
|
+
"contiguous": true,
|
429
|
+
"territory": false,
|
430
|
+
"region": "Midwest",
|
431
|
+
"division": "West North Central",
|
432
|
+
"omb": "Region VII",
|
433
|
+
"bea": "Plains",
|
434
|
+
"alias": null
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"fips": "32",
|
438
|
+
"name": "Nevada",
|
439
|
+
"abbr": "NV",
|
440
|
+
"valid": true,
|
441
|
+
"state": true,
|
442
|
+
"contiguous": true,
|
443
|
+
"territory": false,
|
444
|
+
"region": "West",
|
445
|
+
"division": "Mountain",
|
446
|
+
"omb": "Region IX",
|
447
|
+
"bea": "Far West",
|
448
|
+
"alias": null
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"fips": "33",
|
452
|
+
"name": "New Hampshire",
|
453
|
+
"abbr": "NH",
|
454
|
+
"valid": true,
|
455
|
+
"state": true,
|
456
|
+
"contiguous": true,
|
457
|
+
"territory": false,
|
458
|
+
"region": "Northeast",
|
459
|
+
"division": "New England",
|
460
|
+
"omb": "Region I",
|
461
|
+
"bea": "New England",
|
462
|
+
"alias": null
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"fips": "34",
|
466
|
+
"name": "New Jersey",
|
467
|
+
"abbr": "NJ",
|
468
|
+
"valid": true,
|
469
|
+
"state": true,
|
470
|
+
"contiguous": true,
|
471
|
+
"territory": false,
|
472
|
+
"region": "Northeast",
|
473
|
+
"division": "Mid-Atlantic",
|
474
|
+
"omb": "Region II",
|
475
|
+
"bea": "Mideast",
|
476
|
+
"alias": null
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"fips": "35",
|
480
|
+
"name": "New Mexico",
|
481
|
+
"abbr": "NM",
|
482
|
+
"valid": true,
|
483
|
+
"state": true,
|
484
|
+
"contiguous": true,
|
485
|
+
"territory": false,
|
486
|
+
"region": "West",
|
487
|
+
"division": "Mountain",
|
488
|
+
"omb": "Region VI",
|
489
|
+
"bea": "Southwest",
|
490
|
+
"alias": null
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"fips": "36",
|
494
|
+
"name": "New York",
|
495
|
+
"abbr": "NY",
|
496
|
+
"valid": true,
|
497
|
+
"state": true,
|
498
|
+
"contiguous": true,
|
499
|
+
"territory": false,
|
500
|
+
"region": "Northeast",
|
501
|
+
"division": "Mid-Atlantic",
|
502
|
+
"omb": "Region II",
|
503
|
+
"bea": "Mideast",
|
504
|
+
"alias": null
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"fips": "37",
|
508
|
+
"name": "North Carolina",
|
509
|
+
"abbr": "NC",
|
510
|
+
"valid": true,
|
511
|
+
"state": true,
|
512
|
+
"contiguous": true,
|
513
|
+
"territory": false,
|
514
|
+
"region": "South",
|
515
|
+
"division": "South Atlantic",
|
516
|
+
"omb": "Region IV",
|
517
|
+
"bea": "Southeast",
|
518
|
+
"alias": "N Carolina"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"fips": "38",
|
522
|
+
"name": "North Dakota",
|
523
|
+
"abbr": "ND",
|
524
|
+
"valid": true,
|
525
|
+
"state": true,
|
526
|
+
"contiguous": true,
|
527
|
+
"territory": false,
|
528
|
+
"region": "Midwest",
|
529
|
+
"division": "West North Central",
|
530
|
+
"omb": "Region VIII",
|
531
|
+
"bea": "Plains",
|
532
|
+
"alias": "N Dakota"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"fips": "39",
|
536
|
+
"name": "Ohio",
|
537
|
+
"abbr": "OH",
|
538
|
+
"valid": true,
|
539
|
+
"state": true,
|
540
|
+
"contiguous": true,
|
541
|
+
"territory": false,
|
542
|
+
"region": "Midwest",
|
543
|
+
"division": "East North Central",
|
544
|
+
"omb": "Region V",
|
545
|
+
"bea": "Great Lakes",
|
546
|
+
"alias": null
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"fips": "40",
|
550
|
+
"name": "Oklahoma",
|
551
|
+
"abbr": "OK",
|
552
|
+
"valid": true,
|
553
|
+
"state": true,
|
554
|
+
"contiguous": true,
|
555
|
+
"territory": false,
|
556
|
+
"region": "South",
|
557
|
+
"division": "West South Central",
|
558
|
+
"omb": "Region VI",
|
559
|
+
"bea": "Southwest",
|
560
|
+
"alias": null
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"fips": "41",
|
564
|
+
"name": "Oregon",
|
565
|
+
"abbr": "OR",
|
566
|
+
"valid": true,
|
567
|
+
"state": true,
|
568
|
+
"contiguous": true,
|
569
|
+
"territory": false,
|
570
|
+
"region": "West",
|
571
|
+
"division": "Pacific",
|
572
|
+
"omb": "Region X",
|
573
|
+
"bea": "Far West",
|
574
|
+
"alias": null
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"fips": "42",
|
578
|
+
"name": "Pennsylvania",
|
579
|
+
"abbr": "PA",
|
580
|
+
"valid": true,
|
581
|
+
"state": true,
|
582
|
+
"contiguous": true,
|
583
|
+
"territory": false,
|
584
|
+
"region": "Northeast",
|
585
|
+
"division": "Mid-Atlantic",
|
586
|
+
"omb": "Region III",
|
587
|
+
"bea": "Mideast",
|
588
|
+
"alias": null
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"fips": "43",
|
592
|
+
"name": "Puerto Rico",
|
593
|
+
"abbr": null,
|
594
|
+
"valid": false,
|
595
|
+
"state": null,
|
596
|
+
"contiguous": null,
|
597
|
+
"territory": true,
|
598
|
+
"region": null,
|
599
|
+
"division": null,
|
600
|
+
"omb": null,
|
601
|
+
"bea": null,
|
602
|
+
"alias": null
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"fips": "44",
|
606
|
+
"name": "Rhode Island",
|
607
|
+
"abbr": "RI",
|
608
|
+
"valid": true,
|
609
|
+
"state": true,
|
610
|
+
"contiguous": true,
|
611
|
+
"territory": false,
|
612
|
+
"region": "Northeast",
|
613
|
+
"division": "New England",
|
614
|
+
"omb": "Region I",
|
615
|
+
"bea": "New England",
|
616
|
+
"alias": null
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"fips": "45",
|
620
|
+
"name": "South Carolina",
|
621
|
+
"abbr": "SC",
|
622
|
+
"valid": true,
|
623
|
+
"state": true,
|
624
|
+
"contiguous": true,
|
625
|
+
"territory": false,
|
626
|
+
"region": "South",
|
627
|
+
"division": "South Atlantic",
|
628
|
+
"omb": "Region IV",
|
629
|
+
"bea": "Southeast",
|
630
|
+
"alias": "S Carolina"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"fips": "46",
|
634
|
+
"name": "South Dakota",
|
635
|
+
"abbr": "SD",
|
636
|
+
"valid": true,
|
637
|
+
"state": true,
|
638
|
+
"contiguous": true,
|
639
|
+
"territory": false,
|
640
|
+
"region": "Midwest",
|
641
|
+
"division": "West North Central",
|
642
|
+
"omb": "Region VIII",
|
643
|
+
"bea": "Plains",
|
644
|
+
"alias": "S Dakota"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"fips": "47",
|
648
|
+
"name": "Tennessee",
|
649
|
+
"abbr": "TN",
|
650
|
+
"valid": true,
|
651
|
+
"state": true,
|
652
|
+
"contiguous": true,
|
653
|
+
"territory": false,
|
654
|
+
"region": "South",
|
655
|
+
"division": "East South Central",
|
656
|
+
"omb": "Region IV",
|
657
|
+
"bea": "Southeast",
|
658
|
+
"alias": null
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"fips": "48",
|
662
|
+
"name": "Texas",
|
663
|
+
"abbr": "TX",
|
664
|
+
"valid": true,
|
665
|
+
"state": true,
|
666
|
+
"contiguous": true,
|
667
|
+
"territory": false,
|
668
|
+
"region": "South",
|
669
|
+
"division": "West South Central",
|
670
|
+
"omb": "Region VI",
|
671
|
+
"bea": "Southwest",
|
672
|
+
"alias": null
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"fips": "49",
|
676
|
+
"name": "Utah",
|
677
|
+
"abbr": "UT",
|
678
|
+
"valid": true,
|
679
|
+
"state": true,
|
680
|
+
"contiguous": true,
|
681
|
+
"territory": false,
|
682
|
+
"region": "West",
|
683
|
+
"division": "Mountain",
|
684
|
+
"omb": "Region VIII",
|
685
|
+
"bea": "Rocky Mountain",
|
686
|
+
"alias": null
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"fips": "50",
|
690
|
+
"name": "Vermont",
|
691
|
+
"abbr": "VT",
|
692
|
+
"valid": true,
|
693
|
+
"state": true,
|
694
|
+
"contiguous": true,
|
695
|
+
"territory": false,
|
696
|
+
"region": "Northeast",
|
697
|
+
"division": "New England",
|
698
|
+
"omb": "Region I",
|
699
|
+
"bea": "New England",
|
700
|
+
"alias": null
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"fips": "51",
|
704
|
+
"name": "Virginia",
|
705
|
+
"abbr": "VA",
|
706
|
+
"valid": true,
|
707
|
+
"state": true,
|
708
|
+
"contiguous": true,
|
709
|
+
"territory": false,
|
710
|
+
"region": "South",
|
711
|
+
"division": "South Atlantic",
|
712
|
+
"omb": "Region III",
|
713
|
+
"bea": "Southeast",
|
714
|
+
"alias": null
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"fips": "52",
|
718
|
+
"name": "U.S. Virgin Islands",
|
719
|
+
"abbr": null,
|
720
|
+
"valid": false,
|
721
|
+
"state": null,
|
722
|
+
"contiguous": null,
|
723
|
+
"territory": true,
|
724
|
+
"region": null,
|
725
|
+
"division": null,
|
726
|
+
"omb": null,
|
727
|
+
"bea": null,
|
728
|
+
"alias": "Virgin Islands of the U.S."
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"fips": "53",
|
732
|
+
"name": "Washington",
|
733
|
+
"abbr": "WA",
|
734
|
+
"valid": true,
|
735
|
+
"state": true,
|
736
|
+
"contiguous": true,
|
737
|
+
"territory": false,
|
738
|
+
"region": "West",
|
739
|
+
"division": "Pacific",
|
740
|
+
"omb": "Region III",
|
741
|
+
"bea": "Mideast",
|
742
|
+
"alias": null
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"fips": "54",
|
746
|
+
"name": "West Virginia",
|
747
|
+
"abbr": "WV",
|
748
|
+
"valid": true,
|
749
|
+
"state": true,
|
750
|
+
"contiguous": true,
|
751
|
+
"territory": false,
|
752
|
+
"region": "South",
|
753
|
+
"division": "South Atlantic",
|
754
|
+
"omb": "Region III",
|
755
|
+
"bea": "Southeast",
|
756
|
+
"alias": "W Virginia"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"fips": "55",
|
760
|
+
"name": "Wisconsin",
|
761
|
+
"abbr": "WI",
|
762
|
+
"valid": true,
|
763
|
+
"state": true,
|
764
|
+
"contiguous": true,
|
765
|
+
"territory": false,
|
766
|
+
"region": "Midwest",
|
767
|
+
"division": "East North Central",
|
768
|
+
"omb": "Region V",
|
769
|
+
"bea": "Great Lakes",
|
770
|
+
"alias": null
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"fips": "56",
|
774
|
+
"name": "Wyoming",
|
775
|
+
"abbr": "WY",
|
776
|
+
"valid": true,
|
777
|
+
"state": true,
|
778
|
+
"contiguous": true,
|
779
|
+
"territory": false,
|
780
|
+
"region": "West",
|
781
|
+
"division": "Mountain",
|
782
|
+
"omb": "Region VIII",
|
783
|
+
"bea": "Rocky Mountain",
|
784
|
+
"alias": null
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"fips": "60",
|
788
|
+
"name": "American Samoa",
|
789
|
+
"abbr": "AS",
|
790
|
+
"valid": true,
|
791
|
+
"state": false,
|
792
|
+
"contiguous": false,
|
793
|
+
"territory": true,
|
794
|
+
"region": "Inhabited Territory",
|
795
|
+
"division": "Unincorporated and Unorganized",
|
796
|
+
"omb": "Inhabited Territory",
|
797
|
+
"bea": "Inhabited Territory",
|
798
|
+
"alias": null
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"fips": "64",
|
802
|
+
"name": "Federated States of Micronesia",
|
803
|
+
"abbr": "FM",
|
804
|
+
"valid": true,
|
805
|
+
"state": false,
|
806
|
+
"contiguous": false,
|
807
|
+
"territory": true,
|
808
|
+
"region": "Sovereign State",
|
809
|
+
"division": "Compact of Free Association",
|
810
|
+
"omb": "Sovereign State",
|
811
|
+
"bea": "Sovereign State",
|
812
|
+
"alias": "Micronesia"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"fips": "66",
|
816
|
+
"name": "Guam",
|
817
|
+
"abbr": "GU",
|
818
|
+
"valid": true,
|
819
|
+
"state": false,
|
820
|
+
"contiguous": false,
|
821
|
+
"territory": true,
|
822
|
+
"region": "Inhabited Territory",
|
823
|
+
"division": "Unincorporated and Organized",
|
824
|
+
"omb": "Inhabited Territory",
|
825
|
+
"bea": "Inhabited Territory",
|
826
|
+
"alias": null
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"fips": "67",
|
830
|
+
"name": "Johnston Atoll",
|
831
|
+
"abbr": null,
|
832
|
+
"valid": true,
|
833
|
+
"state": false,
|
834
|
+
"contiguous": false,
|
835
|
+
"territory": true,
|
836
|
+
"region": "Uninhabited Territory",
|
837
|
+
"division": "Unincorporated and Unorganized",
|
838
|
+
"omb": "Uninhabited Territory",
|
839
|
+
"bea": "Uninhabited Territory",
|
840
|
+
"alias": null
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"fips": "68",
|
844
|
+
"name": "Marshall Islands",
|
845
|
+
"abbr": "MH",
|
846
|
+
"valid": true,
|
847
|
+
"state": false,
|
848
|
+
"contiguous": false,
|
849
|
+
"territory": true,
|
850
|
+
"region": "Sovereign State",
|
851
|
+
"division": "Compact of Free Association",
|
852
|
+
"omb": "Sovereign State",
|
853
|
+
"bea": "Sovereign State",
|
854
|
+
"alias": "Republic of the Marshall Islands"
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"fips": "69",
|
858
|
+
"name": "Northern Mariana Islands",
|
859
|
+
"abbr": "MP",
|
860
|
+
"valid": true,
|
861
|
+
"state": false,
|
862
|
+
"contiguous": false,
|
863
|
+
"territory": true,
|
864
|
+
"region": "Inhabited Territory",
|
865
|
+
"division": "Commonwealth",
|
866
|
+
"omb": "Inhabited Territory",
|
867
|
+
"bea": "Inhabited Territory",
|
868
|
+
"alias": null
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"fips": "70",
|
872
|
+
"name": "Palau",
|
873
|
+
"abbr": "PW",
|
874
|
+
"valid": true,
|
875
|
+
"state": false,
|
876
|
+
"contiguous": false,
|
877
|
+
"territory": true,
|
878
|
+
"region": "Sovereign State",
|
879
|
+
"division": "Compact of Free Association",
|
880
|
+
"omb": "Sovereign State",
|
881
|
+
"bea": "Sovereign State",
|
882
|
+
"alias": null
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"fips": "71",
|
886
|
+
"name": "Midway Islands",
|
887
|
+
"abbr": null,
|
888
|
+
"valid": true,
|
889
|
+
"state": false,
|
890
|
+
"contiguous": false,
|
891
|
+
"territory": true,
|
892
|
+
"region": "Uninhabited Territory",
|
893
|
+
"division": "Unincorporated and Unorganized",
|
894
|
+
"omb": "Uninhabited Territory",
|
895
|
+
"bea": "Uninhabited Territory",
|
896
|
+
"alias": "Midway Atoll"
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"fips": "72",
|
900
|
+
"name": "Puerto Rico",
|
901
|
+
"abbr": "PR",
|
902
|
+
"valid": true,
|
903
|
+
"state": false,
|
904
|
+
"contiguous": false,
|
905
|
+
"territory": true,
|
906
|
+
"region": "Inhabited Territory",
|
907
|
+
"division": "Commonwealth",
|
908
|
+
"omb": "Inhabited Territory",
|
909
|
+
"bea": "Inhabited Territory",
|
910
|
+
"alias": null
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"fips": "74",
|
914
|
+
"name": "U.S. Minor Outlying Islands",
|
915
|
+
"abbr": "UM",
|
916
|
+
"valid": true,
|
917
|
+
"state": false,
|
918
|
+
"contiguous": false,
|
919
|
+
"territory": true,
|
920
|
+
"region": "Uninhabited Territory",
|
921
|
+
"division": "Unincorporated and Unorganized",
|
922
|
+
"omb": "Uninhabited Territory",
|
923
|
+
"bea": "Uninhabited Territory",
|
924
|
+
"alias": null
|
925
|
+
},
|
926
|
+
{
|
927
|
+
"fips": "76",
|
928
|
+
"name": "Navassa Island",
|
929
|
+
"abbr": null,
|
930
|
+
"valid": true,
|
931
|
+
"state": false,
|
932
|
+
"contiguous": false,
|
933
|
+
"territory": true,
|
934
|
+
"region": "Uninhabited Territory",
|
935
|
+
"division": "Unincorporated and Unorganized",
|
936
|
+
"omb": "Uninhabited Territory",
|
937
|
+
"bea": "Uninhabited Territory",
|
938
|
+
"alias": null
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"fips": "78",
|
942
|
+
"name": "U.S. Virgin Islands",
|
943
|
+
"abbr": "VI",
|
944
|
+
"valid": true,
|
945
|
+
"state": false,
|
946
|
+
"contiguous": false,
|
947
|
+
"territory": true,
|
948
|
+
"region": "Inhabited Territory",
|
949
|
+
"division": "Unincorporated and Organized",
|
950
|
+
"omb": "Inhabited Territory",
|
951
|
+
"bea": "Inhabited Territory",
|
952
|
+
"alias": "Virgin Islands of the U.S."
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"fips": "79",
|
956
|
+
"name": "Wake Island",
|
957
|
+
"abbr": null,
|
958
|
+
"valid": true,
|
959
|
+
"state": false,
|
960
|
+
"contiguous": false,
|
961
|
+
"territory": true,
|
962
|
+
"region": "Uninhabited Territory",
|
963
|
+
"division": "Unincorporated and Unorganized",
|
964
|
+
"omb": "Uninhabited Territory",
|
965
|
+
"bea": "Uninhabited Territory",
|
966
|
+
"alias": null
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"fips": "81",
|
970
|
+
"name": "Baker Island",
|
971
|
+
"abbr": null,
|
972
|
+
"valid": true,
|
973
|
+
"state": false,
|
974
|
+
"contiguous": false,
|
975
|
+
"territory": true,
|
976
|
+
"region": "Uninhabited Territory",
|
977
|
+
"division": "Unincorporated and Unorganized",
|
978
|
+
"omb": "Uninhabited Territory",
|
979
|
+
"bea": "Uninhabited Territory",
|
980
|
+
"alias": null
|
981
|
+
},
|
982
|
+
{
|
983
|
+
"fips": "84",
|
984
|
+
"name": "Howland Island",
|
985
|
+
"abbr": null,
|
986
|
+
"valid": true,
|
987
|
+
"state": false,
|
988
|
+
"contiguous": false,
|
989
|
+
"territory": true,
|
990
|
+
"region": "Uninhabited Territory",
|
991
|
+
"division": "Unincorporated and Unorganized",
|
992
|
+
"omb": "Uninhabited Territory",
|
993
|
+
"bea": "Uninhabited Territory",
|
994
|
+
"alias": null
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"fips": "86",
|
998
|
+
"name": "Jarvis Island",
|
999
|
+
"abbr": null,
|
1000
|
+
"valid": true,
|
1001
|
+
"state": false,
|
1002
|
+
"contiguous": false,
|
1003
|
+
"territory": true,
|
1004
|
+
"region": "Uninhabited Territory",
|
1005
|
+
"division": "Unincorporated and Unorganized",
|
1006
|
+
"omb": "Uninhabited Territory",
|
1007
|
+
"bea": "Uninhabited Territory",
|
1008
|
+
"alias": null
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"fips": "89",
|
1012
|
+
"name": "Kingman Reef",
|
1013
|
+
"abbr": null,
|
1014
|
+
"valid": true,
|
1015
|
+
"state": false,
|
1016
|
+
"contiguous": false,
|
1017
|
+
"territory": true,
|
1018
|
+
"region": "Uninhabited Territory",
|
1019
|
+
"division": "Unincorporated and Unorganized",
|
1020
|
+
"omb": "Uninhabited Territory",
|
1021
|
+
"bea": "Uninhabited Territory",
|
1022
|
+
"alias": null
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"fips": "95",
|
1026
|
+
"name": "Palmyra Atoll",
|
1027
|
+
"abbr": null,
|
1028
|
+
"valid": true,
|
1029
|
+
"state": false,
|
1030
|
+
"contiguous": false,
|
1031
|
+
"territory": true,
|
1032
|
+
"region": "Uninhabited Territory",
|
1033
|
+
"division": "Incorporated and Unorganized",
|
1034
|
+
"omb": "Uninhabited Territory",
|
1035
|
+
"bea": "Uninhabited Territory",
|
1036
|
+
"alias": null
|
1037
|
+
}
|
1038
|
+
]
|