eurostat / searoute

Compute shortest maritime routes between ports
European Union Public License 1.2
157 stars 33 forks source link

found non-noded intersection between LINESTRING #55

Open manoj5716 opened 2 years ago

manoj5716 commented 2 years ago

We got follwing error while adding linestrings to the existing marnet db, for default resolution.:-

"found non-noded intersection between LINESTRING ( -72.8888888888889 24.22222222222221, -72.66666666666666 24.66666666666668 ) and LINESTRING ( -72.66666666666667 24.66666666666666, -72.83333333333333 23.83333333333333 ) [ (-72.66666666666667, 24.666666666666643, NaN)"

I want to improve the marnet data for a detailed and finer route creation by adding linestrings obtained from the past AIS data of ship tracks. Followed the instructions as per readme file .

"SeaRoute can be reused with custom maritime networks produced from some other custom maritime line datasets. The module marnet provides some utilities and examples for the creation and preparation of such maritime network datasets, with generalisation methods."

Can anybody provide some insights or some other alternatives?? Brgds