Problem you might want to solve
you have a lot of hyperlocal data you want to map and you dont want to use a bot or any such system.
Necessary Conditions
- You have a phone which can capture location with image, and you turn that setting on in your camera app
- You are able to go to that spot and take pictures
- Number of locations you want to map is greater than 10
How you can solve
You need:
- Images with geolocation info
- exiftool - available at exiftool.org
follow these instructions - run this command “exiftool -filename -gpslatitude -gpslongitude -T -n $PWD > filename.csv”