Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
desruisseaux committed Jun 17, 2024
1 parent bed8c15 commit fc758b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _pages/java/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fc758b2

Please sign in to comment.