| Crates.io | chicago_project_zero_fatalities_parser |
| lib.rs | chicago_project_zero_fatalities_parser |
| version | 0.1.4 |
| created_at | 2025-06-16 21:17:23.778453+00 |
| updated_at | 2026-01-06 23:24:43.837376+00 |
| description | A parser for json data found at 'Vision Zero Chicago Traffic Fatalities | Chicago Data Portal' into GeoJson without unecessary properties. |
| homepage | https://www.diegoenriquezserrano.dev/vision-zero-chicago-map |
| repository | https://github.com/diegoEnriquezSerrano/chicago_project_zero_fatalities_parser |
| max_upload_size | |
| id | 1714805 |
| size | 89,675 |
This is a rust program that parses json geographical data about Vision Zero Fatalities in Chicago, as curated at https://data.cityofchicago.org/Transportation/Traffic-Crashes-Vision-Zero-Chicago-Traffic-Fatali/gzaz-isa6/about_data into valid GeoJson format ready to be used with mapping libraries such as Leaflet. Data is not generated by this program or its maintainer. Any discrepancies with the data should be referred to the dataset owner listed in the source page.
cargo install chicago_project_zero_fatalities_parser
The program requires no arguments to run. It will pull the data fresh from the Chicago Data API portal and parse the necessary data. The parsed data will be written to a file named output.json located in an output subdirectory of the execution path.
example
cargo run
GNU General Public License v3.0 or later (https://spdx.org/licenses/GPL-3.0-or-later.html)