如何从我的个人气象站上传数据?

How to upload data from my personal weather station?

我如何贡献和上传 PWS 数据到 wunderground.com?那里有 API 文档吗?

我发现 API 显示如何从 PWS 检索数据:

https://weather.com/swagger-docs/call-for-code

curl -X GET "https://api.weather.com/v2/pws/observations/current?stationId=KMAHANOV10&format=json&units=m&apiKey=adsf" -H  "accept: application/json" -H  "Accept-Encoding: gzip"

通过询问 Google 博士,我还发现:

https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?QUERY_PARAMS

那是提供数据的地方吗?但是 API 文档在哪里可用?

参见 https://feedback.weather.com/customer/en/portal/articles/2924682-pws-upload-protocol?b_id=17298 - 重要的是参数 b_id,感谢 Google 在索引中包含它。