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

Py3DTiles - Make the number of tiles an argument of the tilers #66

Open
jailln opened this issue Jun 25, 2020 · 0 comments
Open

Py3DTiles - Make the number of tiles an argument of the tilers #66

jailln opened this issue Jun 25, 2020 · 0 comments
Milestone

Comments

@jailln
Copy link
Contributor

jailln commented Jun 25, 2020

Depending on the use case, we want to generate 3D Tiles tilesets with different number of tiles. Use cases include analyses and comparisons for articles, demonstrations, debugging, etc.

Currently, the number of tiles in the tileset depends on an argument of the kd tree creation function that specifies the maximum number of city object per tile. This value is hardcoded in the tilers (e.g. in CityTiler).

We should allow the user to specify how many tiles should be in the tileset and compute the maximum number of city objects per tiles from this value and from the total number of city objects.

Note: this issue is opened here since it is not possible to open issues on our fork of py3dtiles.

@jailln jailln added this to the Q2-2020 milestone Jun 25, 2020
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

No branches or pull requests

1 participant