Data Dictionary: | ACS 2013 (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 table 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:AREAWATR)) / 2589988;
|