Questions tagged [geotagging]

The process of adding geographical identification metadata to various media.

The process of adding geographical identification metadata to various media such as photographs or videos, websites, SMS messages, QR codes, or RSS feeds. This data usually consists of latitude and longitude coordinates, though they can also include altitude, bearing, distance, accuracy data, and place names.


Useful links


Related tags

120 questions
1
vote
4 answers

An API to send a text string place, and get text strings back of places nearby

I'm looking for an API or a combination of API's where I can send "Anjuna, India" and get back a list of places nearby. The data is mostly for "third world" countries, less so for Europe/US. Any suggestions/ideas about how to structure this?
PeterV
  • 2,792
  • 3
  • 20
  • 22
1
vote
1 answer

Android Convert longitude to GPS tag of ExifInterface

i want to convert from Latitude, Longitude to GPS tag of ExifInterface Ex: 10.34534564 to format like that http://developer.android.com/reference/android/media/ExifInterface.html#TAG_GPS_LATITUDE "114/1,3/1,207045/4096" Please help
QViet
  • 297
  • 5
  • 25
1
vote
2 answers

How to add GeoTag to TIFF image?

I'm new to Python so forgive my ignorance If I don't have all the info correct. I am trying to add a GeoTag to a photo in TIFF format using the tifffile and numpy library however I am getting the following error File…
Adrian
  • 35
  • 4
1
vote
0 answers

ALAssetPropertyLocation always invalid

I am trying to get location information from photos and videos that an user selects from iPhone's library. I am using a custom image picker that uses ALAssetsLibrary to read the photos and videos. I am trying to get the location information using…
Mihai Fratu
  • 7,579
  • 2
  • 37
  • 63
1
vote
1 answer

How do I obtain GeoTagging Info from an uploaded image

I'd like to build an app that takes (with permission of course) user-uploaded images and makes use of the geotagging info embedded in the image. I'm a PHP/Javascript developer...how do I obtain that info?
d2burke
  • 4,081
  • 3
  • 39
  • 51
1
vote
1 answer

is it possible to enable or disable geo tagging feature in Android camera programmatically

I'm trying read the location from images which is taken from the camera api which I included in my project. But exif.getAttribute(ExifInterface.TAG_GPS_LATITUDE) gives null. I know I need to enable save location(geo tagging) in settings. But I…
shiv
  • 165
  • 11
1
vote
1 answer

Uploading HDR photo from iPhone to web - GPS data missing

I've got a photo uploading website that allows people to upload photos from their phones onto a map. All is working well with photos uploaded from iPhone and Android with no issues. However, I have got a problem with iPhone HDR photos. They don't…
Ted
  • 551
  • 1
  • 7
  • 16
1
vote
1 answer

Which is the best library of relevant geotagged images?

I need a library of geotagged images (one that has a public API), that I can use in my location-aware application. What are my options? Picasaweb is giving me results, but they are from private parties of people. Images like those should be private,…
Chinmoy
  • 1,750
  • 2
  • 21
  • 45
1
vote
2 answers

How to gps degrees, minutes AND seconds to a tif in python using the piexif package?

How can I write full gps coordinates in degrees, minutes, seconds format as a GPS exif tag to .tif images using python? I can write a portion of the gps coord using the piexif package (e.g. Longitude) if I only include the decimal and minutes as…
John Saraceno
  • 229
  • 3
  • 11
1
vote
1 answer

Extract geotags from video file with Javascript

I want to get the geotags from a video and mark it on map. I've found exif-js but this only works with images. I've tried it with ffmpeg, a server solution which works, but the size of videos that I worked is about 1GB to 3GB. Is it possible to do…
bcg
  • 261
  • 1
  • 4
  • 26
1
vote
2 answers

Is it possible to create an Geotracking app in WP7 using Bing Maps?

Is it possible to create an app like Runtastic, RunKeeper or SportsTracker (all of them Android apps) in WP7 using Bing Maps? Or maybe there is an app with that functionality already out? These apps basically trace the route you run/cycle/jogg/etc…
esausilva
  • 1,964
  • 4
  • 26
  • 54
1
vote
1 answer

GPS location tagging of photos in Android

I am trying to create an app to take photos using mobile's camera, save them, attach GPS coordinates on the captured image. I am able to take a picture, save it to the mobile's album, but not able to display the GPS location (Lat,Lon) in a tittle…
Thanos Infosec
  • 57
  • 1
  • 10
1
vote
1 answer

Establish location-affinity between two users from their geotags?

The Idea. I would like to build a function like: location_affinity(user_a, user_b) which establish a location affinity between two users. In particular, this function will return a float number between 0 (no affinity) and 1 (max affinity)…
Rihak
  • 13
  • 2
1
vote
0 answers

Instagram location search for specific date/time period

Using the Instagram API, would it be possible to write software that does a search of all public Instagram posts for a specific radius around a latitude/longitude location for a specific time/date period? I understand that the API currently allows…
Ernst
  • 11
  • 3
1
vote
1 answer

python code to fetch the tweets with its place, from where it is tagged

I'm very much new to python. I need a code which will fetch the tweets and the places from where it is tagged,or geo-tagged tweets. I Have code which will export the tweets the csv file based o the hash tag given, I want another column added, with…
laxmi
  • 11
  • 2