Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated README.md #4

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# dkl-metric
# DKL Spatial Selection

This repository contains all the code to manipulate the data and create maps for the DKL for Spatial Selection paper. The main folder in this repository that contains all relevant scripts to calculate DKL and produce figures at the block group level for all MSAs in the US is at the `one-way-dkl/all_states_block/` path.

The repository is organized in the following way:

`archive/`: Old code files that may or may not be useful

`nicos_code/`: Scripts written by Nico. These are the original scripts from which the main scripts in the `one-way-dkl/` folder come from.

`one-way-dkl/`: This is the main folder in this repository. Within it, there is:
* `all_states_block/`: Contains all the scripts used to produce DKL calculations and figures at the block group level for all states in the USA. This folder also contains scripts to reproduce the results from the 2010 paper, and produce results for 2015 and 2020. This is the main folder with the bulk of the work for the paper.
* `chicago_block/`: Contains scripts used to produce DKL calculations and figures at the block group level for the MSA Chicago is in.
* `chicago_tracts/`: Contains scripts used to produce DKL calculations and figures at the census tract level for the MSA Chicago is in.
* `data/`: Contains small intermediary data files for the Chicago analyses.

`outputs/`: This folder contains some of the old plots generated by Nico from the nicos_code folder scripts

For questions about this repository, contact [email protected].