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