Using GPS enabled phones to tag and upload photos to website-


 
Thread Tools Search this Thread
Top Forums Web Development Using GPS enabled phones to tag and upload photos to website-
# 1  
Old 03-19-2012
Using GPS enabled phones to tag and upload photos to website-

A society that is a client of ours wants to maintain photos of architectural features of buildings all over the country. What typically happens is that during a tour photos are taken together with some handwritten notes and later that day, the photos are uploaded into a database and the handwritten notes manually rekeyed and tagged. The database powers the website where the photos and accompanying data can be viewed.
An alternative that I have been thinking about is a phone application that uploads photos from a GPS enabled cell phone to the website whenever they are taken. By using GPS, a reverse lookup of the address can also be performed, for example via:
Nominatim - OpenStreetMap Wiki
The website would then be updated on-the-fly while taking photos: both the imagery and location are entered, which are the two main pieces of information, and as a result would reduce workload substantially.

Does anyone know of a similar phone application, ie where photos can be uploaded immediately onto a website together with location information?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To search for a particular tag in xml and collate all similar tag values and display them count

I want to basically do the below thing. Suppose there is a tag called object1. I want to display an output for all similar tag values under heading of Object 1 and the count of the xmls. Please help File: <xml><object1>house</object1><object2>child</object2>... (9 Replies)
Discussion started by: srkmish
9 Replies

2. Shell Programming and Scripting

XML Parse between to tag with upper tag

Hi Guys Here is my Input : <?xml version="1.0" encoding="UTF-8"?> <xn:MeContext id="01736"> <xn:VsDataContainer id="01736"> <xn:attributes> <xn:vsDataType>vsDataMeContext</xn:vsDataType> ... (12 Replies)
Discussion started by: pareshkp
12 Replies

3. Shell Programming and Scripting

Search for a html tag and print the entire tag

I want to print from <fruits> to </fruits> tag which have <fruit> as mango. Also i want both <fruits> and </fruits> in output. Please help eg. <fruits> <fruit id="111">mango<fruit> . another 20 lines . </fruits> (3 Replies)
Discussion started by: Ashik409
3 Replies

4. Shell Programming and Scripting

How to retrieve the value from XML tag whose end tag is in next line

Hi All, Find the following code: <Universal>D38x82j1JJ </Universal> I want to retrieve the value of <Universal> tag as below: Please help me. (3 Replies)
Discussion started by: mjavalkar
3 Replies

5. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies
Login or Register to Ask a Question
gthumb(1)																 gthumb(1)

NAME
gThumb - an image viewer and browser for GNOME SYNOPSIS
gthumb [--help] [--version] [-f] [--fullscreen] [-s] [--slideshow] [--import-photos] [directory] [filename] ... DESCRIPTION
With gThumb you can browse your hard disk viewing thumbnails of image files. It also lets you view single files (including GIF anima- tions), add comments to images, organize images in catalogs, print images, view slideshows, set your desktop background, and more. OPTIONS
-f, --fullscreen Start in fullscreen mode. -s, --slideshow Automatically start a slideshow. --import-photos Automatically import digital camera photos. --help Output help information and exit. --version Output version information and exit. Usual other GNOME options apply as well. EXAMPLES
To run this program the standard way type: gthumb To view the content of a directory type: gthumb /path/to/directory To view all images with jpg extension type: gthumb *.jpg AUTHORS
Written by Paolo Bacchilega <paolo.bacch@tin.it>. This manual page was originally written by Remco van de Meent <remco@debian.org>, for the Debian GNU/Linux system, now is maintained by Paolo Bacchilega. GNOME Applications May 2002 gthumb(1)