diff --git a/_pages/java/examples/index.md b/_pages/java/examples/index.md index 2d7646419..91f2f6eca 100644 --- a/_pages/java/examples/index.md +++ b/_pages/java/examples/index.md @@ -19,14 +19,12 @@ There is 3 categories of examples, depending on target audience: ## Libraries with public source code -The following projects provide GeoAPI implementations as wrappers around independent libraries: +The following projects provide GeoAPI implementations, +either directly or as wrappers around independent libraries: * [NetCDF wrapper](https://github.com/Unidata/geoapi-netcdf-java) in Java for the UCAR netCDF library. * [Proj.6 wrapper](https://github.com/osgeo/PROJ-JNI) in Java for version 6 or later of the PROJ library. * [GDAL wrapper](https://github.com/Geomatys/geoapi-gdal) using Java and Python bindings to the GDAL library. - -The following projects provide direct implementations of GeoAPI: - * [Apache SIS](https://sis.apache.org) in Java, in particular the [metadata](https://github.com/apache/sis/tree/main/endorsed/src/org.apache.sis.metadata/main/org/apache/sis/metadata/iso) and [referencing](https://github.com/apache/sis/tree/main/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing) packages.