groundgamela / mutual-aid-networks

Find Mutual Aid Networks and other community self-support projects near you.
https://www.mutualaidhub.org
2 stars 10 forks source link

Create /dataset page with CSV download link #49

Open nathanmwilliams opened 4 years ago

nathanmwilliams commented 4 years ago

CSV download from Mutual Aid Networks google sheet Rows A - N (NOT the personal contact info columns): https://docs.google.com/spreadsheets/d/1X7E_XqBs7Pdlb7KDUG8g4jkDY3lfHj4AJV0LRYF2VQE/edit?userstoinvite=c.a.feinberg@gmail.com&ts=5e825d14&actionButton=1#gid=0

Followed by license copy:

North American Mutual Aid Network Open Data Set

This data set was compiled by Mutual Aid Hub volunteers and provided for general informational purposes only. Mutual Aid Hub is a free, public resource made available by Town Hall Project Education Fund, a 501(c)(3) non-profit organization.

We list these mutual aid networks as a public resource. We cannot verify or vouch for any network or individual offerings. Please exercise all necessary judgement when interacting with community members not previously known to you. Neither Mutual Aid Hub nor Town Hall Project shall be liable for any special or consequential damages that result from the direct or indirect use of, or the inability to use, the information in this data set.

Mutual Aid Hub - https://www.mutualaidhub.org/ Town Hall Project - https://townhallproject.com/

ODC Public Domain Dedication and Licence (PDDL) https://opendatacommons.org/licenses/pddl/1.0/

jostrow commented 4 years ago

UPDATE: Newer versions of the files mentioned in this comment are included in the pull request below. This comment can be ignored.

Current copy of the open data set is attached as NA_Mutual_Aid_Networks_2020-04-01.csv . This is the file we should be serving for download.

I've reviewed it manually, but a second review wouldn't hurt.

Note that the file doesn't update automatically from the Google Doc - it will need to be updated/generated periodically. I'm attaching a Python script (gd_to_csv.py) which converts a download of the Google Doc into the cleaned/licensed version - anybody can run it in the future and update the file. The Python script requires pddl_license.txt (the license file which is prepended into the CSV), which I'm also attaching. gd_to_csv_files_2020-04-01.zip

jostrow commented 4 years ago

Submitted https://github.com/townhallproject/mutual-aid-networks/pull/52 for initial implementation of this ticket. @meganrm @nathanmwilliams FYI