weather Questions

2

Solved

I have prepared a simplified test case and a screenshot. I think I'm missing a tiny bit, just few lines of code. I have 2 overlays (the weather and clouds) in my JavaScript Google Map and would l...

1

I want to extract (free) historic weather data for some countries (more specificaly the provinces / states in some countries) via latitude / longitude and I need the results as a .csv file or panda...
Xylene asked 7/11, 2018 at 9:30

5

Solved

Weather.gov Current Observation feeds have suddenly begun to fail for all requests from an HTTPClient, and likewise I've observed that many websites across the internet that use AJAX to make calls ...
Sicilia asked 17/9, 2015 at 22:40

4

Solved

I have a bottom navigation view on my weather app containing 3 panels(Today, hourly & Daily). My activity hosts 3 fragments for the 3 panels. Currently, if I search for any city on the today fr...
Easterner asked 5/6, 2021 at 22:2

3

Solved

I'm trying to implement an iphone app and i'm integration OpenWeatherMap to retrieve the current weather. However, I've noticed the data returned is incorrect (off by about 39 degree Fahrenheit). ...
Tarnation asked 7/8, 2014 at 19:11

3

I have lot of search on the BOM api of Australia. There is no easy way to get the weather details like wind, temp, humidity etc. They provide data in by ftp in .xml format. There is no json format ...
Incorporate asked 16/9, 2016 at 14:30

4

Solved

I am using a code that changes my wordpress website's background according to the Yahoo API URL I inserted. Is there anyway to make it automatically show the Visitors weather without any databases?...
Buran asked 25/8, 2012 at 22:55

7

Solved

Possible duplicate: Get weather update of current location? How can I get the weather in current location from Latitude and Longitude? I'm developing an app, it can update weather at current loc...
Midge asked 15/3, 2013 at 5:19

3

Solved

I have climate data with a daily temporal resolution and would like a count of days that have precipitation (e.g., greater than 1mm/day) by month and by year. I've tried eca_pd,1 and eca_rr1, but ...
Holmic asked 23/4, 2020 at 2:44

5

Solved

I had been using the following google weather api in my iPhone apps to get 4 day weather forecast. NSString *address = @"http://www.google.com/ig/api?weather=Chicago"; NSString *request = [NSStr...
Bike asked 27/8, 2012 at 16:25

0

I have UI requirement with ling graph, the graph will be have icons above xaxis just like google weather app UI. Following image is reference. Like above image wee need to display icons for the...
Septate asked 22/10, 2019 at 11:31

2

I have downloaded grib1 model data from GFS, I am using a Mac OS X and was able to build the wgrib2 file from NOAA but was unable to extract the data. I have not found a grib1 utility for MAC. The...
Scoggins asked 5/1, 2015 at 15:25

4

final String FORECAST_BASE_URL = "http://api.openweathermap.org/data/2.5/forecast/daily?"; final String QUERY_PARAM = "q"; Hello. I'm making a weather forecast app. But when I use "http://openwe...
Shreeves asked 11/1, 2015 at 3:51

4

Solved

BigQuery has NOAA's gsod data loaded as a public dataset - starting in 1929: https://www.reddit.com/r/bigquery/comments/2ts9wo/noaa_gsod_weather_data_loaded_into_bigquery/ How can I retrieve the h...
Tortoise asked 15/1, 2016 at 4:57

5

Solved

Is there a government or private API for accessing weather radar data in the United States?
Championship asked 29/6, 2010 at 16:56

5

Solved

// Get woeid by lati/long HttpGet hg = new HttpGet( "http://where.yahooapis.com/geocode?location=" + latlon + "&flags=J&gflags=R)"); HttpClient hc = new DefaultHttpClient(); HttpR...
Entrap asked 3/4, 2013 at 9:53

2

Solved

I would like to have a chart with the temperatures for the following days on my website, and the Global Forecasting System meets my needs the most. How do I plot the GRIB2 data in matplotlib and cr...
Estes asked 1/6, 2015 at 10:59

2

Solved

I'm using the Dark Sky Forecast API to retrieve some weather information. When I read the official doc, I found that the "option" section describes the usage of query parameters. For example, ...
Archil asked 5/9, 2015 at 13:48

2

How do I change the temperature to 'Celsius' on android weather native app? There is not much around for this particular issue so, I decided to post my own solution.
Insoluble asked 30/9, 2015 at 4:27

1

I'm building an app in which I'd like to have animations of weather like in the weather app, I mean when it shows the clouds moving and rain falling etc in the background, and also animations like ...
Worlock asked 30/10, 2013 at 12:18

3

Currently there's a big 'storm' over the predictions by the MetOffice in the UK. They predicted a mild, wet winter, while we have the coldest temperature on record in Northern Ireland and solid sno...
Coalesce asked 22/12, 2010 at 16:6

5

Solved

Microsoft has a weather API very similar to Google's (which now appears to be completely dead). I've converted one of my applications over to their feed, but I've been unable to find a list of all ...
Marylnmarylou asked 27/8, 2012 at 12:35

2

Solved

Does anyone know of a .NET library for processing GRIB data?
Navarro asked 4/10, 2011 at 14:58

5

I just started this tutorial on creating a weather app for ios. Everything was going fine until I typed pod install in the terminal to..well install the pods. The result was: Analyzing dependencie...
Confine asked 12/11, 2014 at 1:49

1

Solved

I'm working on a research project and am assigned to do a bit of data scraping and writing code in R that can help extract current temperature for a particular zip code from a site such as wu...
Homotaxis asked 4/6, 2015 at 17:34

© 2022 - 2024 — McMap. All rights reserved.