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

실시간 날씨 업데이트 batch #14

Open
jun108059 opened this issue Nov 9, 2024 · 0 comments
Open

실시간 날씨 업데이트 batch #14

jun108059 opened this issue Nov 9, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@jun108059
Copy link
Member

image
  1. 현재 기온 (10도)
    1. 단기예보 → TMP(1시간 기온)
  2. 최고 기온 (14도)
    1. 단기예보 → TMX
  3. 최저 기온 (-2도)
    1. 단기예보 → TMN
  4. 체감 기온 (8도)
    1. 기온, 풍속으로 체감온도를 구할 수 있음
      1. 실제 온도가 10도 이하, 풍속이 4.8 km/h 이상인 경우만 계산하도록 함
      2. 이 외에는 현재 기온과 동일하게 표시 함
  5. 날씨 설명 (비오고 다소 추운 날씨에요)
  6. 날씨 상태 (맑음, 구름, 비, 눈 등) → 이미지 매핑을 위함
    1. 단기예보 —> SKY(하늘상태)
      1. 맑음(1), 구름많음(3), 흐림(4)
    2. 단기예보 → PTY(강수형태)
      1. 비(1), 비/눈(2), 눈(3), 소나기(4)
    3. App에서 표시할 날씨 상태
      1. 맑음(1)
      2. 구름많음(2)
      3. 흐림(3)
      4. 비(4)
        1. 소나기(4)
      5. 비/눈(5)
      6. 눈(6)
image
@jun108059 jun108059 added the batch label Nov 9, 2024
@jun108059 jun108059 added this to the Phase1-mvp milestone Nov 9, 2024
@jun108059 jun108059 self-assigned this Nov 9, 2024
jun108059 added a commit that referenced this issue Nov 9, 2024
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

1 participant