Saritus / bachelor-thesis

1 stars 0 forks source link

Use address instead of x,y-coordinates for download_image #18

Closed Saritus closed 7 years ago

Saritus commented 7 years ago

In functions.py, the download_image function takes the x and y coordinates from the csv file as the center of the image. Since we also have the complete address, we could use the google geocoding api as an alternative https://developers.google.com/maps/documentation/geocoding/start?hl=de

Saritus commented 7 years ago

https://github.com/googlemaps/google-maps-services-python

Saritus commented 7 years ago

Done in 55367b7 download_image now has a parameter "centermode" that can be set to "xy" or "address"