RagtagOpen / marchon-map

Map for March On https://www.wearemarchon.org
MIT License
5 stars 6 forks source link

Make a Lambda function to handle the spreadsheet of protest events #29

Closed jillh510 closed 6 years ago

jillh510 commented 6 years ago

To implement the new map of immigration-related protests, we need a new Lambda function that geocodes each row. The spreadsheet is at https://docs.google.com/spreadsheets/d/1EeObYkea1vGmAjCzm5vvmxCae89dDKBjDeUvZC24gK8/edit#gid=0

It should be straightforward to reuse the existing code for events, modified to deal with the new columns (City/State/Country rather than a single Location column)

jillh510 commented 6 years ago

Done!