Data Dictionary: | ACS 2015 Supplemental Estimates |
Data Source: | Social Explorer; U.S. Census Bureau |
T3. | Land Area (sq. miles) | |||||||
Universe: Area Total | ||||||||
T003_001Area Total:
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
if(ORG:AREALAND.IsNull)
Return_Value.IsNull = true;
else
Return_Value = (Convert.ToSingle(ORG:AREALAND) + Convert.ToSingle(ORG:AREAWATR)) / 2589988;
|