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

Create maps/tiles not consistent across hazards #126

Open
jmcano-arfima opened this issue Sep 27, 2024 · 0 comments
Open

Create maps/tiles not consistent across hazards #126

jmcano-arfima opened this issue Sep 27, 2024 · 0 comments
Assignees

Comments

@jmcano-arfima
Copy link

The create_tile_set method used across the different onboarding scripts has an optional argument max_zoom defined as:

max_zoom = ( int(round(math.log2(whole_map_pixels_x / pixels_per_tile))) if max_zoom is None else max_zoom )

This causes some hazards to have fewer maps than those needed for display at all levels of zoom in the Sandbox. The colormap then disappears as the user zooms in. Not sure whether this was a stylistic choice, but it is a bit rough from an user's perspective.

Solution could be as simple as determining what is the maximum required for proper visualization and setting it as default. Obviously some maps would have to be re-created in the S3.

@devarfima @joemoorhouse

@xbarra xbarra self-assigned this Oct 3, 2024
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

2 participants