"Fossies" - the Fresh Open Source Software Archive

Member "geotools-29.1/docs/readme.md" (4 May 2023, 661 Bytes) of package /linux/misc/geotools-29.1-project.zip:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

GeoTools Documentation

GeoTools documentation is provided using a Attribution 3.0 Unported license.

Code examples are explicitly placed into the public domain, to facilitate the easy cut-and-paste of example code.

Sphinx

GeoTools makes use of the python sphinx documentation system:

   pip install sphinx

The maven compile stage is used to generate documentation:

   mvn compile
   mvn compile -Puser
   mvn compile -Pdeveloper

You may also quickly test by calling the ant build.xml directly::

   ant user
   ant developer

Please see the user guide build instructions for more detail.