Skip to content
Open Lab ¿Cómo estas mundo?
  • Pages
    • 1-Hola Mundo
      • Vista gral del Open Lab
      • RoadMap
    • Materiales
      • Placa ESP32
      • Servomotores
    • Instalaciones y configuraciones
      • Windows
      • OSx
      • Instalación ESP32 en Arduino
      • Biblioteca Servomotor - Instalación
    • Programación
      • Ejemplo Blink
      • Acceder y usar datos de APIs
      • Cheatsheet Arduino
    • Fuentes de datos
      • OpenWeather
      • WAQI - World Air Quality Index Project
      • Coordenadas geográficas
    • Electrónica
      • Controlando un servomotor
    • Visualización de datos
    • Prototipado
      • Impresión 3D
      • Corte láser
    • Recursos

Coordenadas geográficas


Ejemplo: Madrid

{
"coord": {
"lon": -3.7103,
"lat": 40.4022
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01n"
}
],
"base": "stations",
"main": {
"temp": 14.36,
"feels_like": 13.94,
"temp_min": 10.92,
"temp_max": 16.58,
"pressure": 1001,
"humidity": 80
},
"visibility": 10000,
"wind": {
"speed": 1.54,
"deg": 10
},
"clouds": {
"all": 0
},
"dt": 1667162565,
"sys": {
"type": 2,
"id": 2045725,
"country": "ES",
"sunrise": 1667112118,
"sunset": 1667150092
},
"timezone": 3600,
"id": 6355233,
"name": "Madrid",
"cod": 200
}

Datos históricos

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.