| Crates.io | chicago_project_zero_fatalities_parser |
| lib.rs | chicago_project_zero_fatalities_parser |
| version | 0.1.1 |
| created_at | 2025-06-16 21:17:23.778453+00 |
| updated_at | 2025-06-18 20:44:01.925016+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 | 39,592 |
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 the path of the source json to be provided as an argument. The parsed data will be written to a file named output.json located in an output subdirectory of the installation path.
example
cargo run -- /source/to/file.json
GNU General Public License v3.0 or later (https://spdx.org/licenses/GPL-3.0-or-later.html)