CodingTrain / CodingTrain/Intro-to-Data-APIs-JS

Wrong unit measure displayed in 03_mapping_iss_exercise_scale_altitude

未关闭
#70 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
HTML
星标
759
派生
592
PR 合并指标
30 天内没有已合并 PR

描述

The altitude and velocity are in kilometers when returned with the Latitude and Longitude for the ISS position.

`{
"name": "iss",
"id": 25544,
"latitude": -48.454232517203,
"longitude": 139.35666682131,
"altitude": 438.82147463579,
"velocity": 27526.889664381,
"visibility": "daylight",
"footprint": 4602.0052932888,
"timestamp": 1678852751,
"daynum": 2460018.6660995,
"solar_lat": -2.259260610592,
"solar_lon": 122.47565276751,
"units": "kilometers"
}`

贡献指南

这个仓库没有索引到贡献指南

调研方向

打开 03_mapping_iss_exercise_scale_altitude exercise,追踪 ISS 位置响应在哪里被映射为显示的高度和速度。将这些显示的单位与响应的 units 字段进行比较;当 exercise 为两个值都呈现正确的度量单位时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
api, frontend
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。