CodingTrain / CodingTrain/Intro-to-Data-APIs-JS
Wrong unit measure displayed in 03_mapping_iss_exercise_scale_altitude
- Vorherrschende Sprache
- HTML
- Sterne
- 759
- Forks
- 592
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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"
}`
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- api, frontend
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100