Skip to content

Commit

Permalink
Remove a redundant link to examples. Add a link to an example of dire…
Browse files Browse the repository at this point in the history
…ct GeoAPI implementation as a complement to wrapper examples.
  • Loading branch information
desruisseaux committed Jun 17, 2024
1 parent 7581285 commit bed8c15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 8 additions & 2 deletions _pages/java/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ There is 3 categories of examples, depending on target audience:
* [Testing an implementation](testing.html) with the [conformance tests](../../conformance/index.html).


## Wrappers to existing libraries
## Libraries with public source code

The following projects provide GeoAPI implementations as wrappers around independent libraries.
The following projects provide GeoAPI implementations 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.
2 changes: 0 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ Clients can use the API without concern for the particular implementation which
In order to use GeoAPI, developers must select a third-party implementation.
Examples about how to use GeoAPI with some third-party libraries are available
in [Java](java/examples/index.html) and [Python](python/examples/index.html).
There is also some more examples about how to [implement and test](java/examples/index.html)
a new GeoAPI implementation.

0 comments on commit bed8c15

Please sign in to comment.