Skip to content

Commit e5e2e1e

Browse files
committed
Initial commit. Provides data source JSON and example of debugger-mode output from the enriched ICE detention facilities scraper.
0 parents  commit e5e2e1e

File tree

4 files changed

+391
-0
lines changed

4 files changed

+391
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Example data sets for ICE detention facilities
2+
3+
This repository is for showing both data sources and examples of output from the
4+
programs we are developing.
5+
6+
This shows input and output data from the _[ICE Detention Facilities Data Scraper
7+
and Enricher](https://github.com/Open-Security-Mapping-Project/ice_detention_scraper)_,
8+
a Python script managed by the [Open Security Mapping Project](https://github.com/Open-Security-Mapping-Project).
9+
10+
The ICE detention facility script scrapes ICE detention facility data from ICE.gov and enriches it
11+
with information from [Wikipedia](https://en.wikipedia.org), [Wikidata](https://wikidata.org), and
12+
[OpenStreetMap](https://openstreetmap.org).
13+
14+
## Contents
15+
16+
* ice_detention_facilities_enriched-debugmode-aug-25-2025.csv - this is an output of
17+
the ICE detention scraper program from August 25 2025. It is set with all debug modes
18+
enabled. Note that a lot of results in for example Wikidata.org are incorrect.
19+
* ice-detention-facilities-extracted-aug-23-2025.json - the source for the data processed
20+
above. (A similar version is inside the ICE detention scraper program, in data_loader.py)
21+
Please note this was automatically extracted by an LLM AI from ICE.gov and has not been
22+
verified exhaustively, but it appears to be OK on spot checks.
23+
24+
More data sources and examples may be added to this repository.
25+
26+
## Credits
27+
28+
These files were gathered and organized by Dan Feidt (@hongpong).
29+
30+
## License
31+
32+
Creative Commons Zero - Public Domain. See License.txt

0 commit comments

Comments
 (0)