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

Merging step fails for some tiles across nodes #27

Open
julietcohen opened this issue Jul 20, 2023 · 0 comments
Open

Merging step fails for some tiles across nodes #27

julietcohen opened this issue Jul 20, 2023 · 0 comments

Comments

@julietcohen
Copy link
Collaborator

During the merge step, executed with merge_staged_vector_tiles.py, most tiles in worker nodes succeed in undergoing one of the following:

  1. being copied over to the head node (if the tile does not yet exist in the head node at all)
  2. being merged (deduplicated) into the tile that already exists in the head node (because the tile existed in both nodes, but the files are different)
  3. being skipped, so nothing is done (because the tile exists in both nodes, and the files are the same)

Some errors occur when merging:
image
image

The errors imply that either one of the matching tiles is corrupted in general, or that more specifically the geometry at index 0 is invalid due to a self-intersection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: No status
Development

No branches or pull requests

1 participant