NYCPlanning / db-data-library

📚 Data Library
https://nycplanning.github.io/db-data-library/library/index.html
MIT License
0 stars 1 forks source link

Update `foodbankny_foodbanks` to pass a version and update directions #339

Closed mbh329 closed 1 year ago

mbh329 commented 1 year ago

Addresses issue #338. One reviewer required ⭐

Had some issues downloading and converting the kml/kmz files to a csv directly from the GoogleMap here. The original directions stated that they should be downloaded and converted via a specific kml to csv convertor found on the internet but I found that making a copy of the map and then just exporting the layer as a csv worked best. I also implemented the version parameter which is standard on most of our templates.

I ran locally and archive worked as expected.

Let me know if you have any questions or concerns