@mailwoman/tiger 1.0.0

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.
Files changed (103) hide show
  1. package/README.md +3 -0
  2. package/block-group.ts +151 -0
  3. package/class-code.ts +1026 -0
  4. package/constants.ts +252 -0
  5. package/county-subdivision.ts +154 -0
  6. package/county.ts +135 -0
  7. package/files.ts +251 -0
  8. package/functional-status.ts +64 -0
  9. package/geoid.ts +678 -0
  10. package/index.ts +18 -0
  11. package/legal-statistical-area.ts +222 -0
  12. package/out/block-group.d.ts +135 -0
  13. package/out/block-group.d.ts.map +1 -0
  14. package/out/block-group.js +7 -0
  15. package/out/block-group.js.map +1 -0
  16. package/out/class-code.d.ts +863 -0
  17. package/out/class-code.d.ts.map +1 -0
  18. package/out/class-code.js +864 -0
  19. package/out/class-code.js.map +1 -0
  20. package/out/constants.d.ts +220 -0
  21. package/out/constants.d.ts.map +1 -0
  22. package/out/constants.js +98 -0
  23. package/out/constants.js.map +1 -0
  24. package/out/county-subdivision.d.ts +139 -0
  25. package/out/county-subdivision.d.ts.map +1 -0
  26. package/out/county-subdivision.js +7 -0
  27. package/out/county-subdivision.js.map +1 -0
  28. package/out/county.d.ts +120 -0
  29. package/out/county.d.ts.map +1 -0
  30. package/out/county.js +9 -0
  31. package/out/county.js.map +1 -0
  32. package/out/files.d.ts +118 -0
  33. package/out/files.d.ts.map +1 -0
  34. package/out/files.js +142 -0
  35. package/out/files.js.map +1 -0
  36. package/out/functional-status.d.ts +64 -0
  37. package/out/functional-status.d.ts.map +1 -0
  38. package/out/functional-status.js +65 -0
  39. package/out/functional-status.js.map +1 -0
  40. package/out/geoid.d.ts +438 -0
  41. package/out/geoid.d.ts.map +1 -0
  42. package/out/geoid.js +255 -0
  43. package/out/geoid.js.map +1 -0
  44. package/out/index.d.ts +18 -0
  45. package/out/index.d.ts.map +1 -0
  46. package/out/index.js +18 -0
  47. package/out/index.js.map +1 -0
  48. package/out/legal-statistical-area.d.ts +222 -0
  49. package/out/legal-statistical-area.d.ts.map +1 -0
  50. package/out/legal-statistical-area.js +223 -0
  51. package/out/legal-statistical-area.js.map +1 -0
  52. package/out/sdk/fetch.d.ts.map +1 -0
  53. package/out/sdk/fetch.js.map +1 -0
  54. package/out/sdk/index.d.ts +7 -0
  55. package/out/sdk/index.d.ts.map +1 -0
  56. package/out/sdk/index.js +7 -0
  57. package/out/sdk/index.js.map +1 -0
  58. package/out/sdk/redistricting.d.ts.map +1 -0
  59. package/out/sdk/redistricting.js.map +1 -0
  60. package/out/sdk/schema.d.ts.map +1 -0
  61. package/out/sdk/schema.js.map +1 -0
  62. package/out/sdk/state/TIGERTabulatedBlockEntity.d.ts +13 -0
  63. package/out/sdk/state/TIGERTabulatedBlockEntity.d.ts.map +1 -0
  64. package/out/sdk/state/TIGERTabulatedBlockEntity.js +22 -0
  65. package/out/sdk/state/TIGERTabulatedBlockEntity.js.map +1 -0
  66. package/out/sdk/state/TIGERTractEntity.d.ts +31 -0
  67. package/out/sdk/state/TIGERTractEntity.d.ts.map +1 -0
  68. package/out/sdk/state/TIGERTractEntity.js +7 -0
  69. package/out/sdk/state/TIGERTractEntity.js.map +1 -0
  70. package/out/sdk/state/block-operations.d.ts +36 -0
  71. package/out/sdk/state/block-operations.d.ts.map +1 -0
  72. package/out/sdk/state/block-operations.js +37 -0
  73. package/out/sdk/state/block-operations.js.map +1 -0
  74. package/out/sdk/state/index.d.ts +9 -0
  75. package/out/sdk/state/index.d.ts.map +1 -0
  76. package/out/sdk/state/index.js +9 -0
  77. package/out/sdk/state/index.js.map +1 -0
  78. package/out/state.d.ts +595 -0
  79. package/out/state.d.ts.map +1 -0
  80. package/out/state.js +384 -0
  81. package/out/state.js.map +1 -0
  82. package/out/tabulation-block.d.ts +43 -0
  83. package/out/tabulation-block.d.ts.map +1 -0
  84. package/out/tabulation-block.js +9 -0
  85. package/out/tabulation-block.js.map +1 -0
  86. package/out/tract.d.ts +36 -0
  87. package/out/tract.d.ts.map +1 -0
  88. package/out/tract.js +8 -0
  89. package/out/tract.js.map +1 -0
  90. package/out/tsconfig.tsbuildinfo +1 -0
  91. package/package.json +41 -0
  92. package/sdk/data/nation/index.json +14642 -0
  93. package/sdk/index.ts +7 -0
  94. package/sdk/initialize.sql +161 -0
  95. package/sdk/state/TIGERTabulatedBlockEntity.ts +25 -0
  96. package/sdk/state/TIGERTractEntity.ts +34 -0
  97. package/sdk/state/block-operations.ts +69 -0
  98. package/sdk/state/index.ts +9 -0
  99. package/state.ts +553 -0
  100. package/tabulation-block.ts +68 -0
  101. package/tract.ts +52 -0
  102. package/tsconfig.json +16 -0
  103. package/typedoc.json +5 -0
package/class-code.ts ADDED
@@ -0,0 +1,1026 @@
1
+ /**
2
+ * @copyright Sister Software.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+
7
+ /**
8
+ * Defines the current class of a geographic entity. These codes can be found in the TIGER/Line
9
+ * products, gazetteer files, and other products.
10
+ *
11
+ * @title MAF/TIGER Feature Class Code
12
+ */
13
+ export enum TIGERClassCode {
14
+ /**
15
+ * A prominent elevation rising above the surrounding level of the Earth's surface.
16
+ */
17
+ MountainPeakOrSummit = "C3022",
18
+
19
+ /**
20
+ * An area of dry or relatively dry land surrounded by water or low wetland. (including
21
+ * archipelago, atoll, cay, hammock, hummock, isla, isle, key, moku, and rock)
22
+ */
23
+ Island = "C3023",
24
+
25
+ /**
26
+ * An embankment flanking a stream or other flowing water feature to prevent overflow.
27
+ */
28
+ Levee = "C3024",
29
+
30
+ /**
31
+ * A durable, permanent structure, extending into a body of water, built to protect a shoreline
32
+ * from erosion, to form a protected coastal marina/harbor, or to create stable channels for
33
+ * navigation. Unlike piers and docks, water does not flow under it. Alternatively referred to as
34
+ * a groyne, groin, seawall, or bulwark.
35
+ */
36
+ JettyBreakwater = "C3025",
37
+
38
+ /**
39
+ * An area from which commercial minerals are or were removed from the Earth; not including an
40
+ * oilfield or gas field.
41
+ */
42
+ QuarryOpenPitMine = "C3026",
43
+
44
+ /**
45
+ * A barrier built across the course of a stream to impound water and/or control water flow.
46
+ */
47
+ Dam = "C3027",
48
+
49
+ /**
50
+ * An expanded paved area at the end of a street used by vehicles for turning around. The
51
+ * placement of addressed structures located along the street may wrap around the end of the
52
+ * cul-de-sac.
53
+ */
54
+ CulDeSac = "C3061",
55
+
56
+ /**
57
+ * A circular intersection allowing for continuous movement of traffic at the meeting of roadways,
58
+ * when the circle is represented as a point.
59
+ */
60
+ TrafficCircle = "C3062",
61
+
62
+ /**
63
+ * A movable barrier across a road.
64
+ */
65
+ Gate = "C3066",
66
+
67
+ /**
68
+ * A structure or barrier where a fee is collected for using a road.
69
+ */
70
+ TollBooth = "C3067",
71
+
72
+ /**
73
+ * A manmade structure, higher than its diameter, generally used for observation, storage, or
74
+ * electronic transmission.
75
+ */
76
+ Tower = "C3071",
77
+
78
+ /**
79
+ * A manmade structure, higher than its diameter, used to transmit light and possibly sound
80
+ * generally to aid in navigation.
81
+ */
82
+ LighthouseBeacon = "C3074",
83
+
84
+ /**
85
+ * One or more manmade structures, used for liquid or gas storage or for distribution activities.
86
+ */
87
+ TankFarm = "C3075",
88
+
89
+ /**
90
+ * A facility where power is generated from the wind.
91
+ */
92
+ WindmillFarm = "C3076",
93
+
94
+ /**
95
+ * A facility where power is generated from the sun.
96
+ */
97
+ SolarFarm = "C3077",
98
+
99
+ /**
100
+ * A manmade structure to educate, commemorate, or memorialize an event, person, or feature.
101
+ */
102
+ MonumentMemorial = "C3078",
103
+
104
+ /**
105
+ * A locational marker or monument placed on or near a boundary line to preserve and identify the
106
+ * location of the boundary line on the ground.
107
+ */
108
+ BoundaryMonumentPoint = "C3079",
109
+
110
+ /**
111
+ * A point on the ground whose position (horizontal or vertical) is known and can be used as a
112
+ * base for additional survey work.
113
+ */
114
+ SurveyControlPoint = "C3080",
115
+
116
+ /**
117
+ * A point that identifies the location and name of a locality (e.g., crossroad, community,
118
+ * populated place or locale) that usually does not have a formally established boundary.
119
+ */
120
+ LocalityPoint = "C3081",
121
+
122
+ /**
123
+ * A point that serves as the core of an Alaska Native village and is used in defining Alaska
124
+ * Native village statistical areas.
125
+ */
126
+ AlaskaNativeVillageOfficialPoint = "C3085",
127
+
128
+ /**
129
+ * This feature represents sovereign states recognized by the U.S. Department of State. For Census
130
+ * Bureau purposes, the area for which the decennial census is conducted, which is the United
131
+ * States, Puerto Rico, and the Island Areas (American Samoa, Guam, the Commonwealth of the
132
+ * Northern Mariana Islands, and the U.S. Virgin Islands). The feature may also include other
133
+ * sovereign states such as Canada and Mexico, but currently does not do so.
134
+ */
135
+ Nation = "G1000",
136
+
137
+ /**
138
+ * A grouping of states and the District of Columbia for the presentation of census data. The
139
+ * United States is subdivided into four Census Regions—Northeast, South, Midwest, and West.
140
+ */
141
+ CensusRegion = "G1100",
142
+
143
+ /**
144
+ * A grouping of states and the District of Columbia that is a subdivision of the four Census
145
+ * Regions.
146
+ */
147
+ CensusDivision = "G1200",
148
+
149
+ /**
150
+ * A legally defined state- or federally recognized reservation and/or off-reservation trust land
151
+ * entity (excluding statistical American Indian and Alaska Native areas).
152
+ */
153
+ AmericanIndianArea = "G2100",
154
+
155
+ /**
156
+ * A legal area held in trust for the benefit of Native Hawaiians by the state of Hawaii, pursuant
157
+ * to the Hawaiian Homes Commission Act of 1920, as amended.
158
+ */
159
+ HawaiianHomeLand = "G2120",
160
+
161
+ /**
162
+ * A statistical area that represents the more densely settled portion of Alaska Native villages
163
+ * (ANVs), which constitute associations, bands, clans, communities, groups, tribes, or villages
164
+ * recognized pursuant to the Alaska Native Claims Settlement Act of 1971 (Public Law 92-203).
165
+ */
166
+ AlaskaNativeVillageStatisticalArea = "G2130",
167
+
168
+ /**
169
+ * A statistical entity identified and delineated by the Census Bureau in consultation with
170
+ * federally recognized American Indian tribes that have no current reservation, but had a former
171
+ * reservation in Oklahoma.
172
+ */
173
+ OklahomaTribalStatisticalArea = "G2140",
174
+
175
+ /**
176
+ * A statistical geographic entity identified and delineated for the Census Bureau by a
177
+ * state-appointed liaison for a state-recognized American Indian tribe that does not currently
178
+ * have a reservation and/or lands in trust.
179
+ */
180
+ StateDesignatedTribalStatisticalArea = "G2150",
181
+
182
+ /**
183
+ * A statistical geographic entity identified and delineated for the Census Bureau by a federally
184
+ * recognized American Indian tribe that does not currently have a reservation and/or
185
+ * off-reservation trust land.
186
+ */
187
+ TribalDesignatedStatisticalArea = "G2160",
188
+
189
+ /**
190
+ * An area administered jointly and/or claimed by two or more American Indian tribes.
191
+ */
192
+ AmericanIndianJointUseArea = "G2170",
193
+
194
+ /**
195
+ * Corporate entities with legal boundaries established to conduct both business and nonprofit
196
+ * affairs of Alaska Natives pursuant to the Alaska Native Claims Settlement Act of 1972 (Public
197
+ * Law 92-203). There are twelve geographically defined ANRCs and they are all within and cover
198
+ * most of the State of Alaska (the Annette Island Reserve—an American Indian reservation—is
199
+ * excluded from any ANRC).
200
+ */
201
+ AlaskaNativeRegionalCorporation = "G2200",
202
+
203
+ /**
204
+ * Administrative subdivisions of federally recognized American Indian reservations,
205
+ * off-reservation trust lands, or Oklahoma tribal statistical areas (OTSAs). These entities are
206
+ * internal units of self-government or administration that serve social, cultural, and/or
207
+ * economic purposes for the American Indians on the reservations, off-reservation trust lands, or
208
+ * OTSAs.
209
+ */
210
+ TribalSubdivision = "G2300",
211
+
212
+ /**
213
+ * A relatively small and permanent statistical subdivision of a federally recognized American
214
+ * Indian reservation and/or off-reservation trust land, delineated by American Indian tribal
215
+ * participants or the Census Bureau for the purpose of presenting demographic data.
216
+ */
217
+ TribalCensusTract = "G2400",
218
+
219
+ /**
220
+ * A cluster of census blocks within a single tribal census tract delineated by American Indian
221
+ * tribal participants or the Census Bureau for the purpose of presenting demographic data.
222
+ */
223
+ TribalBlockGroup = "G2410",
224
+
225
+ /**
226
+ * A grouping of adjacent metropolitan and/or micropolitan statistical areas that have a degree of
227
+ * economic and social integration, as measured by commuting.
228
+ */
229
+ CombinedStatisticalArea = "G3100",
230
+
231
+ /**
232
+ * An area containing a substantial population nucleus together with adjacent communities having a
233
+ * high degree of economic and social integration with that core, as measured by commuting. Each
234
+ * area is defined using whole counties and equivalents.
235
+ */
236
+ MetropolitanMicropolitanStatisticalArea = "G3110",
237
+
238
+ /**
239
+ * A county or grouping of counties that is a subdivision of a Metropolitan Statistical Area
240
+ * containing an urbanized area with a population of 2.5 million or more.
241
+ */
242
+ MetropolitanDivision = "G3120",
243
+
244
+ /**
245
+ * A grouping of adjacent New England city and town areas that have a degree of economic and
246
+ * social integration, as measured by commuting.
247
+ */
248
+ CombinedNewEnglandCityTownArea = "G3200",
249
+
250
+ /**
251
+ * An area containing a substantial population nucleus together with adjacent communities having a
252
+ * high degree of economic and social integration with that core, as measured by commuting. Each
253
+ * area is defined using Minor Civil Divisions (MCDs) in New England.
254
+ */
255
+ NewEnglandCityTownMetropolitanMicropolitanStatisticalArea = "G3210",
256
+
257
+ /**
258
+ * A grouping of cities and towns in New England that is a subdivision of a New England City and
259
+ * Town Area containing an urbanized area with a population of 2.5 million or more.
260
+ */
261
+ NewEnglandCityTownDivision = "G3220",
262
+
263
+ /**
264
+ * For the 2020 Census, an urban area will comprise a densely developed core of census blocks that
265
+ * meet minimum housing unit density requirements, along with adjacent territory containing
266
+ * non-residential urban land uses as well as other lower density territory included to link
267
+ * outlying densely settled territory with the densely settled core. To qualify as an urban area,
268
+ * the territory identified according to the criteria must encompass at least 2,000 housing units
269
+ * or at least 5,000 persons.
270
+ */
271
+ UrbanArea = "G3500",
272
+
273
+ /**
274
+ * The primary governmental divisions of the United States. The District of Columbia is treated as
275
+ * a statistical equivalent of a state for census purposes, as are Puerto Rico, American Samoa,
276
+ * Guam, the Commonwealth of the Northern Mariana Islands, and the U.S. Virgin Islands.
277
+ */
278
+ StateEquivalentFeature = "G4000",
279
+
280
+ /**
281
+ * The primary division of a state or state equivalent area. The primary divisions of 48 states
282
+ * are termed County, but other terms are used such as Borough in Alaska, Parish in Louisiana, and
283
+ * Municipio in Puerto Rico. This feature includes independent cities, which are incorporated
284
+ * places that are not part of any county.
285
+ */
286
+ CountyEquivalentFeature = "G4020",
287
+
288
+ /**
289
+ * The primary divisions of counties and equivalent features for the reporting of Census Bureau
290
+ * data. The subtypes of this feature are Minor Civil Division, Census County Division/Census
291
+ * Subarea, and Unorganized Territory. This feature includes independent places, which are
292
+ * incorporated places that are not part of any county subdivision.
293
+ */
294
+ CountySubdivision = "G4040",
295
+
296
+ /**
297
+ * A subdivision of the three major islands in the U.S. Virgin Islands (USVI). The estates have
298
+ * legally defined boundaries and are much smaller in area than the Census Subdistricts (USVI
299
+ * county subdivisions), but do not necessarily nest within these districts.
300
+ */
301
+ Estate = "G4050",
302
+
303
+ /**
304
+ * Legally defined divisions (subbarrios) of minor civil divisions (barrios-pueblo and barrios) in
305
+ * Puerto Rico.
306
+ */
307
+ SubMinorCivilDivision = "G4060",
308
+
309
+ /**
310
+ * A legal entity incorporated under state law to provide general-purpose governmental services to
311
+ * a concentration of population. Incorporated places are generally designated as a city, borough,
312
+ * municipality, town, village, or, in a few instances, have a different legal description.
313
+ */
314
+ IncorporatedPlace = "G4110",
315
+
316
+ /**
317
+ * An incorporated place that has merged governmentally with a county or minor civil division, but
318
+ * one or more of the incorporated places continues to function within the consolidation. It is a
319
+ * place that contains additional separately incorporated places.
320
+ */
321
+ ConsolidatedCity = "G4120",
322
+
323
+ /**
324
+ * A statistical area that is defined for a named concentration of population and is the
325
+ * statistical counterpart of an incorporated place.
326
+ */
327
+ CensusDesignatedPlace = "G4210",
328
+
329
+ /**
330
+ * The lowest level of geographic area for presentation of some types of Economic Census data. It
331
+ * includes incorporated places, consolidated cities, census designated places (CDPs), minor civil
332
+ * divisions (MCDs) in selected states, and balances of MCDs or counties. An incorporated place,
333
+ * CDP, MCD, or balance of MCD qualifies as an economic census place if it contains 2,500 or more
334
+ * residents, or 2,500 or more jobs, according to the most current data available.
335
+ */
336
+ EconomicCensusPlace = "G4300",
337
+
338
+ /**
339
+ * Relatively permanent statistical subdivisions of a County or equivalent feature delineated by
340
+ * local participants as part of the Census Bureau's Participant Statistical Areas Program.
341
+ */
342
+ CensusTract = "G5020",
343
+
344
+ /**
345
+ * A cluster of census blocks having the same first digit of their four-digit identifying numbers
346
+ * within a Census Tract. For example, block group 3 (BG 3) within a Census Tract includes all
347
+ * blocks numbered from 3000 to 3999.
348
+ */
349
+ BlockGroup = "G5030",
350
+
351
+ /**
352
+ * The lowest-order census defined statistical area. It is an area, such as a city block, bounded
353
+ * primarily by physical features but sometimes by invisible city or property boundaries. A
354
+ * tabulation block boundary does not cross the boundary of any other geographic area for which
355
+ * the Census Bureau tabulates data. The subtypes of this feature are Count Question Resolution
356
+ * (CQR), current, and tabulation census.
357
+ */
358
+ TabulationBlock = "G5040",
359
+
360
+ /**
361
+ * The 435 areas from which people are elected to the U.S. House of Representatives. Additional
362
+ * equivalent features exist for state equivalents with nonvoting delegates or no representative.
363
+ * The subtypes of this feature are 111th, 113th, 114th, 115th, 116th, 117th, and 118th
364
+ * Congressional Districts, plus subsequent Congresses.
365
+ */
366
+ CongressionalDistrict = "G5200",
367
+
368
+ /**
369
+ * Areas established by a state or equivalent government from which members are elected to the
370
+ * upper or unicameral chamber of a state governing body. The upper chamber is the senate in a
371
+ * bicameral legislature, and the unicameral case is a single house legislature (Nebraska). The
372
+ * subtypes of this feature are legislative session year, such as 2010, 2012, 2014, 2016, 2017,
373
+ * 2018, and so forth, with the year indicating the vintage of the district.
374
+ */
375
+ StateLegislativeDistrictUpperChamber = "G5210",
376
+
377
+ /**
378
+ * Areas established by a state or equivalent government from which members are elected to the
379
+ * lower chamber of a state governing body. The lower chamber is the House of Representatives in a
380
+ * bicameral legislature. The subtypes of this feature are legislative session year, such as 2010,
381
+ * 2012, 2014, 2016, 2017, 2018, and so forth, with the year indicating the vintage of the
382
+ * district.
383
+ */
384
+ StateLegislativeDistrictLowerChamber = "G5220",
385
+
386
+ /**
387
+ * The generic name for the geographic features, such as precincts, wards, and election districts,
388
+ * established by state, local, and tribal governments for the purpose of conducting elections.
389
+ */
390
+ VotingDistrict = "G5240",
391
+
392
+ /**
393
+ * A geographic area within which officials provide public elementary grade-level educational
394
+ * services for residents.
395
+ */
396
+ ElementarySchoolDistrict = "G5400",
397
+
398
+ /**
399
+ * A geographic area within which officials provide public secondary grade-level educational
400
+ * services for residents.
401
+ */
402
+ SecondarySchoolDistrict = "G5410",
403
+
404
+ /**
405
+ * A geographic area within which officials provide public educational services for all grade
406
+ * levels for residents.
407
+ */
408
+ UnifiedSchoolDistrict = "G5420",
409
+
410
+ /**
411
+ * Statistical geographic areas defined for the tabulation and dissemination of American Community
412
+ * Survey (ACS) and Puerto Rico Community Survey, Public Use Microdata Sample (PUMS) data, as well
413
+ * as ACS period estimates, and decennial census data. Nesting within states or equivalent
414
+ * entities, PUMAs cover the entirety of the United States, Puerto Rico, Guam, and the U.S. Virgin
415
+ * Islands.
416
+ */
417
+ PublicUseMicrodataArea = "G6120",
418
+
419
+ /**
420
+ * An area defined under state authority to manage urbanization that the U.S. Census Bureau
421
+ * includes in its products in agreement with an individual state.
422
+ */
423
+ UrbanGrowthArea = "G6330",
424
+
425
+ /**
426
+ * An approximate statistical-area representation of a U.S. Postal Service (USPS) 5-digit ZIP Code
427
+ * service area.
428
+ */
429
+ ZIPCodeTabulationArea = "G6350",
430
+
431
+ /**
432
+ * A grouping of municipios (county equivalents) defined by Puerto Rico officials for the purpose
433
+ * of presenting economic census statistical data.
434
+ */
435
+ PlanningRegion = "G6400",
436
+
437
+ /**
438
+ * A known, but nonspecific, hydrographic connection between two nonadjacent water features.
439
+ */
440
+ Connector = "H1100",
441
+
442
+ /**
443
+ * A standing body of water that is surrounded by land.
444
+ */
445
+ LakePond = "H2030",
446
+
447
+ /**
448
+ * An artificially impounded body of water.
449
+ */
450
+ Reservoir = "H2040",
451
+
452
+ /**
453
+ * An artificial body of water built to treat fouled water.
454
+ */
455
+ TreatmentPond = "H2041",
456
+
457
+ /**
458
+ * A body of water partly surrounded by land. [includes arm, bight, cove, and inlet]
459
+ */
460
+ BayEstuaryGulfSound = "H2051",
461
+
462
+ /**
463
+ * The great body of salt water that covers much of the Earth.
464
+ */
465
+ OceanSea = "H2053",
466
+
467
+ /**
468
+ * A body of ice moving outward and down slope from an area of accumulation; an area of relatively
469
+ * permanent snow or ice on the top or side of a mountain or mountainous area. [includes ice field
470
+ * and ice patch]
471
+ */
472
+ Glacier = "H2081",
473
+
474
+ /**
475
+ * A natural flowing waterway. [includes anabranch, awawa, branch, brook, creek, distributary,
476
+ * fork, kill, pup, rio, and run]
477
+ */
478
+ StreamRiver = "H3010",
479
+
480
+ /**
481
+ * A natural flowing waterway with an intricate network of interlacing channels.
482
+ */
483
+ BraidedStream = "H3013",
484
+
485
+ /**
486
+ * An artificial waterway constructed to transport water, to irrigate or drain land, to connect
487
+ * two or more bodies of water, or to serve as a waterway for watercraft. [includes lateral]
488
+ */
489
+ CanalDitchAqueduct = "H3020",
490
+
491
+ /**
492
+ * A building complex that contains multiple living quarters generally for which rent is paid.
493
+ */
494
+ ApartmentBuildingComplex = "K1121",
495
+
496
+ /**
497
+ * An area in which parking space for house trailers is rented, usually providing utilities and
498
+ * services.
499
+ */
500
+ TrailerCourtMobileHomePark = "K1223",
501
+
502
+ /**
503
+ * A point or area in which the population of military or merchant marine vessels at sea are
504
+ * assigned, usually being at or near the home port pier.
505
+ */
506
+ CrewOfVesselLocation = "K1225",
507
+
508
+ /**
509
+ * A facility providing housing for a number of persons employed as semi-permanent or seasonal
510
+ * laborers.
511
+ */
512
+ HousingFacilityDormitoryForWorkers = "K1226",
513
+
514
+ /**
515
+ * A facility providing transient lodging or living quarters, generally for some payment.
516
+ */
517
+ HotelMotelResortSpaHostelYMCAOrYWCA = "K1227",
518
+
519
+ /**
520
+ * An area used for setting up mobile temporary living quarters (camp) or holding a camp meeting,
521
+ * sometimes providing utilities and other amenities.
522
+ */
523
+ Campground = "K1228",
524
+
525
+ /**
526
+ * A facility providing low-cost or free living quarters established by a welfare or educational
527
+ * organization for the needy people of a district.
528
+ */
529
+ ShelterMission = "K1229",
530
+
531
+ /**
532
+ * A facility where the sick or injured may receive medical or surgical attention. [including
533
+ * infirmary]
534
+ */
535
+ HospitalHospiceUrgentCareFacility = "K1231",
536
+
537
+ /**
538
+ * A facility to house and provide care for the elderly.
539
+ */
540
+ NursingHomeRetirementHomeHomeForTheAged = "K1233",
541
+
542
+ /**
543
+ * A facility (correctional or non-correctional) where groups of juveniles reside; this includes
544
+ * training schools, detention centers, residential treatment centers and orphanages.
545
+ */
546
+ JuvenileInstitution = "K1235",
547
+
548
+ /**
549
+ * A facility that serves as a place for the confinement of adult persons in lawful detention,
550
+ * administered by a local (tribal, county, municipal, etc.) government.
551
+ */
552
+ LocalJailDetentionCenter = "K1236",
553
+
554
+ /**
555
+ * A facility that serves as a place for the confinement of adult persons in lawful detention,
556
+ * administered by the federal government or a state government.
557
+ */
558
+ FederalPenitentiaryStatePrisonPrisonFarm = "K1237",
559
+
560
+ /**
561
+ * A facility that serves as a place for the confinement of adult persons in lawful detention, not
562
+ * elsewhere classified or administered by a government of unknown jurisdiction.
563
+ */
564
+ OtherCorrectionalInstitution = "K1238",
565
+
566
+ /**
567
+ * An institution intended for residential use by those having a religious vocation.
568
+ */
569
+ ConventMonasteryRectoryOtherReligiousGroupQuarters = "K1239",
570
+
571
+ /**
572
+ * A place where employees are employed in federal, state, local, or tribal government.
573
+ */
574
+ GovernmentalWorkplaces = "K2100",
575
+
576
+ /**
577
+ * An area owned and/or occupied by the Department of Defense for use by a branch of the armed
578
+ * forces (such as the Army, Navy, Air Force, Marines, or Coast Guard), or a state owned area for
579
+ * the use of the National Guard.
580
+ */
581
+ MilitaryInstallation = "K2110",
582
+
583
+ /**
584
+ * A meeting place used by members of a community for social, cultural, or recreational purposes.
585
+ */
586
+ CommunityCenter = "K2146",
587
+
588
+ /**
589
+ * A place used by members of government (either federal, state, local, or tribal) for
590
+ * administration and public business.
591
+ */
592
+ GovernmentCenter = "K2165",
593
+
594
+ /**
595
+ * An exhibition hall or conference center with enough open space to host public and private
596
+ * business and social events.
597
+ */
598
+ ConventionCenter = "K2167",
599
+
600
+ /**
601
+ * A place or area set aside for recreation or preservation of a cultural or natural resource.
602
+ */
603
+ Park = "K2180",
604
+
605
+ /**
606
+ * Land under the jurisdiction of the National Park Service, including National Parks, most
607
+ * National Monuments, and certain other lands.
608
+ */
609
+ NationalParkServiceLand = "K2181",
610
+
611
+ /**
612
+ * Land under the jurisdiction of the U.S. Forest Service or other federal agency, excluding
613
+ * National Park Service land.
614
+ */
615
+ NationalForestOtherFederalLand = "K2182",
616
+
617
+ /**
618
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
619
+ * under the administration of an American Indian tribe.
620
+ */
621
+ TribalParkForestRecreationArea = "K2183",
622
+
623
+ /**
624
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
625
+ * under the administration of a state government.
626
+ */
627
+ StateParkForestRecreationArea = "K2184",
628
+
629
+ /**
630
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
631
+ * under the administration of a regional government.
632
+ */
633
+ RegionalParkForestRecreationArea = "K2185",
634
+
635
+ /**
636
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
637
+ * under the administration of a county government.
638
+ */
639
+ CountyParkForestRecreationArea = "K2186",
640
+
641
+ /**
642
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
643
+ * under the administration of a minor civil division (town/township) government.
644
+ */
645
+ CountySubdivisionParkForestRecreationArea = "K2187",
646
+
647
+ /**
648
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
649
+ * under the administration of a municipal government.
650
+ */
651
+ IncorporatedPlaceParkForestRecreationArea = "K2188",
652
+
653
+ /**
654
+ * A privately owned place or area set aside for recreation or preservation of a cultural or
655
+ * natural resource.
656
+ */
657
+ PrivateParkForestRecreationArea = "K2189",
658
+
659
+ /**
660
+ * A place or area set aside for recreation or preservation of a cultural or natural resource and
661
+ * under the administration of some other type of government or agency such as an independent park
662
+ * authority or commission.
663
+ */
664
+ OtherParkForestRecreationArea = "K2190",
665
+
666
+ /**
667
+ * An official facility of the U.S. Postal Service used for processing and distributing mail and
668
+ * other postal material.
669
+ */
670
+ PostOffice = "K2191",
671
+
672
+ /**
673
+ * A facility that houses equipment and personnel to fight fires and provide other assistance.
674
+ */
675
+ FireDepartment = "K2193",
676
+
677
+ /**
678
+ * A facility that is the headquarters for law enforcement officers.
679
+ */
680
+ PoliceStation = "K2194",
681
+
682
+ /**
683
+ * A facility in which literary, musical, artistic, or reference materials are kept for public
684
+ * use.
685
+ */
686
+ Library = "K2195",
687
+
688
+ /**
689
+ * A facility that houses the chief administrative offices of a local municipal government.
690
+ */
691
+ CityTownHall = "K2196",
692
+
693
+ /**
694
+ * A place of employment for wholesale, retail, or other trade.
695
+ */
696
+ CommercialWorkplace = "K2300",
697
+
698
+ /**
699
+ * A group of retail establishments within a planned subdivision sharing a common parking area.
700
+ */
701
+ ShoppingCenterMajorRetailCenter = "K2361",
702
+
703
+ /**
704
+ * One or more manufacturing establishments within an area zoned for fabrication, construction, or
705
+ * other similar trades.
706
+ */
707
+ IndustrialBuildingIndustrialPark = "K2362",
708
+
709
+ /**
710
+ * One or more structures containing employees performing business, clerical, or professional
711
+ * services.
712
+ */
713
+ OfficeBuildingOfficePark = "K2363",
714
+
715
+ /**
716
+ * An agricultural establishment where crops are grown and/or animals are raised.
717
+ */
718
+ FarmVineyardWineryOrchard = "K2364",
719
+
720
+ /**
721
+ * A place of employment not elsewhere classified or of unknown type.
722
+ */
723
+ OtherEmploymentCenter = "K2366",
724
+
725
+ /**
726
+ * A facility where one or more modes of transportation can be accessed by people or for the
727
+ * shipment of goods; examples of such a facility include marine terminal, bus station, train
728
+ * station, airport and truck warehouse.
729
+ */
730
+ TransportationTerminal = "K2400",
731
+
732
+ /**
733
+ * A place where privately owned, light-watercraft and/or houseboats are moored.
734
+ */
735
+ Marina = "K2424",
736
+
737
+ /**
738
+ * A platform built out from the shore into the water and supported by piles. This platform may
739
+ * provide access to ships and boats, or it may be used for recreational purposes.
740
+ */
741
+ PierDock = "K2432",
742
+
743
+ /**
744
+ * A manmade facility maintained for the use of aircraft. [including airstrip, landing field, and
745
+ * landing strip]
746
+ */
747
+ AirportAirfield = "K2451",
748
+
749
+ /**
750
+ * A place where travelers can board and exit rail transit lines, including associated ticketing,
751
+ * freight, and other commercial offices.
752
+ */
753
+ TrainStationTrolleyMassTransitRailStation = "K2452",
754
+
755
+ /**
756
+ * A place where travelers can board and exit mass motor vehicle transit, including associated
757
+ * ticketing, freight, and other commercial offices.
758
+ */
759
+ BusTerminal = "K2453",
760
+
761
+ /**
762
+ * A place where travelers can board and exit water transit or where cargo is handled, including
763
+ * associated ticketing, freight, and other commercial offices.
764
+ */
765
+ MarineTerminal = "K2454",
766
+
767
+ /**
768
+ * A place where an airplane equipped with floats for landing on or taking off from a body of
769
+ * water can debark and load.
770
+ */
771
+ SeaplaneAnchorage = "K2455",
772
+
773
+ /**
774
+ * The area of an airport adjusted to include whole tabulation blocks used for the delineation of
775
+ * urban areas.
776
+ */
777
+ AirportStatisticalRepresentation = "K2457",
778
+
779
+ /**
780
+ * A fairly level and usually paved expanse used by airplanes for taking off and landing at an
781
+ * airport.
782
+ */
783
+ RunwayTaxiway = "K2459",
784
+
785
+ /**
786
+ * A fairly level and usually paved expanse used by helicopters for taking off and landing.
787
+ */
788
+ HelicopterLandingPad = "K2460",
789
+
790
+ /**
791
+ * An institution for post-secondary study, teaching, and learning. [including seminary]
792
+ */
793
+ UniversityCollege = "K2540",
794
+
795
+ /**
796
+ * An institution for preschool, elementary or secondary study, teaching, and learning.
797
+ */
798
+ SchoolAcademy = "K2543",
799
+
800
+ /**
801
+ * An attraction of historical, cultural, educational or other interest that provides information
802
+ * or displays artifacts.
803
+ */
804
+ MuseumVisitorCenterCulturalCenterTouristAttraction = "K2545",
805
+
806
+ /**
807
+ * A public or private facility designed for playing golf.
808
+ */
809
+ GolfCourse = "K2561",
810
+
811
+ /**
812
+ * A facility that offers entertainment, performances or sporting events. Examples include arena,
813
+ * auditorium, theater, stadium, coliseum, race course, theme park, fairgrounds and shooting
814
+ * range.
815
+ */
816
+ AmusementCenter = "K2564",
817
+
818
+ /**
819
+ * A place or area for burying the dead. [including burying ground and memorial garden]
820
+ */
821
+ Cemetery = "K2582",
822
+
823
+ /**
824
+ * A facility in which terrestrial and/or marine animals are confined within enclosures and
825
+ * displayed to the public for educational, preservation, and research purposes.
826
+ */
827
+ Zoo = "K2586",
828
+
829
+ /**
830
+ * A sanctified place or structure where people gather for religious worship; examples include
831
+ * church, synagogue, temple, and mosque.
832
+ */
833
+ PlaceOfWorship = "K3544",
834
+
835
+ /**
836
+ * A long tubular conduit or series of pipes, often underground, with pumps and valves for flow
837
+ * control, used to transport fluid (e.g., crude oil, natural gas), especially over great
838
+ * distances.
839
+ */
840
+ Pipeline = "L4010",
841
+
842
+ /**
843
+ * One or more wires, often on elevated towers, used for conducting high-voltage electric power.
844
+ */
845
+ Powerline = "L4020",
846
+
847
+ /**
848
+ * A conveyance that transports passengers or freight in carriers suspended from cables and
849
+ * supported by a series of towers.
850
+ */
851
+ AerialTramwaySkiLift = "L4031",
852
+
853
+ /**
854
+ * A man-made barrier enclosing or bordering a field, yard, etc., usually made of posts and wire
855
+ * or wood, used to prevent entrance, to confine, or to mark a boundary.
856
+ */
857
+ FenceLine = "L4110",
858
+
859
+ /**
860
+ * The line of highest elevation along a ridge.
861
+ */
862
+ RidgeLine = "L4121",
863
+
864
+ /**
865
+ * A very steep or vertical slope. [including bluff, crag, head, headland, nose, palisades,
866
+ * precipice, promontory, rim, and rimrock]
867
+ */
868
+ CliffEscarpment = "L4125",
869
+
870
+ /**
871
+ * A line defined as beginning at one location point and ending at another, where each of these
872
+ * points is usually in sight of the other and no structures are in proximity to the line. This
873
+ * includes straight-line, nonvisible, 180-degree extensions off the ends of a terminating linear
874
+ * feature.
875
+ */
876
+ PointToPointLine = "L4130",
877
+
878
+ /**
879
+ * A cadastral boundary line separating two distinct real property parcels or a Public Land Survey
880
+ * System or equivalent survey line.
881
+ */
882
+ PropertyParcelLine = "L4140",
883
+
884
+ /**
885
+ * The line that separates either land or Inland water from Coastal, Territorial or Great Lakes
886
+ * water. Where land directly borders Coastal, Territorial or Great Lakes water, the shoreline
887
+ * represents the Coastline. Where Inland water (such as a river) flows into Coastal, Territorial
888
+ * or Great Lakes water, the closure line separating the Inland water from the other class of
889
+ * water represents the Coastline.
890
+ */
891
+ Coastline = "L4150",
892
+
893
+ /**
894
+ * A nonvisible feature defining the route used to carry or convey people or cargo back and forth
895
+ * over a waterbody in a boat.
896
+ */
897
+ FerryCrossing = "L4165",
898
+
899
+ /**
900
+ * A legal/statistical boundary line that does not correspond to a shoreline or other visible
901
+ * feature on the ground.
902
+ */
903
+ NonvisibleLinearLegalStatisticalBoundary = "P0001",
904
+
905
+ /**
906
+ * The more-or-less permanent boundary between land and water for a water feature that exists
907
+ * year-round.
908
+ */
909
+ PerennialShoreline = "P0002",
910
+
911
+ /**
912
+ * The boundary between land and water (when water is present) for a water feature that does not
913
+ * exist year-round.
914
+ */
915
+ IntermittentShoreline = "P0003",
916
+
917
+ /**
918
+ * An edge that does not represent a legal/statistical boundary, and does not correspond to a
919
+ * shoreline or other visible feature on the ground. Many such edges bound area landmarks, while
920
+ * many others separate water features from each other (e.g., where a bay meets the ocean).
921
+ */
922
+ OtherNonVisibleEdge = "P0004",
923
+
924
+ /**
925
+ * A fixed rail line, generally visible from the surface, which carries any type of rail vehicle
926
+ * including railroad, off-street transit and mountain rail systems.
927
+ */
928
+ RailFeature = "R1011",
929
+
930
+ /**
931
+ * Primary roads are limited-access highways that connect to other roads only at interchanges and
932
+ * not at at-grade intersections. This category includes Interstate highways, as well as all other
933
+ * highways with limited access (some of which are toll roads). Limited-access highways with only
934
+ * one lane in each direction, as well as those that are undivided, are also included under
935
+ * S1100.
936
+ */
937
+ PrimaryRoad = "S1100",
938
+
939
+ /**
940
+ * Secondary roads are main arteries that are not limited access, usually in the U.S. highway,
941
+ * state highway, or county highway systems. These roads have one or more lanes of traffic in each
942
+ * direction, may or may not be divided, and usually have at-grade intersections with many other
943
+ * roads and driveways. They often have both a local name and a route number.
944
+ */
945
+ SecondaryRoad = "S1200",
946
+
947
+ /**
948
+ * Generally a paved non-arterial street, road, or byway that usually has a single lane of traffic
949
+ * in each direction. Roads in this feature class may be privately or publicly maintained. Scenic
950
+ * park roads would be included in this feature class, as would (depending on the region of the
951
+ * country) some unpaved roads.
952
+ */
953
+ LocalNeighborhoodRoadRuralRoadCityStreet = "S1400",
954
+
955
+ /**
956
+ * An unpaved dirt trail where a four-wheel drive vehicle is required. These vehicular trails are
957
+ * found almost exclusively in very rural areas. Minor, unpaved roads usable by ordinary cars and
958
+ * trucks belong in the S1400 category.
959
+ */
960
+ VehicularTrail4WD = "S1500",
961
+
962
+ /**
963
+ * A road that allows controlled access from adjacent roads onto a limited access highway, often
964
+ * in the form of a cloverleaf interchange.
965
+ */
966
+ Ramp = "S1630",
967
+
968
+ /**
969
+ * A road, usually paralleling a limited access highway, that provides access to structures and/or
970
+ * service facilities along the highway. These roads can be named and may intersect with other
971
+ * roads.
972
+ */
973
+ ServiceDrive = "S1640",
974
+
975
+ /**
976
+ * A path that is used for walking, being either too narrow for or legally restricted from
977
+ * vehicular traffic.
978
+ */
979
+ WalkwayPedestrianTrail = "S1710",
980
+
981
+ /**
982
+ * A pedestrian passageway from one level to another by a series of steps.
983
+ */
984
+ Stairway = "S1720",
985
+
986
+ /**
987
+ * A service road that does not generally have associated addressed structures and is usually
988
+ * unnamed. It is located at the rear of buildings and properties and is used for deliveries.
989
+ */
990
+ Alley = "S1730",
991
+
992
+ /**
993
+ * A road within private property that is privately maintained for service, extractive, or other
994
+ * purposes. These roads are often unnamed.
995
+ */
996
+ PrivateRoadForServiceVehicles = "S1740",
997
+
998
+ /**
999
+ * Internal U.S. Census Bureau use.
1000
+ */
1001
+ InternalUSCensusBureauUse = "S1750",
1002
+
1003
+ /**
1004
+ * The main travel route for vehicles through a paved parking area. This may include unnamed roads
1005
+ * through apartment/condominium/office complexes where pull-in parking spaces line the road.
1006
+ */
1007
+ ParkingLotRoad = "S1780",
1008
+
1009
+ /**
1010
+ * A type of seasonal trail, created and marked in snow, primarily traveled by snowmobiles and dog
1011
+ * sleds, and used to reach housing units and to connect communities.
1012
+ */
1013
+ WinterTrail = "S1810",
1014
+
1015
+ /**
1016
+ * A path that is used for manual or small, motorized bicycles, being either too narrow for or
1017
+ * legally restricted from vehicular traffic.
1018
+ */
1019
+ BikePathOrTrail = "S1820",
1020
+
1021
+ /**
1022
+ * A path that is used for horses, being either too narrow for or legally restricted from
1023
+ * vehicular traffic.
1024
+ */
1025
+ BridlePath = "S1830",
1026
+ }