I committed the EPSG geodetic dataset, but outside the SIS trunk or
development branches. Instead I created a "non-free" directory there:
http://svn.apache.org/repos/asf/sis/data/non-free/
More specifically, EPSG data can be seen there (caution: the Data.sql
file is 6.8 Mb):
http://svn.apache.org/repos/asf/sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/
The content of the META-INF/LICENSE file, which is normally the Apache 2
license, has been replaced by the EPSG terms of use. Maven identifiers are:
<dependency>
<groupId>org.apache.sis.non-free</groupId>
<artifactId>sis-epsg</artifactId>
<version>0.7</version>
</dependency>
That artifact would be deployed on Maven central in a separated step
than the rest of SIS. That artifact would not be included in "official"
Apache SIS releases - users would need to add the above dependency
themselves.
Is there anything that we should change in this proposed organisation?
Martin