How do you get the country/state/region/city/state/zip/postal from GPS coordinates?

前端 未结 3 1247
忘了有多久
忘了有多久 2021-02-06 00:48

I have GPS coordinates on all of my photos. I want to include tags/IPTC data for the city, state, zip, etc.. However all I have is the GPS coordinates. How can I take these and

3条回答
  •  臣服心动
    2021-02-06 00:50

    Here is a bulk Reverse Geocoder which, internally, uses the Google Maps API to reverse geocode an entire series (in a CSV file) of latitude and longitude pairs.

    It would make this fairly easy.

提交回复
热议问题