Proj4J / proj4j

proj4j migration from svn. Project details can be found at http://trac.osgeo.org/proj4j/
51 stars 24 forks source link

Is this project still being maintained? #3

Closed ssbrewster closed 7 years ago

ssbrewster commented 8 years ago

I've used proj4js in the past but now I need the Java equivalent. Is this project still being maintained, and would you recommend it's use in production?

willtemperley commented 7 years ago

That seems to be a complicated question.

So having looked into this a little, it appears GeoTrellis amalgamated it into their project:

https://github.com/locationtech/geotrellis/tree/master/proj4/src/main/java/org/osgeo/proj4j

But they've decided a separate version would be better: https://www.locationtech.org/proposals/proj4j

Which would be this one which uses SBT (!): https://github.com/dwins/proj4j

but active development seems to be going on only on the geotrellis version.

Hmmm.

sebasbaumh commented 7 years ago

I tried to set up a fork without SBT and with a thread safe BasicCoordinateTransformation.

Currently it looks to me like the only change in their repository is replacing the original copyright disclaimer with their own.

Like here:

Copyright 2006 Jerry Huxtable

vs. here:

Copyright 2016 Martin Davis, Azavea

Together with mixing in Scala for tests that looks rather scary to me ;-)