You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wonder how is exactly implemented the tol parameter in calculations.
Surfing the source code in JGiscoTools it seems that it uses the buffer function: buffer(String inFile, String outFile, double bufferDistance, int quadrantSegments, int endCapStyle)
in the DataPreparation.java module.
So the next question is what are the default values of quadrantSegments and endCapStyle in this function.
I am able to reproduce all the examples in GridMaker in an R translation of the code, except for some exterior cells when the tol parameter is used. Is does not affect the interior cells, so it is a question of how the buffer is generated.
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi,
I wonder how is exactly implemented the
tol
parameter in calculations.Surfing the source code in
JGiscoTools
it seems that it uses the buffer function:buffer(String inFile, String outFile, double bufferDistance, int quadrantSegments, int endCapStyle)
in the
DataPreparation.java
module.So the next question is what are the default values of
quadrantSegments
andendCapStyle
in this function.I am able to reproduce all the examples in
GridMaker
in anR
translation of the code, except for some exterior cells when thetol
parameter is used. Is does not affect the interior cells, so it is a question of how the buffer is generated.Thanks a lot
The text was updated successfully, but these errors were encountered: