chicago_project_zero_fatalities_parser

Crates.iochicago_project_zero_fatalities_parser
lib.rschicago_project_zero_fatalities_parser
version0.1.4
created_at2025-06-16 21:17:23.778453+00
updated_at2026-01-06 23:24:43.837376+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
size89,675
Diego Enriquez-Serrano (DiegoEnriquezSerrano)

documentation

README

Rust CI Security audit Continuous Deployment

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 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

License

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

Commit count: 39

cargo fmt