Skip to content

WillKoehrsen/geospatial-public-policy-analysis-with-geopandas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge

PyCon 2020: Geospatial Public Policy with GeoPandas

A repository containing the materials for the tutorial Geospatial Public Policy Analysis with GeoPandas for PyCon 2020. To be delivered virtually.

Project Organization

.
├── AUTHORS.md
├── LICENSE
├── README.md
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
├── docs               <- Documentation, e.g., doxygen or scientific papers (not tracked by git)
├── notebooks          <- Jupyter/Rmarkdown notebooks
├── reports            <- For a manuscript source, e.g., LaTeX, Markdown, etc., or any project reports
│   └── figures        <- Figures for the manuscript or reports
└── src                <- Source code for this project
    ├── __init__       <- Makes src a Python module
    ├── apps           <- scripts for apps (flask, streamlit)
    ├── data           <- scripts and programs to process data
    ├── external       <- Any external source code, e.g., pull other git projects, or external libraries
    ├── models         <- Source code for your own model
    ├── tools          <- Any helper scripts go here
    └── visualization  <- Scripts for visualisation of your results, e.g., matplotlib, ggplot2 related.

Where to get the data: https://nces.ed.gov/ipeds/use-the-data/ > Compare Institutions

TODO

  • Automate unzipping of counties.zip file - DONE
  • Data Prep of county data - DONE
  • Maps of institutions on top of county statistics
    • change to share_racen and choropleth with quintiles
  • Analysis
  • Recording

About

PyCon 2020 tutorial "GeoSpatial Public Policy Analysis with GeoPandas"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%