Questions tagged [wunderground]

Weather Underground is a commercial weather service that provides real-time weather information via the Internet. Weather Underground provides weather reports for most major cities across the world on its Web site, as well as local weather reports for newspapers and Web sites.

Weather Underground is a commercial weather service that provides real-time weather information via the Internet. Weather Underground provides weather reports for most major cities across the world on its Web site, as well as local weather reports for newspapers and Web sites.

A public API is available to developers to make use of.


Useful links


Related tags

92 questions
0
votes
1 answer

For loop in R with getWeatherForDate

new in R, so please forgive for the lack of knowledge. I need to take the weather data for a specific time interval in R using wunderground. There is a command for that, but it is not hourly. I need to obtain the hourly data from 2015 to 2017. So, I…
M.Yen
  • 1
  • 1
0
votes
0 answers

Issue with Notice: Array to string - Wunderground api

Hi I am using php to get data from wunderground weather api, unfortunately I get error message "Notice: Array to string" when one of them is empty. On the sample code below I am trying to display alert if the api has one and empty when their is none…
James Tan
  • 15
  • 7
0
votes
1 answer

API request Weather Underground

Hello I am trying to get a API request with python 3 for weather underground to just do a simple print of the weather conditions, can someone give me a tip what I am doing wrong? I have a lot to learn here, so the learning curve is steep! Sorry if…
bbartling
  • 3,288
  • 9
  • 43
  • 88
0
votes
1 answer

Wunderground API - country/state/city mix issue

I'm using Google Maps Place API restricted to cities research, hence I get city, state and country plus conditions and forecast10day Wunderground API. It seems sometimes I've issues building the Wunderground API endpoint. When I have a city…
Davide R
  • 23
  • 7
0
votes
2 answers

XMLHTTP is pulling HTML from parent webpage

I am trying to pull historical weather data from wunderground- originally I tried to scrape the web data off the main webpage using the standard HTML elements etc. etc.. however then I discovered that if you add "?format=1" to the URL a browser will…
TheSilkCode
  • 366
  • 2
  • 11
0
votes
1 answer

Web Scraping with Wunderground data, BeautifulSoup

Okay, I'm at wit's end here. For my class, we are supposed to scrape data from the wunderground.com website. We keep running into issues (error messages), OR the code will run ok, but the .txt file will contain NO data. It's pretty annoying, because…
0
votes
0 answers

Humidity not recording on wunderground upload API

I'm using the wunderground API to upload data from a Sparkfun weathershield via a python script running on a raspberry Pi. Below is representative of my upload data - it appears to follow the upload API, but humidity is not being…
user3797714
  • 97
  • 1
  • 5
0
votes
2 answers

Get day names in Russian

The day names on my site are in English. How can I get the day names in Russian? In JavaScript I tried to replace Tuesday->Вторник in code but it is not working. Code:
user3331122
  • 969
  • 1
  • 7
  • 14
0
votes
1 answer

How to get webcam video file url from Weather Underground response in Android using JSOUP?

I would like to be able to play the webcam video response in a video view but the json response from Weather Underground for the "camurl" is like so: http://www.wunderground.com/webcams/cadot1/902/show.html The url for the video I need to play is…
Steve C.
  • 1,333
  • 3
  • 19
  • 50
0
votes
1 answer

Wunderground Autocomplete API error: No 'Access-Control-Allow-Origin' header is present on the requested resource

I have created a GET request using axios in react as follows: searchCity: function(){ return axios.get('https://autocomplete.wunderground.com/aq?query=lond' + '&format=JSON') } However I am presented with the…
Sachin Karia
  • 547
  • 2
  • 8
  • 22
0
votes
3 answers

Extract a specific section of a string depending on an input

I have a very large .json converted into a string, containing numerous cities/countries. I'd like to extract the information of the city depending on the user's choice of country (London is just an example). For example, if the Country the user…
Enigmatic
  • 3,902
  • 6
  • 26
  • 48
0
votes
1 answer

Access-control-allow-origin when using api

Been searching all over for a solution to this problem: Fetch API cannot load https://api.wunderground.com/api/******/conditions/q/toronto. The 'Access-Control-Allow-Origin' header has a value 'http://www.wunderground.com' that is not equal to the…
Banner
  • 583
  • 2
  • 6
  • 19
0
votes
0 answers

Android: How to pull data down from website and stream to listview

I'm attempting to build an app that pulls data down from Wunderground.com, and stream the data into an Android app using a ListView. My partner and I have successfully gotten the ListView to work, however streaming the data from Wunderground is…
0
votes
1 answer

How to use different APIs

I'm trying to create a program that can successfully tell you the weather via using a weather api. This is the api I will be using http://www.wunderground.com/weather/api/d/docs I'm struggling to understand how to use this Api. I'm finding it to be…
0
votes
1 answer

Python Historical Weather Data API: wunderground

I am trying to extract historical weather data using wunderground python API, however I am repeatedly getting an error. Can some one please help out: import requests def get_precip(gooddate): urlstart =…
user4943236
  • 5,914
  • 11
  • 27
  • 40