You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by "Martin Andersson (Jira)" <ji...@apache.org> on 2022/11/14 10:45:00 UTC

[jira] [Created] (SEDONA-194) Merge org.datasyslab.sernetcdf into Sedona

Martin Andersson created SEDONA-194:
---------------------------------------

             Summary: Merge org.datasyslab.sernetcdf into Sedona
                 Key: SEDONA-194
                 URL: https://issues.apache.org/jira/browse/SEDONA-194
             Project: Apache Sedona
          Issue Type: Improvement
            Reporter: Martin Andersson


sernetcdf contains only two classes plus unit tests. It's under a Apache license.

 

We could merge the code into Sedona and drop the dependency. This would have several benefits:
 * sernetcdf is a shaded jar which bundles outdated versions of several libraries. The shading makes it impossible for Sedona to control its dependency graph. Removing the shaded jar would allow folding of ST_AsEWKB and ST_AsBinary. See [https://github.com/apache/incubator-sedona/pull/704]
 * sernetcdf is not under Apache guidance regarding maintenance, releases and other processes. Issues in the code would be easier to fix if it's maintained by the Sedona community.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)