Wisconsin Geospatial News

Using the Statewide Parcel Database to Analyze Changes in Property Values

Wisconsin’s Statewide Parcel Database is a unique resource showing the distribution of parcel attributes across the state, including property value, real estate taxes, tax exempt status, and the acreage in different property classes. With seven annual editions of the Database now public, it is also possible to analyze changes in these attributes over time.

For those readers unfamiliar with the Statewide Parcel Database, more information can be found here, including links to the Statewide Parcel Web App, parcel data download links for all seven editions of the Database, and a link to the Parcel Initiative Home Page at the Wisconsin Department of Administration. The Statewide Parcel Initiative is an effort to create a digital parcel database for Wisconsin by aggregating county parcel datasets utilizing GIS technology. The Initiative is a multi-year collaborative effort of the Wisconsin Land Information Program at the Department of Administration, the State Cartographer’s Office at UW-Madison, and the state’s seventy-two county Land Information Offices. Wisconsin Act 20, the biennial state budget for 2013-2015, created statutory directives for state and local governments to coordinate on the development of the Statewide Database.

Mapping Change in Assessed Value

To explore the capabilities of the Statewide Parcel Database to map change over time, a map was constructed showing the annual percent change in residential property values from 2016 to 2020. You can click the thumbnail image included in this post to open a poster-sized 300-dpi JPG version of the map (about 7 MB in size).

Data for the map were obtained from Versions 3 and 7 of the Statewide Database, corresponding to tax years 2016 and 2020. The specific parcel attribute selected was CNTASSDVALUE (Current Total Assessed Value), equal to the assessed value of land and improvements for a property. Versions 1 and 2 of the Statewide Database were not used due to missing data for some counties. There are approximately 3.5 million parcels in the Statewide Database.

Only improved residential parcels were included in the analysis. Specifically, this means the map shows only “pure” residential parcels (Property Class = “Residential” with no mixed-residential parcels such as “Residential-Agricultural” included) where there is an improved structure having an assessed value greater than zero. There are almost 1.9 million such parcels in the state as of 2020.

According to the Wisconsin Department of Revenue’s 2021 Property Assessment Manual, residential property is assessed at market value, the most probable price a property should bring in a competitive and open market. Assessors must base the value of a property on the sale price of the property or the sales of reasonably comparable properties. State statutes require assessors to assess residential property at full value. All residential property must be assessed within ten percent of full value once in every five-year period.

Grid Cells

The map uses a grid of one-mile by one-mile cells covering the state to depict change in assessed value. Grid cells are employed to facilitate comparison between the two years of the analysis. As an alternative to grid cells, data could be aggregated by municipality. However, this can make comparisons over time more difficult because municipal boundaries often change due to incorporations and annexations.

The grid contains 300 columns by 330 rows of cells, giving 99,000 cells in total. The value of each grid cell is the average assessed value of all parcels falling within the cell. This may sound challenging, since computing the grid cell nearest to each parcel would involve almost 200 billion distance calculations (99,000 cells x 1.9 million parcels = 188.1 billion combinations). But this is not necessary. Instead, we can simply use the centroid of each parcel to create integer Easting and Northing coordinates (in miles) and use these coordinates as the row and column indexes of the grid. For each cell, we then sum the assessed value of all parcels having row and column indexes that correspond to that cell. We also keep track of the number of parcels tabulated for each cell so that the average assessed value can be computed.

The Parcel Database uses a Wisconsin Transverse Mercator (WTM) coordinate system with Easting and Northing values in meters. To complete the grid computations, we convert the WTM coordinates from meters to miles, and also subtract values from the Eastings and Northings to ensure that the row and column indexes are in the range 0-299 (for columns) and 0-329 (for rows).

The grid computation looks like this (in C, with some details simplified):

easting_miles = round(MET2MILE * easting_meters – MINE);
northing_miles = round(MET2MILE * northing_meters – MINN);
assessed_sum[easting_miles][northing_miles] += assessed_value;
assessed_count[easting_miles][northing_miles] += 1;

This computation would be applied to each parcel, where easting_meters and northing_meters are the WTM Easting and Northing coordinates of the parcel centroid in meters, and assessed_value is the parcel’s CNTASSDVALUE. MET2MILE is a constant equal to 0.000621371 to convert meters to miles, while MINE and MINN are constants subtracted from the Easting and Northing coordinates (in miles) to produce the desired range of row and column index values (MINE and MINN are 180 and 135 respectively for this map).

The assessed_sum and assessed_count grids store the total assessed value and parcel count, respectively, for each grid cell. The average assessed value for a cell is its assessed_sum divided by its assessed_count. The computation above is performed twice, once for each year of the analysis. This yields two grids showing average assessed value, one for 2016 and one for 2020.

Annual Change Calculation

The next step is to compute the annual percent increase or decrease in total assessed value for each grid cell by overlaying the two grids and applying a compound growth rate formula. Taking the average assessed value for a cell in the 2020 grid, and the average assessed value for the same cell in the 2016 grid, we can compute the compound growth rate as follows:

Rate = (2020 Assessed Value / 2016 Assessed Value) 1/4 – 1

The value of 4 in the exponent is the difference in years between 2016 and 2020.

The Rate value computed from this equation can be used in a second formula to compute future assessed value. For example, projecting out ten years to 2030 we get:

2030 Assessed Value = 2020 Assessed Value x (1 + Rate) 10

The value of 10 is the difference in years between 2020 and 2030.

As an example, assume the parcels in a particular grid cell have average assessed values of $225,000 in 2016 and $275,000 in 2020. The first equation yields a rate of 0.051 (5.1%) and the second equation predicts that by 2030 the average assessed value will be $454,159. The annual growth of 5.1% yields a compounded growth of 65.1% over ten years.

The Map

Every colored grid cell on the map has at least one improved residential parcel within it. Cells with no color either a) contain no improved residential parcels or b) contain improved residential parcels, but they are missing from the database. It is difficult to precisely quantify the extent of missing data but it seems to be isolated to a few locations. There are also a few cases where the number of parcels in 2020 is significantly larger than in 2016. Without an independent source of comparative data it is difficult to assess whether such changes are real, reflecting housing growth, or due to the addition of parcels that were previously missing.

The map shows that well over one-half of Wisconsin’s counties include at least one significant cluster with an annual increase on the order of 6% or more. There are several regional groupings including: a) Dane and its neighbors to the north and east including Sauk, Columbia, Dodge and Jefferson Counties; b) Milwaukee and neighboring counties including Racine, Waukesha, Washington and Ozaukee; c) counties along the Illinois border including Green, Rock, Walworth and Kenosha; d) the Fox Valley region including Brown, Outagamie, Winnebago and Calumet Counties; e) counties along the Minnesota border, especially La Crosse, Trempealeau, Pierce, St. Croix and Polk; f) Portage County around Stevens Point; g) Marathon county; h) Eau Claire and Chippewa Counties including areas around the cities of Eau Claire and Chippewa Falls; i) counties on the Lake Michigan coast including Sheboygan and Kewaunee; j) Fond du Lac County; k) numerous “northwoods” counties including Barron, Bayfield, Douglas, Dunn, Florence, Langlade, Oconto and Oneida; and l) many predominantly rural counties, including Clark, Dodge, Jackson, Juneau, Monroe and Waushara.

High-growth cells appear in a more dispersed patterns in other counties as well, including the counties in southwest Wisconsin (Crawford, Grant, Iowa, Lafayette, Richland and Vernon) and many counties in the north (Burnett, Rusk, Taylor, Washburn and others).

In short, residential property values are increasing rapidly in many areas of the state, including rural areas isolated from the market forces seen larger cities. This is not just an urban phenomenon. It will be interesting to revisit this map next year and in years to come, to see how these patterns have changed.

Note

This map, including the layout and all text, was created using only Esri’s ArcGIS Pro software.

The Statewide Parcel Database is updated annually by a team at the Department of Administration and the State Cartographer’s Office, using data developed and maintained by the state’s seventy-two counties and many cities and villages. The efforts of these individuals make this unique database possible.

Thanks to Peter Herreid at the Department of Administration and Mark Eppli at the Graaskamp Center for Real Estate at UW-Madison for their helpful comments.