Questions tagged [weather]

For questions about scientific computing involving weather analysis and/or simulations. Any weather questions on this site should be programming-related.

This tag is for questions about scientific computing involving weather analysis and/or simulations. Appropriate questions for this tag could be:

  • How can I get the current temperature from a US zipcode?

  • What is an appropriate mesh size when interpolating measured air temperature data across a meso-scale weather station network?

  • How can I aggregate hourly wind velocity from a GRIB file to correlate with evaporative cooling?

Using this tag may indicate that you are asking an off-topic question ("What weather service APIs can I use in my application?"), or that you should be using a more specific tag for an API ("How do I get my local forecast from [superweather-api] in JSON format?").

704 questions
-3
votes
1 answer

Weather api for laravel 5.4. Does anyone knows any weather api for laravel 5.4? Give me a suggestion, please

Does anyone knows any weather api for laravel 5.4? Give me a suggestion, please.
Thucnv
  • 21
  • 1
  • 1
-3
votes
2 answers

How to display weather with this code

Well I will not take credit for these codes as I found it but I would appreciate if someone can help me display the weather with this following coding I will really appreciate it. $BASE_URL = "http://query.yahooapis.com/v1/public/yql"; …
noob
  • 9
  • 2
-3
votes
1 answer

Write JSON Data to Variable

I am working on a project where I need to write weather data to a variable. (URL = http://api.openweathermap.org/data/2.5/weather?zip=96950,us&appid=2de143494c0b295cca9337e1e96b00e0) How can I get the temperature in the area?
Zooza S
  • 137
  • 3
  • 13
-3
votes
1 answer

How can fix NetworkOnMainThread Exception in android?

I am trying to fetching weather information using yahoo apibut it shows me Network on main Threat Exception how may i fix it.when i try this code how may i fix this problem .i am begginer so i can't understand this error so please help me to solve…
-3
votes
1 answer

How do weather apps work?

So I was thinking of making a weather app with a hidden twist but I'm not quite sure where to start. How does it work can you buy the data from a weather company if anyone knows any good tutorials it would also be helpful. Thanks in advance.
-3
votes
2 answers

PHP code for weather info of the visitor

currency = 'EUR'; $geoplugin->locate(); echo "


"; echo…
Arun
  • 15
  • 1
  • 6
-4
votes
2 answers

Demand forecast using weather data

I am trying to write a demand forecast that considers weather data (temperature, pressure, humidity) one by one (or all together). I want to use machine learning algorithms to do so. I used Linear Regression to do the demand forecast previously not…
Dr.A2014
  • 9
  • 2
-4
votes
1 answer

How to create Weather Forecast app?

I'm trying to figure out how to create a Weather Forecast application using Windows Phone 8.1 and OpenWeatherMap API. But I couldn't find any document on how to start on this. Any help? It doesn't have to be OpenWeatherMap too. Just want to know how…
Nimila Hiranya
  • 3,382
  • 9
  • 28
  • 46
-4
votes
1 answer

Python Computer Programing. Code should read in data from a text file

right now I am trying to write a code that takes the data from a URL file to compute average temperatures. The file reads in properly (I did a print statement for "d" and everything is there), but after that everything seems to stop working. The…
-4
votes
1 answer

NOAA API or Weather.gov?

When using a cool PHP Library I find to get NOAA weather (https://github.com/amwhalen/noaa), I found that the results it returned differed from what I found on weather.gov. I found the weather.gov XML by simply clicking the button on the the page…
DaAwesomeP
  • 575
  • 5
  • 17
-4
votes
3 answers

Unknow reason for invalid syntax

I do not understand why I receive an "invalid syntax" error. I did an hour of research with no success. I am running PYTHON 3. Where is the syntax error in this code? from urllib.request import urlopen import json request =…
apples723
  • 85
  • 2
  • 2
  • 8
-4
votes
1 answer

GWT show weather

I want to show the weather in my GWT application. I have seen several examples of this done on the server side which seem a little odd to me because obviously moving the load to the client is preferred. I researched the matter quite some time…
kroiz
  • 1,782
  • 1
  • 23
  • 40
-5
votes
1 answer

What type of weather chart is this?

I like the look of this chart for weather data but I do not know the name of the chart type. I may try to render my own version but I would like to know if any chart libraries (Javscript Based) support it but I need to know its name. Maybe someone…
-6
votes
1 answer

Weather robot on Facebook using Bluemix results in 404 error

I created a weather robot on Facebook, but it showed the following error message: 404 Not Found: Requested route ('circle-weather-bot.mybluemix.net') does not exist.
1 2 3
46
47