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

OSM workflow restructuring #769

Merged
merged 13 commits into from
Sep 28, 2022
Merged

OSM workflow restructuring #769

merged 13 commits into from
Sep 28, 2022

Conversation

ebocher
Copy link
Member

@ebocher ebocher commented Sep 27, 2022

This PR introduces improvements on OSM module :

  • better code organization
  • better OSM data building
  • better management for table names

@@ -162,8 +162,8 @@ IProcess neighborsProperties() {
}
query += """$ID_FIELD FROM (
SELECT
ST_INTERSECTION(a.$GEOMETRIC_FIELD,
b.$GEOMETRIC_FIELD) AS the_geom,
ST_INTERSECTION(st_makevalid(a.$GEOMETRIC_FIELD),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't they made valid before ? We will be back to put makevalid everywhere otherwise no ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In therory yes, but I don't know why. If I remove the st_valid we have a topology exception

@ebocher ebocher merged commit 6c3143c into orbisgis:master Sep 28, 2022
@ebocher ebocher deleted the fix_wk_input branch October 6, 2022 14:15
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

Successfully merging this pull request may close these issues.

2 participants