KO
|
EN
gitlite — search
Search
#machine-learning
#typescript
#hacktoberfest
#python
#docker
#react-native
#laravel
#deep-learning
#tensorflow
#ios
#javascript
#github
jts
★ 28
Open GitHub ↗
JTS Topology Suite
Download README (.md)
Explore Similar Repositories
unit-coverage
:
Precise, powerful and fast JS Coverage tool
emotion_proposition_store
:
Construction and Analysis of an Emotion Proposition Store
cloudproxy
:
A MITM proxy for instrumenting HTTP/S traffic
wsdl
:
A script that automatically adds workshop addons to the client download list.
sosa
:
The Sane OCaml String API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jts
?
Download (.md)
JTS Topology Suite ================== [](https://travis-ci.org/metteo/jts) [](https://coveralls.io/r/metteo/jts)* Fork of original project from: svn://svn.code.sf.net/p/jts-topo-suite/code Original project site: http://tsusiatsoftware.net/jts/main.html (previous: http://www.vividsolutions.com/jts/JTSHome.htm) Original project GitHub repo: https://github.com/dr-jts/jts Welcome to the repository for the JTS Topology Suite. JTS essentially consists of several Java modules, each one corresponding to a separate JAR file. Only jts-core is necessary to use the library in an application. The others are external tools or optional extensions. To read more about specific modules check pom.xml description. [Project site](http://metteo.github.io/jts/web/index.html) Develope JTS ------------ Java IDEs support Maven projects out of the box. Just import them, the rest should be automatically configured. Some jts-io-* projects require additional jars which are not easily obtainable. Check poms for more information. Build JTS --------- The JTS library is intended to be Java 1.6 compatible (to permit deployment on Android 2.3+). The tools are not subject to this limitation, so you can target higher Java versions. * In the root directory execute mvn install Test JTS -------- * Java unit tests can be executed using mvn test * XML tests run during integration-test phase of jts-test-library project: mvn integration-test * Some XML tests are executed separately since they should fail. Until test runner doesn't support such case use: mvn exec:exec Deploy JTS ---------- JTS snapshot build will be deployed to GitHub pages based, Maven repository. [Maven Snapshots](http://metteo.github.io/jts/maven/snapshots) [Maven Releases](http://metteo.github.io/jts/maven/releases) \*Currently coverage is calculated only for jts-core (which is most relevant)