Digikam/GSoC2010/ReverseGeocoding: Difference between revisions
Appearance
Mghansen256 (talk | contribs) short introduction |
Mghansen256 (talk | contribs) More information |
||
Line 1: | Line 1: | ||
Reverse geocoding will be implemented for the new version of the GPSSync plugin as part of GSOC by Gabriel Voicu. | Reverse geocoding will be implemented for the new version of the GPSSync plugin as part of GSOC by Gabriel Voicu. | ||
== Short description == | |||
The idea of reverse geocoding is that when the coordinates on earth of an image are known, the application retrieves the associated human readable location: City, street, country, etc. and stores this information in the image. The location names can be stored in the images as new tags, allowing the user to easily search for all pictures he took in a country, city or even street. | The idea of reverse geocoding is that when the coordinates on earth of an image are known, the application retrieves the associated human readable location: City, street, country, etc. and stores this information in the image. The location names can be stored in the images as new tags, allowing the user to easily search for all pictures he took in a country, city or even street. | ||
Backends: | == Backends == | ||
Google Maps | === Google Maps === | ||
OpenStreetMap Nominatim | [http://code.google.com/intl/de/apis/maps/documentation/v3/reference.html Google Maps V3 API] | ||
Geonames.org | * provides both reverse geocoding and elevation information | ||
=== OpenStreetMap Nominatim === | |||
[http://wiki.openstreetmap.org/wiki/Nominatim OSM Nominatim] | |||
* Marble already has integration for this service | |||
=== Geonames.org === | |||
[http://www.geonames.org/ geonames.org] | |||
* provides both reverse geocoding and elevation information |
Revision as of 19:02, 9 May 2010
Reverse geocoding will be implemented for the new version of the GPSSync plugin as part of GSOC by Gabriel Voicu.
Short description
The idea of reverse geocoding is that when the coordinates on earth of an image are known, the application retrieves the associated human readable location: City, street, country, etc. and stores this information in the image. The location names can be stored in the images as new tags, allowing the user to easily search for all pictures he took in a country, city or even street.
Backends
Google Maps
- provides both reverse geocoding and elevation information
OpenStreetMap Nominatim
- Marble already has integration for this service
Geonames.org
- provides both reverse geocoding and elevation information