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

Area of intersection refactoring #1020

Open
thomaspiller opened this issue Oct 14, 2024 · 0 comments
Open

Area of intersection refactoring #1020

thomaspiller opened this issue Oct 14, 2024 · 0 comments

Comments

@thomaspiller
Copy link
Collaborator

The current implementation for calculating the area of intersection within the Area Intersection Tools tool is outdated and requires refactoring [link]. To enhance performance, all operations should be performed directly in the database. Two types of calculation could be implemented depending on the type of geometries:

  1. Area of intersection between layers of polygon type.
  2. Number of overlapping features across all geometry types (point, line, polygon).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant