codeforamerica / brigade-information

Data about Code for America brigades and other civic tech organizations for the CfA API
MIT License
17 stars 63 forks source link

Add state, state abbreviation, country, and continent #123

Closed mmazanec22 closed 4 years ago

mmazanec22 commented 4 years ago

A volunteer manually altered city and added state, state abbreviation, country, and continent and gave me a CSV. I overwrote the existing city field and added the others via script. I also manually deleted the COVID-19 category, since we didn't really end up using that anyway.

tdooner commented 4 years ago

Great, thanks. As we discussed in Slack here is a checklist to get this merged:

mmazanec22 commented 4 years ago

@tdooner if we're adding a location object, would it make sense to move the coordinates there too and deprecate the lat and lon living on the parent object?

tdooner commented 4 years ago

Looks great, thanks! I think I took care of the merge conflicts.