Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Dev geo #3

Closed
wants to merge 8 commits into from
Closed

Dev geo #3

wants to merge 8 commits into from

Conversation

flomickl
Copy link

@flomickl flomickl commented Feb 9, 2020

I just did the first merge request.

I added 2 basic data processors.

EPSG Enrichter
LatLngToGeo

I also added a description and icon in the depending resource folder for detail information

For testing I use the http://api.open-notify.org/iss-now.json stream.

Following issues occurs during developing:

To get it run on my dev environment I had to modify the pom file and change the resources for StreamPipes. I also added the JTS core maven package. This major change leads to import package changes from

import org.apache.streampipes.messaging.kafka.SpKafkaProtocolFactory; to import org.streampipes.messaging.kafka.SpKafkaProtocolFactory;

Therefore I stopped tracking the geo processors already implemented in this section. I also modified the GeoJvmInit.java and GeoJvmConfig.java.

What is the best way to synchronize the pom file resources to use the same package

For some reason, git thinks the LatLngToGeo PE is part of another PE:

e.g. GoogleMapsGeocodingParameters.java → ...ors/latLngToGeo/LatLngToGeoParameter.java

I guess this has be fixed on my side. But if I watch the commit history, I just see mine and have no clue why this happens.

After setup the pipeline I was checking dashboard for the event stream. The event is forwarded but nothing is coming up.

During Adapter Setup I added an Icon for the Adapter, but this is not showing up in the pipeline editor.

I added some resource descriptions. The icons for the PE's are shown in the pipeline but if I activate "show documentation" during PE configuration, it is referencing to the Static Google Maps Geocoding. This happens for both PE's.

@flomickl flomickl closed this Feb 12, 2020
@flomickl
Copy link
Author

incompatible package settings due wrong IDE import

@flomickl flomickl deleted the dev_geo branch February 13, 2020 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant