locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
181 stars 71 forks source link

Split projects into proj4j and proj4j-epsg #92

Closed pomadchin closed 1 year ago

pomadchin commented 1 year ago

Turned out to be that EPSG licensed files are in the resources folder historically, and not used by the code of this project. This is a historical artifact appeared here after the geotrellis-proj4j project split.

However, I still think it makes sense to release these resources under a separate proj4j-epsg project, these files are still used by the GeoTrellis project.

Linked https://github.com/locationtech/proj4j/issues/90

cc @julianhyde, @desruisseaux, @jnh5y, and @echeipesh