Skip to content

Commit

Permalink
Merge pull request #4 from mansueto-institute/dev
Browse files Browse the repository at this point in the history
updated README.md
  • Loading branch information
ivannarodriguez authored May 27, 2024
2 parents 675bfcc + ec6bf38 commit b7f8ac6
Showing 1 changed file with 19 additions and 1 deletion.
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].

0 comments on commit b7f8ac6

Please sign in to comment.