Discuss Scratch
- Block_Point_Studios
-
100+ posts
Weather Sensing Block
Hi! I'm currently developing a game with a title screen that changes depending on the time of day. I realized that the clouds could be raining if it was raining outside! These block ideas could either be in an extension or the sensing category.
This would also be useful for weather detecting projects. For example, Scratchers could create a weather app!
([today's v] [weather v] in [Boston, Massachusetts, US v]:: sensing)
([tomorrow's v] [common temperature v] in [Boston, Massachusetts, US v]:: sensing)
This would also be useful for weather detecting projects. For example, Scratchers could create a weather app!
Last edited by Block_Point_Studios (Aug. 13, 2020 00:48:17)
- Yeetoburro1
-
1000+ posts
Weather Sensing Block
There is something called a weather api. Where will the weather readings come from?
GOSH 60 SECOND RULE I'VE HAD ENOUGH OF YOU
- LilGloGlo_76
-
100 posts
Weather Sensing Block
There is something called a weather api. Where will the weather readings come from?
GOSH 60 SECOND RULE I'VE HAD ENOUGH OF YOU
Yes, but the apps are different depending on your location, device, etc..
- -Rex-
-
500+ posts
Weather Sensing Block
Support as an extension, why not. I do think the location input would work better as coordinates.
We already have Amazon-powered text-to-speech and Google-powered translation.
We already have Amazon-powered text-to-speech and Google-powered translation.
- -InsanityPlays-
-
1000+ posts
Weather Sensing Block
Google Weather;. what will be their source?
- nerdiebirdy
-
500+ posts
Weather Sensing Block
Interesting idea, but how many things would be on the dropdown list? There are a crazy number of towns in the world, all with varying sizes. For large cities, you would need to list the surrounding suburbs as well to get an accurate idea of the weather.
In your example of how it could be used, you would need to make code for every single town in the world, which would make the code ridiculously long and would probably end up crashing the project.
I don't really think these blocks are worth it. They would have very little uses, and it would be simply impractical to use them to match the weather in the project with the real weather outside, which is probably the only interesting thing they would be able to do.
In your example of how it could be used, you would need to make code for every single town in the world, which would make the code ridiculously long and would probably end up crashing the project.
I don't really think these blocks are worth it. They would have very little uses, and it would be simply impractical to use them to match the weather in the project with the real weather outside, which is probably the only interesting thing they would be able to do.
- bananaandchoc1
-
1000+ posts
Weather Sensing Block
No support for this reason. This is exactly what I thought. Interesting idea, but how many things would be on the dropdown list? There are a crazy number of towns in the world, all with varying sizes. For large cities, you would need to list the surrounding suburbs as well to get an accurate idea of the weather.
In your example of how it could be used, you would need to make code for every single town in the world, which would make the code ridiculously long and would probably end up crashing the project.
I don't really think these blocks are worth it. They would have very little uses, and it would be simply impractical to use them to match the weather in the project with the real weather outside, which is probably the only interesting thing they would be able to do.
- Gipthepig424
-
500+ posts
Weather Sensing Block
Hi there! Nice suggestion, but I really don’t think this will be the best idea. I think this would put more traffic on the website and there are loads of town in the world, so the drop down with all of the towns would be tricky. This block would not be very useful, unless somebody wanted to make a project saying ‘your weather is blah blah blah today’. If you really want to know the weather, just search it up on google or something. No support.
- pavcato
-
1000+ posts
Weather Sensing Block
I would support this as a exstension because i think this would be helpful like the clock projects. As a weather enthusiast, I think there should be a reporter block for watches and warnings like Flash Flood Watch or Tornado Warning because that would give you a sense of what's happening and know when you need to head to a shelter, which is good. A great source for US weather is the National Weather Service because it is government owned.
- _RareScratch2_
-
100+ posts
Weather Sensing Block
Useful but would require getting resources from weather examples like weather.com if they didnt have it so even more useful Hi! I'm currently developing a game with a title screen that changes depending on the time of day. I realized that the clouds could be raining if it was raining outside! These block ideas could either be in an extension or the sensing category.([today's v] [weather v] in [Boston, Massachusetts, US v]:: sensing)
([tomorrow's v] [common temperature v] in [Boston, Massachusetts, US v]:: sensing)
This would also be useful for weather detecting projects. For example, Scratchers could create a weather app!
([past week's v] [humidity v] in [Pick a location v]:: sensing)↑ You mean like this? ↑
Last edited by _RareScratch2_ (Aug. 13, 2020 13:36:30)
- geometric_ghast
-
1000+ posts
Weather Sensing Block
Pretty sure there is an api that you can use. I've made commands on twitch that can tell the weather using that api Where will the weather readings come from?
- thr565ono
-
100+ posts
Weather Sensing Block
Support
Also, why not just simplify the block:
I think having a weather history is not very useful and having one like this makes it easier for new scratchers, and the location will be the project viewer's location, but it would only give approximate readings, otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
Also, why not just simplify the block:
(current weather [humidity v] ::#00aa00)
I think having a weather history is not very useful and having one like this makes it easier for new scratchers, and the location will be the project viewer's location, but it would only give approximate readings, otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
- pavcato
-
1000+ posts
Weather Sensing Block
Data from the National Weather Service would be more accurate. ~snip~ otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
- ioton
-
500+ posts
Weather Sensing Block
National.Data from the National Weather Service would be more accurate. ~snip~ otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
How about other countries?
- DownsGameClub
-
1000+ posts
Weather Sensing Block
The only problem with this is that NWS operates only in the US. It might be easier to go with a third party source like The Weather Channel since they have readings from all over the world.Data from the National Weather Service would be more accurate. ~snip~ otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
I'd also like to bring up the issue of units. Are we going to use the SI units (i.e. Celsius) that are used around the world, or will we use Fahrenheit? I think it might be easier to just stick with SI units and have people figure out how to convert that to the terrible American units.
- pavcato
-
1000+ posts
Weather Sensing Block
The World Meteorological Organization is global. We could use NWS for the US and WMO for the rest of the world.National.Data from the National Weather Service would be more accurate. ~snip~ otherwise you could get weather data via the cloud data, and see what matches up with Google Weather.
How about other countries?
- Basic88
-
1000+ posts
Weather Sensing Block
Support! Would look cool and would expand the limits. But as @-Rex- said, I think it would work better as coordinates. Or instead of one big dropdown, maybe a search bar for the town.