You are viewing a plain text version of this content. The canonical link for it is here.
Posted to geospatial@apache.org by Martin Desruisseaux <ma...@geomatys.com> on 2017/09/09 19:35:23 UTC

GeoAPI 3.0.1 release candidate

Hello all

The Open Geospatial Consortium (OGC) has just published GeoAPI 3.0.1 on
a staging repository, before final deployment to Maven central:

    <repository>
      <id>sonatype-nexus-staging</id>
      <name>Open Source Software Repository Hosting</name>
      <url>https://oss.sonatype.org/content/repositories/orgopengis-1123</url>
    </repository>

GeoAPI is a set of interfaces (currently in Java only) for using some
geospatial libraries in an implementation-independent way. Current
implementations include Apache SIS, wrappers for Proj.4 and hopefully
Proj4J soon. The JAR files on Nexus staging repository are available for
testing purpose; feedbacks are welcome. If there is no issues reported,
we target a final deployment on Maven Central next week (during OGC
meeting).

    Martin