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

optimize upload processing by not doing georeferencing twice #394

Open
matthiasschaub opened this issue Mar 19, 2024 · 0 comments · May be fixed by #515
Open

optimize upload processing by not doing georeferencing twice #394

matthiasschaub opened this issue Mar 19, 2024 · 0 comments · May be fixed by #515
Labels

Comments

@matthiasschaub
Copy link
Collaborator

matthiasschaub commented Mar 19, 2024

Two possible solutions:

  1. split georeferencing task into clip and georeference with the goal to use the result of clip for georeferencing and marking detection. This is made difficult because celery does not have a concept of a fork (piping the result of one task into multiple others).
  2. combine both tasks (georeference and digitize) into one which returns two results (raster and vector).
    • This has the side effect of not needing to map one user request id to multiple celery tasks id. If the quality report will be replaced by linking to the dashboard at no step in the sketch map tool workflow a mapping of ids is required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant