flomickl commented on issue #796: URL: https://github.com/apache/streampipes/issues/796#issuecomment-1374123751
My plan is to add this lib to get better performance for calculation and other tasks https://github.com/geographiclib/geographiclib-java ``` <!-- https://mvnrepository.com/artifact/net.sf.geographiclib/GeographicLib-Java --> <dependency> <groupId>net.sf.geographiclib</groupId> <artifactId>GeographicLib-Java</artifactId> <version>2.0</version> </dependency> ``` Due to MIT license -> https://geographiclib.sourceforge.io/LICENSE.txt I think it is safe to add. It is correct @dominikriemer ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
