Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 wunderground API 通过在树莓派上运行的 python 脚本从 Sparkfun 风雨罩上传数据。下面是我的上传数据的代表 - 它似乎遵循上传 API,但没有记录湿度。
https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=KUTWESTJ##&PASSWORD=XXXXXXXX&winddir=158&windspeedmph=0.2&humdity=35&tempf=34.0&rainin=0.03&dailyrainin=0.03&baromin=33.93&dateutc=2016-12-05% 2B23-44-23%0D%0A&softwaretype=RaspberryPi&action=updateraw&realtime=1&rtfreq=10
其他人看到湿度值有问题吗?
I am currently trying to create a pathfinding method for my grid based game based on the A* method algorithm. However I am having a basic problem with manipulating variables within my PathNode class instances