Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weather.com support #15

Open
johnuopini opened this issue Sep 3, 2014 · 19 comments
Open

Add weather.com support #15

johnuopini opened this issue Sep 3, 2014 · 19 comments
Assignees

Comments

@johnuopini
Copy link
Contributor

You can search for a city using (format is City, Region Code, Country Code):
http://wxdata.weather.com/wxdata/search/search?where=New%20York,NY,USA

And then get the weather from (unit is the unit c/f and dayf is the days):
http://wxdata.weather.com/wxdata/weather/local/USNY0996?unit=f&dayf=10&cc=*

Data is XML and quite easy to read. This is the same weather used by Google so it would be great to have it.

@survivingwithandroid
Copy link
Owner

Where can i fidn some docs?...It seems to me that Weather.com and Weatherunderground have common api (http://www.weather.com/services/).

@johnuopini
Copy link
Contributor Author

Didnt find any but the XML is very readable and also you can find an implementation here:
https://code.google.com/p/python-weather-api/source/browse/trunk/pywapi.py

You can add language by adding "&locale=it" for italian for example, everything else should be easy.
BTW pywapi also supports NOAA which would be a great thing to have

@frmz
Copy link

frmz commented Sep 24, 2014

Are you already working on this? If not i can try

@ghost
Copy link

ghost commented Sep 24, 2014

Hello ,

i've ended the the autocompletetextwatche for the place ,now i'm taking the check over all the app , then i want to deploy for free
on Google Play from wich i'm already registered .

For the implementation of the forecast i'll do in second time , meanwhile i'd like to create about something else ..
Any suggestions ?

Best Regards

Luciano Balzano

Il Mercoledì 24 Settembre 2014 13:23, frmz notifications@github.com ha scritto:

Are you already working on this? If not i can try

Reply to this email directly or view it on GitHub.

@survivingwithandroid
Copy link
Owner

@frmz you can try i'd be happy to integrate another weather provider.
If you need any help let me know.

@frmz
Copy link

frmz commented Sep 24, 2014

@survivingwithandroid only issue i see is that i am not able to find a list of weather.com icon codes

@survivingwithandroid
Copy link
Owner

@frmz you can avoid by now implement it. You can simply create a empty class

@frmz
Copy link

frmz commented Sep 24, 2014

@survivingwithandroid yeah i know, problem is that i need it in my app :)

@frmz
Copy link

frmz commented Sep 24, 2014

@survivingwithandroid found something!

@frmz
Copy link

frmz commented Sep 24, 2014

P.S. The DAY / NIGHT / HOT / COLD weather codes do not really make any sense, those should be removed

@RoundSparrow
Copy link

What's the status on this please?

@ghost
Copy link

ghost commented Oct 16, 2014

Hi ,

on my app i've done the search autocompletextview by search tools powered by Google search .

Il Giovedì 16 Ottobre 2014 15:15, Stephen Gutknecht notifications@github.com ha scritto:

What's the status on this please?

Reply to this email directly or view it on GitHub.

@survivingwithandroid
Copy link
Owner

@RoundSparrow are u interested on supporting Weather.com in the Weatherlib?

@RoundSparrow
Copy link

Yes, I think a great purpose for this library is to allow other apps to switch providers easily. So more providers the better. I think the demo app should also have a settings to pick provider... I notice it doesn't show this off.

@survivingwithandroid
Copy link
Owner

@RoundSparrow I think you are right about the capability to change provider at runtime. Regarding of Weather.com support i'm investigating if there is a "standard" support, because it iseems to me that they use Weatherunderground. Look at this link http://www.weather.com/services/ and you will confirm what i'm saying.

@survivingwithandroid
Copy link
Owner

@RoundSparrow instead of Weather.com do you have in mind other provider we might support?

@RoundSparrow
Copy link

I'm no expert on Internet weather - but I can see that one additional provider (and the demo having runtime change) would help a lot of widget apps out there that are all only basically using Yahoo.

In my search for a library, I did locate this January 2012 list of API providers, it seems like a really good starting point: http://www.programmableweb.com/news/26-weather-apis-12-support-json/2012/01/11

@frmz
Copy link

frmz commented Oct 22, 2014

Weather.com is the one google uses for their news & weather app, ive been able to map the codes and i just need to create the provider, however since i dont see much activity on this library i am not sure if it makes sense to proceed.

@kaangiray26
Copy link

unit=m for Celcius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants