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
Since it can happen that data extracts do not contain complete geometries, it would be useful at least to document the need to pass to Osmium::Geometry::Haversine::distance() only ways for which all node coordinates are available.
The text was updated successfully, but these errors were encountered:
There are other places where undefined positions can be used without the user noticing. This has always been somewhat problematic. The proper solution might be to throw an exception whenever an undefined position is used. The new osmium version solves this in a different way: It gives the user the choice whether to ignore errors or not in the node location store handler.
Please tell me if anybody has a good idea how to solve this without peppering the code with try-catch-blocks.
Since it can happen that data extracts do not contain complete geometries, it would be useful at least to document the need to pass to Osmium::Geometry::Haversine::distance() only ways for which all node coordinates are available.
The text was updated successfully, but these errors were encountered: