Michaël Michaud

Results 24 issues of Michaël Michaud

Here is what I get when I perform simple math operations in kash (windows) (last operation throws an exception, and gives the correct result) build/libs$ 2*3 6 build/libs$ 2/3.0 0.6666666666666666...

Following the example of the main page, I get a slightly different result hi() is printed in front of the result. This is generally the same for any function call...

Still with the example of the first page First call using hi("Michaël") is maybe acceptable (may depend on the codepage used by the console ?), but the second one using...

First try first error. Any hint about it ? The query reported in the message is quite complex and I don't where it comes from. Looks like the definition of...

bug

Here attached is an awful geometry (a GPS track) making Polygonizer entering an infinite loop. I could not reduce the geometry to a simpler case. Just found that the infinite...

type-bug

Adding the point to the graph instead of doing nothing fix the problem with LineString.intersects in case of 0-length linestring. LineString.touches with a 0-length geometry still does not return the...

jts-core
type-proposal

Take care of z ordinate in LineSegment. Also benefits Densifier which can now interpolate z values. A hasZ() method has been added in different coordinates implementation : it is not...

jts-core
type-proposal
type-new-feature

Nothing states that fourth dimension of a Coordinate and followings must be measures. So, at first glance, it seems consistent to not set measures if not specified in the two...

type-improvement
jts-core
type-proposal

Timestamp detection has been added in #114 , but only for SQLITE_INTEGER, not for SQLITE_TEXT. The problem can be observed if one export a typestamp column from QGIS. It is...

enhancement:JDBC

I found that extractOnlyPolygonal option is quite difficult to understand and would desserve more documentation. - use case where I found it useful : building polygons from their boundaries (avoids...

type-improvement
doc