JTSplus icon indicating copy to clipboard operation
JTSplus copied to clipboard

License?

Open snowch opened this issue 7 years ago • 3 comments

What is the license for this project? Apache 2.0 would be nice :)

snowch avatar Dec 17 '16 09:12 snowch

Hi @snowch ,

JTSplus adds some new functions and code into JTS and so that it uses the same license of JTS (Eclipse license). The license is mentioned here: https://github.com/locationtech/jts

The new functions added by JTSplus will be merged to JTS main repository soon.

Thanks, Jia

jiayuasu avatar Dec 18 '16 02:12 jiayuasu

@jiayuasu any idea when it will be merged? Currently, I need to combine geotools and geospark on the class path which results in a clash of JTS library (as this one is not properly recognized as it has a different artifact ID) http://stackoverflow.com/questions/43414855/sbt-transitive-dependency-resolution-conflict

geoHeil avatar Apr 14 '17 18:04 geoHeil

@geoHeil , STR-Tree KNN search has been merged into JTS official repository 1.15-snapshot. But I don't think the rest of JTSplus (R-Tree/Quad-Tree spatial partitioning, Geometry equality check) will be merged into JTS because they are only used in GeoSpark.

jiayuasu avatar Apr 14 '17 22:04 jiayuasu