-
Hi, I'm trying to retrieve information from the location below, but getting an error. Location Search returned Trying to get the observations using https://api.weather.bom.gov.au/v1/locations/r1qcnk7/observations Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
When pulling data from the api, BOM only expects a 6 character geohash, whilst some search calls provide a 7 character geohash. Use the first 6 characters and cut of the last one: https://api.weather.bom.gov.au/v1/locations/r1qcnk/observations |
Beta Was this translation helpful? Give feedback.
-
Great thanks very much!
…On Thu, Nov 4, 2021 at 6:25 PM trickypr ***@***.***> wrote:
When pulling data from the api, BOM only expects a 6 character geohash,
whilst some search calls provide a 7 character geohash. Use the first 6
characters and cut of the last one:
https://api.weather.bom.gov.au/v1/locations/r1qcnk/observations
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZN53IL6455JUZAYALJSHDUKIYPFANCNFSM5HKXWPGA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
When pulling data from the api, BOM only expects a 6 character geohash, whilst some search calls provide a 7 character geohash. Use the first 6 characters and cut of the last one: https://api.weather.bom.gov.au/v1/locations/r1qcnk/observations