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

Isochrone-geometries ordered by the isochrone_distance-column #30

Open
SanttuVP opened this issue Feb 25, 2022 · 0 comments
Open

Isochrone-geometries ordered by the isochrone_distance-column #30

SanttuVP opened this issue Feb 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@SanttuVP
Copy link

Expected behaviour
Resulted isochrone geometries could be ordered by isochrone_distance (in descending our). This would benefit the user as the largest isochrone geometries (the most far-reaching isochrones) would stay below the smaller ones (the isochrone geometries with the smallest time-based or road-based distance to the destinations). This would be expected behaviour:

image

Current behaviour
The current behaviour visualizes the geometries as follows:
image

Additional context
To see the expected output, first, you have to export the output layer generated by the Catchment plugin as a GeoPackage or to a new GeoPackage. This enables you to run SQL and order the geometries by the isochrone_distance-column. In QGIS, you can execute SQL on your GeoPackage-files e.g. as follows:
image

Modify accordingly (layer name) the following SQL query and execute the query:
SELECT * FROM "zones_30_min" ORDER BY isochrone_distance DESC

Without any transparency and visualized in a graduated (by the isochrone_distance-column) mode, the output visualization would be the following:
image

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

No branches or pull requests

1 participant