ropensci / photosearcher

Searches Flickr for photographs and metadata
https://docs.ropensci.org/photosearcher
15 stars 13 forks source link

geotagged locations #10

Closed deryagulcinubc closed 2 years ago

deryagulcinubc commented 4 years ago

Hi. I was able to see the geotagged photos as point shapefile in Arcmap just last month (I used "geotagged photos to points" tool of ArcMap). I used photosearcher again for a specific area and even I see the attribute table in Arcmap, I can not see the points. Could you please help me to figure it out?

Dr-Nathan-Fox commented 4 years ago

Hi,

This issue is due to a change that occurs to the outputs when using a shape file. If no shape file is used the result have a lat and long col, if you search using a shape file the results have a geometry column that is a combination of both. Arcmap might not be able to read the geometry column.

I will work on adding the lat long col back to the result if using a shape file.