chicago_project_zero_fatalities_parser

Crates.iochicago_project_zero_fatalities_parser
lib.rschicago_project_zero_fatalities_parser
version0.1.1
created_at2025-06-16 21:17:23.778453+00
updated_at2025-06-18 20:44:01.925016+00
descriptionA parser for json data found at 'Vision Zero Chicago Traffic Fatalities | Chicago Data Portal' into GeoJson without unecessary properties.
homepagehttps://www.diegoenriquezserrano.dev/vision-zero-chicago-map
repositoryhttps://github.com/diegoEnriquezSerrano/chicago_project_zero_fatalities_parser
max_upload_size
id1714805
size39,592
Diego Enriquez-Serrano (DiegoEnriquezSerrano)

documentation

README

chicago_project_zero_fatalities_parser

Description

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.

Table of Contents

Installation

cargo install chicago_project_zero_fatalities_parser

Usage

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

License

GNU General Public License v3.0 or later (https://spdx.org/licenses/GPL-3.0-or-later.html)

Commit count: 24

cargo fmt