Skip to content
README.md 2.67 KiB
Newer Older
JTS Topology Suite
==================

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.  It also provides a comprehensive set of geometry test cases, and the TestBuilder GUI application for working with and visualizing geometry and JTS functions.

Jody Garnett's avatar
Jody Garnett committed
![JTS logo](jts_logo.png)
[![Build Status](https://api.travis-ci.org/locationtech/jts.svg)](http://travis-ci.org/locationtech/jts) [![Join the chat at https://gitter.im/locationtech/jts](https://badges.gitter.im/locationtech/jts.svg)](https://gitter.im/locationtech/jts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Jody Garnett's avatar
Jody Garnett committed

JTS is in incubation with the [LocationTech](http://www.locationtech.org) working group of the Eclipse Foundation.

![LocationTech](locationtech_mark.png) 

Jody Garnett's avatar
Jody Garnett committed
* Git Repo: [github.com/locationtech/jts](https://github.com/locationtech/jts)
* Mailing List: [locationtech.org/mailman/listinfo/jts-dev](https://locationtech.org/mailman/listinfo/jts-dev)
* LocationTech Home: [locationtech.org/projects/technology.jts](https://locationtech.org/projects/technology.jts)
* GitHub web pages: [locationtech.github.io/jts/](https://locationtech.github.io/jts/)
* Gitter Channel: [gitter.im/locationtech/jts](https://gitter.im/locationtech/jts)

## License

JTS is open source software.  It is dual-licensed under:

Martin Davis's avatar
Martin Davis committed
* [Eclipse Public License 1.0](https://www.eclipse.org/legal/epl-v10.html)
* [Eclipse Distribution License 1.0](http://www.eclipse.org/org/documents/edl-v10.php) (a BSD Style License)

In addition:

* This product includes software developed by the [JDOM Project](http://www.jdom.org/) (Apache-style license)

Martin Davis's avatar
Martin Davis committed
See also:

* [License details](LICENSES.md)
* Licensing [FAQ](FAQ-LICENSING.md)

Jody Garnett's avatar
Jody Garnett committed
* Javadoc: [https://locationtech.github.io/jts/javadoc](https://locationtech.github.io/jts/javadoc)
Martin Davis's avatar
Martin Davis committed
* Installing and using JTS is described in the [**User Guide**](USING.md).
* Building and developing with JTS is described in the [**Developing Guide**](DEVELOPING.md).
Martin Davis's avatar
Martin Davis committed
If you are interested in contributing to JTS please read the [**Contributing Guide**](CONTRIBUTING.md).

## Downstream Projects

### Direct
* [**GEOS**](https://trac.osgeo.org/geos) - C++ port
* [**NetTopologySuite**](https://github.com/NetTopologySuite/NetTopologySuite) - .NET port
* [**JSTS**](https://github.com/bjornharrtell/jsts) - JavaScript port
Martin Davis's avatar
Martin Davis committed
### Via GEOS
* [**Shapely**](https://github.com/Toblerity/Shapely) - Python wrapper of GEOS
* [**R-GEOS**](https://cran.r-project.org/web/packages/rgeos/index.html) - R wrapper of GEOS
Martin Davis's avatar
Martin Davis committed
* [**rgeo**](https://github.com/rgeo/rgeo) - Ruby wrapper of GEOS
Martin Davis's avatar
Martin Davis committed
* [**GEOSwift**](https://github.com/GEOSwift/GEOSwift)- Swift library using GEOS