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

San José, Costa Rica with wttr.in #949

Open
Scream85 opened this issue Jan 4, 2024 · 1 comment
Open

San José, Costa Rica with wttr.in #949

Scream85 opened this issue Jan 4, 2024 · 1 comment

Comments

@Scream85
Copy link

Scream85 commented Jan 4, 2024

I'm wondering if anyone can help how to request weather info for San José in Costa Rica with wttr.in. I tried everything, I found so far with Google search and it defaults back to Los Angeles.

curl -s 'wttr.in/SanJose,CR?F&format=v2'
curl -s 'wttr.in/SanJose,CostaRica?F&format=v2'
curl -s 'wttr.in/SanJosé?F&format=v2'
curl -s 'wttr.in/3621849?F&format=v2'
curl -s 'wttr.in/3621849?F&format=v2'

@drbayer
Copy link

drbayer commented Jan 12, 2024

I wasn't able to get San Jose exactly, but at least got close. The 2 IATA airport codes don't work because there are cities elsewhere in the world named Oco and Sjo, which seems like an opportunity introduce helpers that might help identify the intended input type. For whatever reason longitude/latitude also didn't work for me (never tried that before, might not have done it right). I was at least able to get the country:

 $ curl -s 'wttr.in/Costa+Rica?F&format=v2'
┌┤  Weather report for: Costa+Rica  ├────────────────────────────────────┐
│                                                                        │
│                                                                        │
│       Thu 11 Jan              Fri 12 Jan              Sat 13 Jan       │
│                       ╷                       ╷                        │
│                                                                        │
│                                                                        │
│+91         ⡐⠉⠑⡄                    ⢀⠤⢄                                 │
│           ⡰⠁  ⢱                   ⢠⠂  ⢣                                │
│          ⢠⠃    ⡇                 ⢠⠃    ⢇                               │
│          ⡎     ⢸                 ⡎     ⠘⡄                              │
│         ⡸       ⡇               ⢰⠁      ⢱                ⢀⠔⠒⠒⠤⢄⡀       │
│        ⢠⠃       ⢸               ⡎        ⢇               ⠎     ⠈⢆      │
│       ⢀⠇         ⢇             ⢰⠁        ⠈⢆             ⡸        ⢣     │
│      ⢀⠎          ⠘⢄            ⡎           ⠒⢄⣀         ⢠⠃         ⠣⡀   │
│⣀⡀   ⡠⠃             ⠑⠒⠒⠤⠤⣀⣀⡀   ⢰⠁              ⠉⠉⠒⠒⠢⢄⡀  ⡎           ⠑⢄⣀⡀│
│+68⠉⠉                      ⠈⠢⣀⠡⠃                     ⠈⠒⠋                │
│                                                                        │
│─────┴─────┼─────┴─────╂─────┴─────┼─────┴─────╂─────┴─────┼─────┴─────╂│
│     6    12    18           6    12    18           6    12    18      │
│                                                                        │
│                                                           0.99mm|99%   │
│                                                                ██      │
│                                                               ███▅     │
│                                                              ▇████     │
│                                                             ▇█████▇    │
│                                                         _▁▄████████    │
│                                                                        │
│                                                                        │
│ 🌫 🌫 ☁️  🌦  ☁️  ☀️  🌦  ⛅️ 🌫 🌫 🌫 ⛅️ ⛅️ 🌦  🌦  🌫 🌫 ⛅️ 🌫 🌦  🌦  🌦  🌫 🌫│
│ ↖  ↖  ↖  ↙  ←  ←  ↗  ↖  ↑  ↑  ↖  ←  ←  ↙  ←  ↖  ↖  ↑  ↗  ↙  ↙  ←  ↖  ↖ │
│ 2  1  1  3  5  7  9  2  1  1  1  2  4  6  3  2  1  0  1  1  6  4  3  2 │
│                                                                        │
│🌑                     🌑                      🌒                     🌒│
│      ─━━━━━━━━━━━─           ─━━━━━━━━━━━─           ─━━━━━━━━━━━─     │
│                                                                        │
│                                                                        │
└────────────────────────────────────────────────────────────────────────┘
Weather: 🌦   Light rain, mist, +75°F, 83%, ↗9mph, 1017hPa
Timezone: America/Costa_Rica
  Now:    18:12:26-0600 | Dawn:    05:34:55  | Sunrise: 05:57:56
  Zenith: 11:44:28      | Sunset:  17:31:38  | Dusk:    17:54:38
Location: Costa Rica [10.3985,-84.1378]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants