Skip to content

Releases: jericks/geometrycommands

0.8.0

22 Oct 22:29
Compare
Choose a tag to compare

geom version 0.8.0 is based on JTS 1.18.2.

  • Added fix geometry command
  • Added pipe command
  • Upgraded tests to JUnit 5

0.7.0

17 Jul 23:05
Compare
Choose a tag to compare

geom version 0.7.0 is based on JTS .17.0.

New commands:

  • variablebuffer
  • maximuminscribedcircle
  • largestemptycircle
  • pointsalong

0.6.0

09 May 03:21
Compare
Choose a tag to compare
  • Upgraded to JTS 1.16.1
  • Added hilbert command
  • Added morton curve command
  • Added help command
  • Added version command

0.5

12 Nov 17:28
Compare
Choose a tag to compare
0.5

Upgraded JTS to 1.14 and args4j to 2.33.

Added a --web-help option that opens the help page for a command in a browser.

Added buffer parameters for simplify factor, mitre limit, and join style.

Added a linedissolve command.

Added the new visvalingamwhyat algorithm to the simplify command

0.4

07 Oct 00:43
Compare
Choose a tag to compare
0.4

Vastly improved test coverage (99%).

New commands:

  • geom narrow
  • geom asciiart
  • geom closelinestring
  • geom towkb
  • geom fromwkb
  • geom spoke
  • geom drawbase64
  • geom isccw

0.3

01 May 02:58
Compare
Choose a tag to compare
0.3

GeometryCommands version 0.3 is based on JTS 1.13 and Proj4J 0.1.0.

New Commands:

  • geom slice
  • geom angle
  • geom split

New Features:

  • Uber jar (geom-0.3.jar which contains all dependencies and is executable)
  • geom list now sorts commands by name
  • Bash shell completion

0.2

26 Aug 02:23
Compare
Choose a tag to compare
0.2

Initial release of geometry commands.