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
0 answers

Add Geo tag to jpeg in Lua

I have been working hard on understanding EXIF data parsing but there is something I cannot figure out. My goal is to write a Lua code I can run in my FlashAir card in order to write the GPS location info. What I cannot figure out is if writing a…
nick
  • 11
  • 2
1
vote
0 answers

Get camera image with geotagging IOS Objective C

I am getting photo like this : -(void) imagePickerController:(UIImagePickerController *)pickers didFinishPickingMediaWithInfo:(NSDictionary *)info { CGSize size = CGSizeMake(IMAGEW, IMAGEH); if([pickers isEqual:picker]){ UIImage *image = [info…
Yawar
  • 1,924
  • 3
  • 29
  • 39
1
vote
0 answers

How can I download geo-tagged videos for a particular region from Instagram/Vine/Youtube?

I want to download lots of short geo-tagged videos. i.e., given a location query, download all videos in that area automatically. I haven’t found any promising library/API to do that. Vine/Instagram/Twitter/Youtube, any data source will be fine, as…
yzhu
  • 73
  • 1
  • 5
1
vote
1 answer

How to Get iPhone Video or Photo's Geotag? Using UIImagePicker

I am building an app that allows user to pick videos/photos from camera or photo library. If picked from photo library, is it possible to access to the video or photo's geotag? Thanks!
0pcl
  • 1,154
  • 4
  • 17
  • 22
1
vote
1 answer

Why is fileToString not reading the contents of the file properly?

I was following the instructions for CLAVIN installation. When I tried to build the CLAVIN package, it would display a 'Build Failure' after the TextUtilsTest, which checks that the contents extracted from a file are exactly the same as an expected…
Yara Fahmy
  • 11
  • 2
1
vote
1 answer

Is it possible to access a photo's geotag metadata from within the simulator?

I've written an app that retrieves a photo's GPS metadata, and it works on my iPhone but doesn't in the simulator. If I drag a photo containing geotags onto the simulator, it gets placed into the photo library. Then, my app issues this…
smeep
  • 332
  • 1
  • 17
1
vote
1 answer

How can I get geotagged photos for all users using flickr api?

I have tried using the flickr.photos.geo.photosForLocation method. However that only gets photos for the authorised user, I need one for all users! Basically I want to create this (or panaoramio) but using flickrs photos. Is this possible? If so how…
williamsandonz
  • 15,864
  • 23
  • 100
  • 186
1
vote
2 answers

Entity resolution for venues and other geo locations

Say I want to build a check-in aggregator that counts visits across platforms, so that I can know for a given place how many people have checked in there on Foursquare, Gowalla, BrightKite, etc. Is there a good library or set of tools I can use out…
Trevor
  • 101
  • 1
  • 1
  • 2
1
vote
0 answers

Deal with geographical information on international applications

I am working on a web application that will be deployed into several countries. I have some content that will be geolocated and then i will have to install some databases with cities name and zipcodes But, I am thinking about something, all the…
John korba
  • 113
  • 1
  • 2
  • 8
1
vote
1 answer

Filter built-in gallery to show only pictures with GeoTag (Latitude and Longitude)

Im doing an app that let the user pick an image from the built-in gallery. so far so good.. The thig is,I need to show the user only photos which has GeoTags in it. In other words, I need to filter the built-in gallery display to show only images…
1
vote
1 answer

Mapping exif data to long/lat

I'm using the php exif_read_data function to get the long and lat, then I'm converting them into a format the google can use, however they always seem to be a few miles out. The same country, just not the right position (iPhoto will give me the…
Luke Berry
  • 1,927
  • 4
  • 19
  • 32
1
vote
2 answers

Work with SD card in WorkLight framework and browser emulator

I am trying to write a Worklight Hybrid application that requires reading image files saved on the device's SD card. The application needs to read the metadata of the images - in particular the GeoTag data. I am familiar with the PhoneGap API that…
Alireza
  • 191
  • 1
  • 4
1
vote
1 answer

Downloading Facebook geo-targeted posts from API

Facebook's global pages can have regionally targeted content. Without admin access to the page, posts targeted to regions other than where the API key is registered don't show up in the API response. For example, from a British account registered…
eli
  • 4,636
  • 7
  • 25
  • 29
1
vote
1 answer

Get a twitter timeline with only geotagged tweets

What I do need is to get the twitter timeline whith only tweets with location associated. I know in Facebook it is possible using me/home?with=location, is there something like this for twitter?
1
vote
0 answers

make the camera to wait untill the geo tag get attached to taken photo in android

how to make the camera application to wait until the Geo tags get attached to photo using any broad cast receiver? The problem is: Open the camera app and switch on Geo tag feature in camera settings and start taking photo.If we continuously take…
Praveen
  • 231
  • 1
  • 4
  • 13