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