Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Last and first coordinate differ" #324

Open
christophfink opened this issue Aug 14, 2023 · 1 comment
Open

"Last and first coordinate differ" #324

christophfink opened this issue Aug 14, 2023 · 1 comment
Labels
upstream related to an upstream issue

Comments

@christophfink
Copy link
Member

When run with --verbose, the DetailedItinerariesComputer outputs a million lines of:

Last and first coordinate differ!:(24.9262745, 60.1731343, NaN)!=(24.9264677, 60.173329, NaN)

This is an artifact generated in com.conveyal.r5.api.util.StreetSegment line 75 in what I assume is a left-over debug statement.

Let’s try to understand why a street segment (that’s supposed to be a line string) is expected (?) to have identical start and end points (like a polygon). Maybe we should file an issue upstream, as this is very hard to filter on our side (it’s a straight System.err.println()), but let’s first try to understand the purpose

@christophfink christophfink added the upstream related to an upstream issue label Aug 14, 2023
@christophfink
Copy link
Member Author

This also leads to this:

IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.

Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream related to an upstream issue
Projects
None yet
Development

No branches or pull requests

1 participant