Hi, the basic sis implementation is done :) I created a pull request [1] and happy about any feedback.
Form the fallback options I created this ticket [2] Florian [1] https://github.com/apache/streampipes/pull/146 [2] https://issues.apache.org/jira/browse/STREAMPIPES-638 Am Montag, dem 31.10.2022 um 13:23 +0100 schrieb Florian Micklich: > Hi,<br> > > I updated the Jira Ticket and described the setup little bit more.<br> > If my intellij is working I can run some last tests on the base > implementation.<br> > > My thoughts for the setup implementation:<br> > > The setup could be visible in the Configuration -> Pipeline Element > Configuration and if the service is available due correct setup and scripts > import.<br> > (see picture in jira ticket <br> > > > To have still a plug and play system by default, we could implement a > "fallback" projection system with a limited EPSG Codes.<br> > Therefore we could use proj4j [2].<br> > So for example we allow the user to select just a bunch of valid codes from a > list somewhere.<br> > > > [1] > [https://github.com/locationtech/proj4j](https://github.com/locationtech/proj4j)<br> > > What do you think?<br> > Greetings<br> > Florian<br> > > Am Montag, dem 19.09.2022 um 10:18 +0200 schrieb Florian Micklich:<br> > > Hi Philipp,<br><br> > > > > ok, maybe we can have a deeper discussion next week.<br><br> > > I am on vacation this week without computer :)<br><br> > > > > With dataSource I mean the "Registration by Java code" as describet here > > [1].<br><br> > > I startet to write that code yesterday but was not able to check it due > > another issue.<br><br> > > > > Florian<br><br> > > > > > > [1] > > [[https://sis.apache.org/epsg.html](https://sis.apache.org/epsg.html)](https://sis.apache.org/epsg.html](https://sis.apache.org/epsg.html))<br><br> > > > > > > BlueMail for Android herunterladen <br><br> > > > > Am 19. Sept. 2022, 07:23, um 07:23, Philipp Zehnder > > <[[[email protected]](mailto:[email protected])](mailto:[[email protected]](mailto:[email protected]))> > > schrieb:<br><br>> > > > Hi Florian,<br><br> > > > > > > thanks for opening the issue.<br><br> > > > I really like the illustration, something like this would also be > > > great<br><br> > > > for the documentation of the processing elements.<br><br> > > > > > > As for the workflow, I'm not quite sure how we can handle that. > > > Because<br><br> > > > so far, the idea is that the system is plug and play.<br><br> > > > The normal ‘user’ should not have to configure things on the > > > system<br><br> > > > before it is used.<br><br> > > > My suggestion would be to have a separate service that can > > > optionally<br><br> > > > be integrated by manually adding it to the docker-compose.<br><br> > > > In this docker service a volume mapping would be required. If the > > > files<br><br> > > > are missing a message should be printed to the logs.<br><br> > > > > > > What do you mean by connection source?<br><br> > > > > > > Cheers,<br><br> > > > Philipp<br><br> > > > > > > > > > > > > Von: Florian Micklich > > > <[[[email protected]](mailto:[email protected])](mailto:[[email protected]](mailto:[email protected]))><br><br> > > > Datum: Sonntag, 18. September 2022 um 12:44<br><br> > > > An: dev > > > <[[[email protected]](mailto:[email protected])](mailto:[[email protected]](mailto:[email protected]))><br><br> > > > Betreff: [DISCUSS] Setup for Coordinate Reference System > > > Reprojection<br><br> > > > Sources<br><br> > > > Hi everybody,<br><br> > > > > > > I created a Ticket [1] to implement projection handling for geo<br><br> > > > operations.<br><br> > > > > > > User case.:<br><br> > > > > > > Reproject betwwen WGS84 (with units Degree) to UTM (Unit meter).<br><br> > > > With meter you can do calculations , which needs a metric Unit > > > system<br><br> > > > e.g. area calculation, everything with distance and so on.<br><br> > > > > > > I also added a short wortkflow picture for better understanding and > > > a<br><br> > > > docker-compose file for SP Service.<br><br> > > > > > > While I am working on the processor itself, I have a couple of<br><br> > > > questions and would need support for implementing everything in the > > > the<br><br> > > > SP UI and discuss best ways how to set up!<br><br> > > > > > > Any ideas or questions?<br><br> > > > > > > Greetings<br><br> > > > Florian<br><br> > > > > > > [1] > > > [[https://issues.apache.org/jira/browse/STREAMPIPES-584](https://issues.apache.org/jira/browse/STREAMPIPES-584)](https://issues.apache.org/jira/browse/STREAMPIPES-584](https://issues.apache.org/jira/browse/STREAMPIPES-584))<br><br>
