MassGIS Data: Land Use Summary Statistics

September 2003, August 2007

Table of Contents

Downloads

 Set 1: 21 Categories by town; development; LU change
  (Zip file containing 10 dBase tables and 1 Microsoft Excel file with multiple worksheets; 1.2 MB)
 

 Set 2: Grouped categories, acreage and change by Town and County
  (Zip file containing 1 statewide, 14 county and 351 town Microsoft Excel files; 1.6 MB)

Overview

Set 1 (September 2003)
The Land Use Summary Statistics tables aggregate land use areas on a town-by-town basis for the commonwealth of Massachusetts. The statistics were generated from the polygon attribute table from MassGIS' Land Use Datalayer for the years for which land use data have been collected statewide, 1971, 1985, and 1999. The 21-class MacConnell land use categories were used as the basis of the tables, which summarize acreage of each land use type, "developed" vs. "undeveloped" land, and change from 1971 to 1985 and 1985 to 1999.

Set 2 (August 2007)
This second set of Land Use Summary Statistics aggregates the 21-class land use into six categories -- Agriculture, Forest, Open Land, Recreation, Urban, and Water. For each category, some of which are further subdivided, there are acreage totals for 1971, 1985, and 1999, as well as acreage and percent change from '71 to '85 and '85 to '99. Totals are available for the entire state, for each of the 14 counties, and for each of the 351 municipalities. Processing was done by the state Department of Conservation and Recreation, Management Forestry Program , based on the Land Use Datalayer polygon attribute table.

Production (Set 1)

The land use data is stored at MassGIS in an Oracle-based ArcSDE format. A series of Oracle SQL*Plus queries were conducted by MassGIS staff, with the results copied into a Microsoft Excel spreadsheet. An example of a query is as follows:

SET  PAGESIZE 400
SELECT DISTINCT *
FROM (
    SELECT  C.town                     "TOWN",
            A.lu21_1999                "LU_CODE",
            NVL (A.sum_area_acres, 0)  "ACRES"
    FROM      (
              SELECT    tile_name,
                        lu21_1999,
                        SUM (area_acres) sum_area_acres
              FROM      gisdata.landuse_poly
              WHERE     lu21_1999 = 21
              GROUP BY  tile_name,
                        lu21_1999
              ) A,
              gisdata.towns_poly C
      WHERE   A.TILE_NAME (+) = C.town_id
      ORDER BY C.TOWN
      );

In this particular query, areas in acres are being generated for each town, showing how many acres were dedicated to land use type "Woody Perennial" (code = 21) in 1999.

All combinations of years and land use types were produced from the queries, with the results stored in an Excel spreadsheet. Changes in land use areas were also calculated, using the data derived from the queries and formulas referencing them in the same spreadsheet. Finally, two common aggregations of land use areas were also generated -- one spreadsheet that shows the area of developed vs. undeveloped land uses for all years of interest, and three other spreadsheets that show the areas of land use as aggregated by the land use-zoning crosswalk translation codes, one for each year of interest.

When all numbers were calculated, stand-alone Excel worksheets were created from the spreadsheet, an Access database was created from comprehensive imports of the worksheets, and individual dBase tables were generated. The dBase tables were then imported into ArcSDE.

The resulting tables are as follows: 

Table NameContents
LANDUSE_STATS_711971 area sums in acres for all landuse types for each municipality
LANDUSE_STATS_851985 area sums in acres for all landuse types for each municipality
LANDUSE_STATS_991999 area sums in acres for all landuse types for each municipality
LANDUSE_STATS_7185Changes in acreage for each landuse type for each municipality between 1971 and 1985
LANDUSE_STATS_7199Changes in acreage for each landuse type for each municipality between 1971 and 1999
LANDUSE_STATS_8599Changes in acreage for each landuse type for each municipality between 1985 and 1999
LANDUSE_STATS_DEVArea sums in acres for each municipality for all years of interest differentiating between "developed" and "undeveloped" landuse
LANDUSE_STATS_Z711971 area sums in acres for each municipality, aggregating landuse types by the landuse-zoning crosswalk code used for the buildout projects
LANDUSE_STATS_Z851985 area sums in acres for each municipality, aggregating landuse types by the landuse-zoning crosswalk code used for the buildout projects
LANDUSE_STATS_Z991999 area sums in acres for each municipality, aggregating landuse types by the landuse-zoning crosswalk code used for the buildout projects 

Land Use Codes

Codes in the MacConnell land use classification scheme used in the tables (21 categories, based on the "LU21_<year>" items): 

CodeLand Use
1Crop Land
2Pasture
3Forest
4Non-forested Wetlands
5Mining
6Open Land
7Participation Recreation
8Spectator Recreation
9Water-based Recreation
10Multi-family Residential
11High Density Residential
12Medium Density Residential
13Low Density Residential
14Salt Water Wetlands
15Commercial
16Industrial
17Urban Open
18Transportation
19Waste Disposal
20Water
21Woody Perennial


"Developed" vs. "Undeveloped"

The "Developed" vs. "Undeveloped" aggregations were based on the following MacConnell land use codes:
Developed Land = MacConnell codes 7,8,9,10,11,12,13,15,16,17,18,19
Undeveloped Land = MacConnell codes 1,2,3,4,5,6,14,20,21

Land Use/Zoning Crosswalk

The three land use/zoning tables attempt to match zoning codes with MacConnell land use codes to predict future land use. This method was incorporated into the EOEA Buildout Analyses, primarily for display purposes to depict land use at buildout. The Land Use-Zoning (LUZ) Crosswalk Aggregations are as follows:

LUZ CodeLUZ CategoryLand Use Code(s)
AAgriculture1,2,21
OOpen Undeveloped Land6
CCommercial15
IIndustrial/Transportation/Mining5,16,18,19
HDRHigher Density Residential10,11
MDRMedium Density Residential12
LDRLow Density Residential13
VLDRVery Low Density Residentialdoes not exist in landuse, solely for zoning purposes
UUrban Open/Institutional/Recreation7,8,9,17
NNatural Land/Undisturbed Vegetation3,4,14
WWater20
Also see the Crosswalk graphic

Attributes (Set 1)

Table field names use the MacConnell land use and LUZ codes and 2-digit year (e.g., 71, 85, 99). Town IDs are based on those used in the Municipalities layer TOWN_ID field.

Maintenance

MassGIS is maintaining this layer.

Date published: August 17, 2007
Last updated: August 17, 2007

Help Us Improve Mass.gov  with your feedback

Please do not include personal or contact information.
Feedback