TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: All Clear Weather – creating new live weather datasets with ML

57 点作者 jacobsheehy超过 6 年前

5 条评论

19690401超过 6 年前
Congratulations, this is wonderful! I'll be eagerly waiting for a European/world version.
评论 #18236454 未加载
matt_the_bass超过 6 年前
Discussion from original Show HN 4 days ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18205169" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18205169</a>
评论 #18238402 未加载
reckless超过 6 年前
Are you also planning on open sourcing thr algorithms you&#x27;re using to process the data? I&#x27;d be interested in helping out on the ML side for any sensor fusion or image classification.
评论 #18247539 未加载
simon1573超过 6 年前
Looking forward to a global release! Best of lucks :-)
jacobsheehy超过 6 年前
Here is some context. This is a hobby project.<p>I make All Clear Weather (Android, US-only for now, see below for why) because I demand better of weather apps. Many of the top weather apps on Android do nothing but display sometimes-outdated weather data in poorly formatted tables. Frankly the top 20 look exactly the same! I&#x27;m making a new weather app because it&#x27;s 2018 and the category is stagnant. Here is what I am passionately dedicated to bringing to a weather app to make it interesting and useful at the same time:<p>1) Your phone probably has a barometer in it! Most Android phones do because Google likes to use it as an altimeter to give you better indoor directions. So with iPhones also having barometers (for the iPhone health app), there are now billions of phones around the world are carrying barometers that next to no weather apps are using.<p>With All Clear you can see the sensor data from the weather sensors in your phone and know that it is being analyzed and processed into &#x27;virtual weather stations&#x27; so it can be eventually included in the main weather models. You&#x27;ll know this because you&#x27;ll be able to see it happen in the app as I make progress. Here is a quick graph I made: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;gallery&#x2F;IPj6w7N" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;gallery&#x2F;IPj6w7N</a> of Hurricane Florence&#x27;s pressure recorded by phones in North Carolina a few weeks ago. It may take some imagination to see how the data could be useful (it needs cleaning, privacy protection, quality control, etc) but you can see the data in there and I know it can be extracted into useful numerical weather model inputs.<p>2) All the phones in the world have cameras. These cameras are taking photos of the sky and the weather all day long but nobody is using this data in weather forecasting. That&#x27;s obviously because it is difficult to extract meaningful numeric weather data from a photo, but I believe it can be done. All Clear has a feature to let users send in photos of the sky with tags, and I am going to use this data as a training data set to a machine learning classifier. If it works, it should be able to automatically tag weather information in any outdoor photo - assuming the training dataset is good and my ML is good.<p>3) Current conditions in a lot of weather apps are out of date, since the source data is out-of-date. A lot of the US MADIS stations update only hourly, and they can miss updating in intervals when significant weather happens. Sometimes they update and sometimes they don&#x27;t. But it&#x27;s so frustrating to look outside and see it is raining while your weather app just happily denies the existence of that rain and tells you it&#x27;s just partly cloudy. So I let you fix it, for yourself and for others nearby. If enough people all submit the same weather condition, contrary to the station reports, the app will start showing that condition as the Truth for current conditions in that area. (safeguards built in to protect against cheating).<p>4) I am dedicated to open source. While the whole app isn&#x27;t open source yet (it will be!) the main sensor code that does the barometric pressure data collection along with other sensors, is open source on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;JacobSheehy&#x2F;AllClearSensorLibrary" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JacobSheehy&#x2F;AllClearSensorLibrary</a>. I would encourage other weather app developers to enable features in their apps to aide in the crowdsourcing of potentially very useful weather data that is otherwise idle in phones.<p>5) It&#x27;s in the details. The US NOAA Forecast API that the app uses only returns its text forecasts with F and mi built-in as units. I wrote an algorithm (regexes mostly) to convert the text forecast units on-the-fly so you can be reading it and see it as C and km if you like, it&#x27;s seamless. Well there is one error I know about, sometimes it will say &quot;quarter of an inch of rain&quot; which is a bit of a pain to parse, but I&#x27;m working on that too!<p>-----<p>Alright, there&#x27;s what All Clear can do that other weather apps can&#x27;t.<p>And a note about it being US-only. I tried to make this international from the get-go, and wasted months using IBM&#x27;s API from WU that barely worked at all. Then they yanked the payment form off the web the week I was going to publish the app and buy their $400&#x2F;month package. No longer an option. Now you have to wait for a phone call, might be weeks, and the prices are like $3,000 for the equivalent data (or something, hard to say). If you want to read some of the drama about this, check out this WeatherUnderground thread: <a href="https:&#x2F;&#x2F;apicommunity.wunderground.com&#x2F;weatherapi&#x2F;topics&#x2F;weather-underground-api-changes" rel="nofollow">https:&#x2F;&#x2F;apicommunity.wunderground.com&#x2F;weatherapi&#x2F;topics&#x2F;weat...</a> where people are describing the confusion as WU cuts off their keys and makes the service dramatically more expensive.<p>So the app is using the US NOAA data for free and I am investigating alternatives for international weather data.<p>Here is All Clear Weather on Google Play (US): <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.allclearweather.android" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.allclearwe...</a>
评论 #18236634 未加载
评论 #18236165 未加载