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

Make the evaluation faster, by only checking the formula in the border of the object #102

Open
dieuska opened this issue Sep 25, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@dieuska
Copy link
Collaborator

dieuska commented Sep 25, 2024

When having bigger objects the brdr_formula becomes quite big, so a lot has to be checked;

Also inner changes can occur while they do not effect the evaluation.

So:

  • only the reference polygons in a outer circle can be checked and compared?
  • Or only compare the reference_objects that are not full?
  • ...
@dieuska dieuska added the enhancement New feature or request label Sep 25, 2024
@dieuska dieuska modified the milestones: 0.4.0, future Sep 25, 2024
@dieuska dieuska modified the milestones: future, 0.5.0 Oct 8, 2024
@dieuska dieuska modified the milestones: 0.5.0, 0.6.0 Nov 6, 2024
@dieuska dieuska modified the milestones: 0.6.0, future Nov 28, 2024
@dieuska
Copy link
Collaborator Author

dieuska commented Nov 28, 2024

possibility to only check borders for grb-parcels already possible. To check if we have to expand this

@dieuska
Copy link
Collaborator Author

dieuska commented Nov 28, 2024

for example when comparing the brdr_formula we could only check the border-part of the formula:

  • big polygons: If 'outer ring' has same formula (do net check inner side) --> automatic update
    ** outer ring can be calculated: 1) negative buffer 2) original - buffered

@dieuska dieuska modified the milestones: future, 0.6.0 Dec 6, 2024
dieuska added a commit that referenced this issue Dec 10, 2024
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