Skip to content

Adding support for non-overlapping tiles #81

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

piyushrpt
Copy link
Contributor

Addressing the specific use case of island groups where we end up unrealistic looking Delaunay triangulations.
The easiest way to override the tile generation is to drop in a custom tile tiles.json file with each island is in its own tile.
The merge process just reassembles the unwrapped tiles and does not put attempt to resolve cycles between the islands.

Down stream impacts:

  • It will be possible to improve time-series by doing inversion of each unwrapped tile with its own reference point.
  • Each tile can directly be labelled as its own unwrapped component.

Copy link

@mattcalef mattcalef left a comment

Choose a reason for hiding this comment

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

These changes look reasonable to me.

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