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

Wrong unit measure displayed in 03_mapping_iss_exercise_scale_altitude

Open
#70 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
759
Forks
592
PR merge metrics
No merged PRs in 30d

Description

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"
}`

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the 03_mapping_iss_exercise_scale_altitude exercise and trace where the ISS position response is mapped to the displayed altitude and velocity. Compare those displayed units with the response's units field; done means the exercise presents the correct unit measure for both values.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.