66 questions
0
votes
1
answer
131
views
Turning This Weather Data Example Into A Loop?
Good Day,
I am a student in a intro to python class who is having a massive brain freeze on a project I'm working on. I've found a tutorial on weather data web scrapping online and have completed it. ...
0
votes
1
answer
189
views
BigQuery Weather Public Data Sets - Missing Last Few Days Data
I have run some queries against BigQuery public data sets for weather. I have used both GSOD (bigquery-public-data.noaa_gsod.gsod2019)and GHCN (bigquery-public-data.ghcn_d). In both cases, the most ...
0
votes
1
answer
1k
views
Weather data google-maps-api v3
I have a google maps api where after displaying the map I am going to insert a few markers.
On click of these markers, I am bringing data regarding that marker.
Now the problem is I want the wind ...
-1
votes
1
answer
1k
views
Weather information google-maps-api v3
I have a google maps api , and I have included the weather api as well in that.
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=false&libraries=...
0
votes
1
answer
1k
views
I want to search and find the location and weather details in weather map
I have added one text box and search button into this application.I want enter a location and click search button then it shows the appropriate location with weather details. I tried in many ways but ...
0
votes
1
answer
2k
views
Google maps api weather layer and geolocating
I'm currently trying to use google maps to first display a map of United States with the weather and cloud google map layers and then zoom into the user's location using geolocation google maps api. ...
0
votes
1
answer
2k
views
How to get weather information from google based on date
Today I started a simple Application,Using this App user can find the weather information based on date.So I want to use an third party library I searched in google.Finally I found Google provides the ...
2
votes
1
answer
1k
views
Toggling Weather Layers in Google Maps v3
I've looked through the answers for other questions similar to mine, but I'm still unable to get my code to work. Right now, I'm simply trying to add a toggle on/off button for the weather layer on ...
-2
votes
1
answer
4k
views
google temperature information
Google has a weather box whenever you search for weather or temperature which gives info about your town and the temperature, wind and other there. Is there a way to get that data into a json variable ...
1
vote
1
answer
1k
views
weather service provider with waves height data? [closed]
I'm not sure this is the right place for this question, please correct me if I'm wrong.
I'm looking for an API to get Waves height data for a surfing application I'm writing. I have no idea where can ...
0
votes
2
answers
4k
views
Javascript weather API text only
I would like to use a text based weather API(Google API if exists) to show the current temperature of a given point(latitude,longitude).
I don't want to show the map, only the value... In fact, What ...
3
votes
3
answers
5k
views
Python HTTP Error 403 Forbidden
I am a bit of a Python Newbie, and I've just been trying to get some code working.
Below is the code, and also the nasty error I keep getting.
import pywapi import string
google_result = pywapi....
0
votes
1
answer
797
views
Where to add the Weather Layer on this custom map?
I need some help in figuring out where to put any of the weather layer code to a custom Google Map (API v3), any input would be greatly appreciated :)
We have created a custom Google Map, and on it ...
0
votes
1
answer
891
views
Google Maps API check if a location has weather information
In Google Maps API v3 is it possible checking if weather data is available for a specified location?
I mean the weather icon, clicking on which the tooltip popups showing forecasts for the next days.
...
9
votes
5
answers
67k
views
Google API to Get Weather Information [closed]
I need to fetch the weather information based on the user's current location. Please provide me the Google API to get the weather info.
I am using http://www.google.com/ig/api?weather=Mumbai, but ...