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

view 4: "bubble map" to go from landing page to view 1 #13

Closed
hnykda opened this issue Mar 11, 2020 · 9 comments
Closed

view 4: "bubble map" to go from landing page to view 1 #13

hnykda opened this issue Mar 11, 2020 · 9 comments
Assignees
Projects

Comments

@hnykda
Copy link
Contributor

hnykda commented Mar 11, 2020

Spec

UI nr4. - just a world map with shading representing the intensity of infection, upon click on a location people would end up in UI nr 1. Aim is to have simple navigation for the homepage

tech solution

I believe we want something like gmap or this

AC

  • the view is working on the landing page and providing the click-through to the first chart
@hnykda hnykda created this issue from a note in Covid (To do) Mar 11, 2020
@janpipek
Copy link
Contributor

janpipek commented Mar 11, 2020

What data should the bubbles represent?

  1. Some value from the a selected model
  2. Real numbers as obtained from the public source?

What bubbles do we want to present?

  1. Country-level
  2. Predefined set of places
  3. Different?

Do we have any example how it should look like?

@janpipek
Copy link
Contributor

A very simple POC (without links and proper data):

https://gist.github.com/janpipek/130b29cd2afb641edd415f60fb3f72c3

produces something like this:

image

@hnykda
Copy link
Contributor Author

hnykda commented Mar 11, 2020

can you link PR?

@janpipek
Copy link
Contributor

I have it only in a notebook, I will create a PR from that easily if you point me to a proper directory. /cc @hrosspet : How do you plan to manage individual visualizations?

@hrosspet
Copy link
Contributor

My idea is that we will implement visualization functions in src/visualizations/utils.py, which will generate html files to be embedded into the website. But I don't really understand this stuff, so I might be wrong :)

@hnykda
Copy link
Contributor Author

hnykda commented Mar 11, 2020

Yeah, that's wrong, read the readme: https://github.com/epidemics/covid#architecture or bokeh docs.

We basically want to do it the same way as in e.g. app1. Is that clear?

It's fine to submit notebooks in e.g. nbs directory. You can store data at gdrive.

@janpipek
Copy link
Contributor

First thing tomorrow...

@janpipek janpipek moved this from To do to In progress in Covid Mar 11, 2020
@janpipek janpipek self-assigned this Mar 11, 2020
@hrosspet
Copy link
Contributor

Yeah, that's wrong

Close enough :D I think I get it now.

@hnykda hnykda moved this from In progress to Review in Covid Mar 14, 2020
@hnykda hnykda moved this from Review to Done in Covid Mar 15, 2020
@hnykda
Copy link
Contributor Author

hnykda commented Mar 15, 2020

Considered done, followups via new cards

@hnykda hnykda closed this as completed Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Covid
  
Done
Development

No branches or pull requests

3 participants