To prevent losing the data on crimesolutions.gov (which DSG is not being supported anymore to continue), I scraped the data. See the
Something like:
conda create --name cs_scrape python=3.10 pip
conda activate cs_scrape
pip install bs4 requests
mkdir crime_solutions
python scrape_site.py
Should work to replicate the environment and results (as of 9/25/2025, the site may be taken down later).
Long term will work on archiving this on something like CrimRXiv.
For the csv files you could download, I just manually downloaded them and put them in the root of the project.
Andrew Wheeler