| Data Dictionary: | ACS 2021 (5-Year Estimates) |
| Data Source: | Social Explorer; U.S. Census Bureau |
| A00003. | Land Area (Sq. Miles) | |||||||
| Universe: Area Total | ||||||||
|
A00003_001Area Total:
Percent base:
None - percentages not computed (variable is a universe)
Aggregation method:
Addition
Formula used to compute this variable:
if(Geo:AREALAND.IsNull)
Return_Value.IsNull = true;
else
Return_Value = (Convert.ToSingle(Geo:AREALAND) + Convert.ToSingle(Geo:AREAWATER)) / 2589988;
|
||||||||