PicApport Add-on: OpenStreetMap Geo-Reverse-Encoder
Uses OpenStreetMap (OSM) to enrich the photo metadata (photos must contain geo coordinates for this function) and extends the PicApport database with additional search fields (see example in the 3rd screenshot below)
Screenshots
Features
Name of the addon | OpenStreetMap (OSM) Inverse Geocoding |
---|---|
Type | Procedure and database extension |
Description | Get additional meta data of the selected photos, which will be stored directly in the jpg file, in accordance with the usage policy of https://nominatim.org/. It is important that no existing metadata (independent of the add-on) is changed or deleted (the different input parameters described below only refer to the data fields of the respective add-on). The newly acquired information is stored in a separate namespace in JSON format in the XMP segment of the photo metadata. During indexing, PicApport uses this data to generate additional search fields. According to the usage policy of nominatim.org a maximum of one photo per second is requested. |
File name of the addon | pagpOSMGeoReverseEncoder-x.x.x.zip (x.x.x indicates version) |
In Windows Installer | Yes |
Prerequisites |
|
Required permission of PicApport-Users |
|
Download page | https://www.picapport.de/en/add-ons.php |
Input parameters |
|
metadata |
|
PicApport Database fields and Operators |
osm | String | YES | FULLTEXT (with Wildcards) | YES | Data field „display_name“ of the OSM-response |
|
osmCountry | String | YES | FULLTEXT | YES | Data field „country“ of the OSM-response |
|
osmState | String | YES | FULLTEXT | YES | Data field „state“ of the OSM-response |
|
osmPostcode | String | YES | PicApport ID (with Wildcards) | YES | Data field „postcode“ of the OSM-response |
|
osmCity | String | YES | FULLTEXT | YES | Data field „city, town, village“ of the OSM-response |
|
osmRoad | String | YES | FULLTEXT | YES | Data field „road“ of the OSM-response |
|