Suggestions for best practices when automating geocoding task

kbtyo ahlusar.ahluwalia at gmail.com
Thu Feb 11 04:52:06 EST 2016


Good Morning,

I welcome feedback and suggestions for libraries or resources in order to automate the following:

1. Given a directory of CSV files (each containing an address field)
   
   a. Read each CSV file
   b. Use address instance in row as part of a query and send request to external API
      in order to geocode address
   c. Write response to each row and return the updates file


I have been wondering if using a series of decorators could be implemented. Moreover, for the request component, has anyone explored using Tornado or Twister to create a queue for requests?

Thank you again for your feedback. 



More information about the Python-list mailing list