U.S.Map of Population by County

Map of Population Density by County
  • Link to high resolution map
  • Link to map of Hawaii
  • Link to map of Alaska
  • Link to map of continental U.S.
  • Map created by: Tom Scholten, NMP MAP 671

    This project involved joining two files; one that contained geometry of the U.S. and U.S. counties (e.g. shapefile), but no data, with a table that contained numerous data fields, but no geometry. The two files were joined by pairing common fields, specifically geoid and fips fields and exported and saved as a GeoJSON file. Based on this newly created GeoJSON nfile, a choropleth map was created by selecting a graduated symbology in Qgis, and choosing a quantile classification with five categories. Time was invested creating the proper visual hierarchy for the maps and ensuring an attractive map product. Coordinate reference system used is North America Equal Area (EPSG: 102008). Data was used from the U.S. Department of Agriculture Economic Resource Service website (https://www.ers.usda.gov/data-products/county-level-data-sets/download-data.aspx) April 2018. Contact: Tim Parker, ERS/USDA, tparker@ers.usda.gov, (202) 694-5435. Include link(s) to the data source: .

    Key lessons learned:

  • Open a variety of geographic data with QGIS and evaluate attribute data within QGIS
  • Utilize the "join" function in Qgis to a spatial and data file (with no spatial geometry)
  • Create a choropleth map showing population per square mile and use appropriate symbology settings
  • Use the field calculator to create new data fields for analysis
  • Create and export a map layout as a static image file
  • Working with basic HTML elements and CSS style rules to change the web page appearance (e.g. text, lists, page sizing)
  • Working with the Print Layout feature of Qgis to insert a legend, title, text box, arrange map elements
  • Adding background image using Qgis
  • Working with the GitHub process to sync files to GitHub remote and create a functional web map page
  • Publishing a static map to a web page
  • Using images as hyperlinks in a dynamic web map