Skip to content
@healthyregions

Healthy Regions & Policies Lab

We integrate innovative GIScience, public health, and statistical approaches to explore, understand, and promote healthy places.

Healthy Regions & Policies Lab

Visit healthyregions.org to learn about our recent projects and team. Here on Github you can explore all of our open source projects, and access some general data resources that we use internally.

Download Census geography files

Within the backend of our OEPS project we have an ETL pipeline that merges, tranforms, and exports data files from the US Census Bureau into a few different geospatial data formats. There are two categories of files:

  • Cartographic Boundaries have simplified geometries which makes them ideal for mapping applications learn more
    • We typically use the 500k scale files, though they publish other scales as well
  • TIGER/Line Shapefiles have official, unsimplified geometries and should be used for geospatial analysis learn more
    • We don't have these in the pipeline yet, but hope to eventually...

Feel free to download and use these for your own projects.

  • GeoJSON A simple plain text format that is good for small to medium size datasets and can be used in a wide variety of web and desktop software learn more
  • Shapefiles Used in scripting and desktop software for performant display and analysis learn more
    • "Raw" shapefiles can be read remotely by geopandas (which is very cool) so we include them here. Use the zipped file if you are downloading for local use.
  • PMTiles A "cloud-native" vector format that is very fast in the right web mapping environment learn more

Cartographic Boundaries 2010 (500k)

Geography Format Link
State GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2010.geojson
State Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2010.shp
State Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2010-shp.zip
State PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2010.pmtiles
County GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2010.geojson
County Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2010.shp
County Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2010-shp.zip
County PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2010.pmtiles
Tract GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2010.geojson
Tract Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2010.shp
Tract Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2010-shp.zip
Tract PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2010.pmtiles
Block group GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2010.geojson
Block group Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2010.shp
Block group Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2010-shp.zip
Block group PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2010.pmtiles

Note: We don't yet have ZCTA and Place geographies for 2010.

Cartographic Boundaries 2018 (500k)

Geography Format Link
State GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2018.geojson
State Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2018.shp
State Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2018-shp.zip
State PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/state-2018.pmtiles
County GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2018.geojson
County Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2018.shp
County Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2018-shp.zip
County PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/county-2018.pmtiles
ZCTA GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/zcta-2010.geojson
ZCTA Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/zcta-2010.shp
ZCTA Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/zcta-2010-shp.zip
ZCTA PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/zcta-2010.pmtiles
Place GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/place-2018.geojson
Place Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/place-2018.shp
Place Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/place-2018-shp.zip
Place PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/place-2018.pmtiles
Tract GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2018.geojson
Tract Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2018.shp
Tract Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2018-shp.zip
Tract PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/tract-2018.pmtiles
Block group GeoJSON https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2018.geojson
Block group Shapefile (raw) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2018.shp
Block group Shapefile (zip) https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2018-shp.zip
Block group PMTiles https://herop-geodata.s3.us-east-2.amazonaws.com/oeps/bg-2018.pmtiles

Pinned Loading

  1. SDOHPlace SDOHPlace Public

    Landing page and data discovery application for SDOH Place Project.

    TypeScript 1

  2. oeps oeps Public

    Opioid Environment Policy Scan - data explorer and backend management

    JavaScript

  3. chicago-environment-explorer chicago-environment-explorer Public

    ChiVes harmonizes & standardizes environmental data across dozens of sources to make it accessible for full exploration, alongside a growing list of resources on the Chicago Environment, cultivated…

    JavaScript 8 1

  4. sdohplace-toolkit sdohplace-toolkit Public

    Toolkit for SDOH & Place Project

    CSS 4 1

Repositories

Showing 10 of 30 repositories
  • healthyregions/spatial-access’s past year of commit activity
    TypeScript 3 2 11 0 Updated Jul 18, 2024
  • oepsData Public

    An R package for easy access to the Opioid Environment Policy Scan (OEPS) datasets.

    healthyregions/oepsData’s past year of commit activity
    R 1 CC-BY-4.0 0 3 0 Updated Jul 17, 2024
  • SDOHPlace-MetadataManager Public

    A metadata manager application built with Flask that writes records to Apache Solr.

    healthyregions/SDOHPlace-MetadataManager’s past year of commit activity
    Python 2 GPL-3.0 1 0 0 Updated Jul 17, 2024
  • SDOHPlace Public

    Landing page and data discovery application for SDOH Place Project.

    healthyregions/SDOHPlace’s past year of commit activity
    TypeScript 1 GPL-3.0 0 12 0 Updated Jul 17, 2024
  • sdohplace-toolkit Public

    Toolkit for SDOH & Place Project

    healthyregions/sdohplace-toolkit’s past year of commit activity
    CSS 4 MIT 1 0 1 Updated Jul 16, 2024
  • oeps Public

    Opioid Environment Policy Scan - data explorer and backend management

    healthyregions/oeps’s past year of commit activity
    JavaScript 0 GPL-3.0 0 6 0 Updated Jul 16, 2024
  • ej-gis Public

    Slides, review, and manuscript for research on the need for opening and decentralizing EJ GIS frameworks

    healthyregions/ej-gis’s past year of commit activity
    JavaScript 0 0 0 0 Updated Jul 16, 2024
  • .github Public
    healthyregions/.github’s past year of commit activity
    0 0 0 0 Updated Jul 12, 2024
  • chicago-environment-explorer Public

    ChiVes harmonizes & standardizes environmental data across dozens of sources to make it accessible for full exploration, alongside a growing list of resources on the Chicago Environment, cultivated by a community of curators.

    healthyregions/chicago-environment-explorer’s past year of commit activity
    JavaScript 8 1 14 2 Updated Jul 12, 2024
  • healthyregions/geoblacklight-enhanced-search’s past year of commit activity
    Python 0 0 1 0 Updated May 31, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…