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

calculation for some networks results in empty matrix #28

Open
bibbi999 opened this issue Jun 10, 2020 · 1 comment
Open

calculation for some networks results in empty matrix #28

bibbi999 opened this issue Jun 10, 2020 · 1 comment

Comments

@bibbi999
Copy link

When trying to generate OD matrices from points, the algorithm returns empty matrices for one of my three networks. The other two work fine.
The network that doesn't work is from OpenStreetMaps.
I attached the pointslayer I am using (SchwerpunkteVerkehrszellenFinal) and two networks. The one working (NetzwerkBuslinen) and the one that doesn't (roads).

Testdaten.zip

@josephholler
Copy link

The three layers in your zip file are all using different coordinate reference systems, and for best results all layers should use the same projected coordinate reference system. Try reprojecting the OpenStreetMap data into the same CRS as your points. Also beware that sometimes there are small gaps in between road segments in OSM data, so you might need to increase the topology tolerance or perform some topological data cleaning to the OSM data in order to get results.

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

No branches or pull requests

2 participants