Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jessicarod7/to_hood_profile_serializer


https://github.com/jessicarod7/to_hood_profile_serializer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Toronto Neighbourhood Profile Serializer

A short script that converts Excel spreadsheets of Toronto neighbourhood profiles (
from [Toronto Open Data](https://open.toronto.ca)) into JSON files. Wrote it to explore the 2021
census data. That also means it doesn't actually implement the proper data exploration API, but
that's not important.

## Instructions

1. Visit the Toronto Open Data page
for [Neighbourhood Profiles](https://open.toronto.ca/dataset/neighbourhood-profiles/) and
download the XLSX file you want to parse.
2. Place the file in this folder and rename it `neighbourhood-profiles-.xlsx`.
3. Build this crate, and run for this year:

```bash
to_hood_profile_serializer
```

The output will be placed into `neighbourhood-profiles-.json`. Use `-r/--raw` option if you
don't want pretty-printing.

## License

This code is available under the MIT licence.