Skip to content

shaofeichen/US_Geodemographic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US Geodemographic Classification

The classification is stored in two parquet files, each has a column which stores the US Census Bureau's block group Identifier and a column that stores the group and type levels of the classification. For mapping purposes this file has to be joined to a boundary file containing the 2020 US Census Block Group outlines.

Introduction

This repo presents the code used to build a new geodmeographic classification for the US, following previous work within this geographic context and published paper.

Structure of the Repository

The repo is organised into a series of folders and files:

Folder Contents
code All of the code used to create the classification; mostly in R with some Python.
> 10_Evaluation Sub directory containing the internal and external validation code
data All of the input data / lookups and data outputs from the created model.
> evaluation External evaluation data.
> gpt GPT prompts and inputs.
> outputs Outputs from the classification, including lookups and descriptions.
graphs Created graphs used in writing the accompanying paper.
maps Created maps used in writing the accompanying paper.
photos Some georeferenced photos used as part of the ground truth of the classification.

Code

The code is organised into a series of numbered files, which should be run in order. The code is also commented to explain what each section does. The numbered files are:

Classification Outputs

If you want to simply view the classification; you can download a lookup here; or geopackage here. If you are interested in the labels and descriptions, these can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • R 2.0%