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

Update cities section to include Kumasi and Accra (Ghana) #334

Open
2 tasks
usmanbiu opened this issue Mar 13, 2024 · 2 comments
Open
2 tasks

Update cities section to include Kumasi and Accra (Ghana) #334

usmanbiu opened this issue Mar 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@usmanbiu
Copy link
Contributor

usmanbiu commented Mar 13, 2024

Description

Add Accra and Kumasi as options to the dropdown menu to search for cities where sensors are located. See screenshot

Screenshots

Screenshot from 2024-03-04 09-39-53

Files

File for adding cities to the drop-down - src/pages/air/city/[id].js

To Reproduce

  1. Go to the sensors.Africa website
  2. Click on AIR
  3. Clock on select cities and you will notice Kumasi and Accra are missing.

Tasks

  • Add Accra to the dropdown menu
  • Add Kumasi to the dropdown menu
@usmanbiu usmanbiu added the enhancement New feature or request label Mar 13, 2024
@gideonmaina
Copy link
Contributor

@usmanbiu These are the current national stats that I have for Ghana.

    deathCount:"28,000",
    childDeathCount: "29,000"

Ideally, the stats should be scoped to a particular city.

The following fields are missing :

  1. topIllness for top illness caused by air pollution in Ghana - city
  2. annualAverage for PM2.5 levels for selected city
  3. percent is basically calculated using the annual average PM2.5 levels and WHO guidelines.

The challenge is getting these statistics. For reference, these are the sources I used to get:

  1. National death count
  2. National child death count using 2019 as the base year.

One thing to ponder, do child deaths contribute to national death count

@gideonmaina
Copy link
Contributor

I also think it is important to cite where we got the data from and a link to the source if any.

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

No branches or pull requests

2 participants