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

Implement climate overlay sliders from wireframes #2018

Closed
ajrobbins opened this issue Jul 10, 2017 · 2 comments
Closed

Implement climate overlay sliders from wireframes #2018

ajrobbins opened this issue Jul 10, 2017 · 2 comments
Assignees
Labels

Comments

@ajrobbins
Copy link

We've ingested monthly mean temperature and precipitation rasters for analysis in BiG CZ, and will be tiling them for visualization in #1976. This card is to wire up a slider that accompanies the new Temperature and Precipitation overlays in the layer selector. Each overlay actually has 12 overlays for display, one for each month. The slider enables the user to toggle between months, changing the overlay displayed.

See: https://marvelapp.com/5a66caa/screen/29342973

(slides 15-16)

@ajrobbins ajrobbins added 1 BigCZ and removed 1 labels Jul 10, 2017
@ajrobbins ajrobbins added the 1 label Aug 10, 2017
@rajadain
Copy link
Member

Depends on #1976

@ajrobbins ajrobbins added 1 and removed queue labels Aug 10, 2017
@mmcfarland
Copy link
Contributor

Tiles are available via the azavea data-hub tile endpoint:

Precipitation
https://{s}.tiles.azavea.com/climate/ppt_{month}/{z}/{x}/{y}.png

Temperature
https://{s}.tiles.azavea.com/climate/tmean_{month}/{z}/{x}/{y}.png

{month} is a two digit, zero padded number 01-12.

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

No branches or pull requests

3 participants