id: version-0.68.0-org.apache.streampipes.processor.geo.jvm.staticgeocoding title: Static Google Maps Geocoder sidebar_label: Static Google Maps Geocoder original_id: org.apache.streampipes.processor.geo.jvm.staticgeocoding


Description

This processor computes the latitude and longitude values from a fixed location (a place name such as "Karlsruhe , Germany ") and adds the result to the event.


Required input

Input event requires to have a field which contains the name of a place.


Configuration

Place

The place name that should be converted to a lat/lng combination

Output

Outputs a similar event like below.

{
  'latitude': 6.927079,
  'longitude': 79.861244  
}