QuickTopic (SM) free message boards QuickTopic (SM) free message boards
Skip to Messages
  Sign In to access your topic list  |New Topic |My Topics|Profile
Upgrade to Pro   Customize, show pictures, add an intro, and more:   QuickTopic Pro...and check out QuickThreadSM
Topic: RSS Weather QuickTopic
Views: 16313, Unique: 5861 
Subscribers: 8
What's
this?
Printer-Friendly Page
Subscribe to get & post, or stop messages by email Subscribe
All messages    << 31-46  22-30 of 61  6-21 >>
About these ads
Who | When
Messagessort recent-top   
Post a new message
 
Tony Collen  22
02-12-2004 05:08 PM ET (US)
Hey guys,

Not sure if there's still interest, but I've picked up openWeather a little bit more lately. I've got a program parsing the data at http://weather.noaa.gov/pub/data/forecasts/city/ into XML, and I will have forecasts put up on the openweather site within the next couple days I would imagine.

Here's the sample "raw" xml format I am using. As you can see, it's pretty well marked up. Any input on the intermediate format (which will also be provided) is welcome. I apologize if this does not come through correctly:

<?xml version="1.0" ?>
<fc>
  <header>
    <city>Anchorage</city>
    <state>AK</state>
    <issued>
      <time>Wednesday morning</time>
      <date>Feb 4</date>
      <year>2004</year>
    </issued>
  </header>
  <outlooks>
    <outlook>
        <period>Wednesday</period>
        <forecast>Cloudy, high 22, 0% chance of precipitation.</forecast>
    </outlook>
    <outlook>
        <period>Wednesday night</period>
        <forecast>Low 29, 0% chance of precipitation.</forecast>
    </outlook>
    <outlook>
        <period>Thursday</period>
        <forecast>Cloudy, high 23, 0% chance of precipitation.</forecast>
    </outlook>
    <outlook>
       <period>Thursday night</period>
       <forecast>Low 32.</forecast>
    </outlook>
    <outlook>
      <period>Friday</period>
      <forecast>High 18.</forecast></outlook>
  </outlooks>
</fc>
Boris Mann  23
02-12-2004 05:31 PM ET (US)
Tony:

On Feb 12, 2004, at 2:08 PM, QT - Tony Collen wrote:

> Not sure if there's still interest, but I've picked up
> openWeather a little bit more lately. I've got a program
> parsing the data at
> http://weather.noaa.gov/pub/data/forecasts/city/ into XML, and I
> will have forecasts put up on the openweather site within the
> next couple days I would imagine.

Nice work.

> Here's the sample "raw" xml format I am using. As you can see,
> it's pretty well marked up. Any input on the intermediate format
> (which will also be provided) is welcome. I apologize if this
> does not come through correctly:

I actually think it should be MORE marked up. Also, the DTD would be more useful than sample output...

Comments on potential additional markup in-line:

> <?xml version="1.0" ?>
> <fc>
> <header>
> <city>Anchorage</city>
> <state>AK</state>
> <issued>
> <time>Wednesday morning</time>
> <date>Feb 4</date>
> <year>2004</year>

Is there an existing date format that can be used? Like, dc:date ? Transformations should be done earlier rather than later, IMHO.

Don't know why it has to be wrapped in "header"...why not:

<location>
U
</location>
<issued>
U
</issued>

> <forecast>Cloudy, high 22, 0% chance of
> precipitation.</forecast>

<forecast>
   <description>cloudy</description> <-- normalize case
   <high>22</high> <-- what about units? e.g. <high units="celsius"> <low>18</low>
   <precipitation>0</precipitation>
</forecast>STRIPMIME_JOINLINES
Boris Mann  24
02-13-2004 01:35 AM ET (US)
Well, they're getting data from somewhere, and then someone built a Drupal (http://www.drupal.org) module for it:
 http://drupal.org/project/weather

Here's a demo site that uses it:
 http://www.badgergoose.com/drupal/weather

Just more sources to get to know about.


--
Boris Mann
http://www.bmannconsulting.com
Kyle Fiducia  25
04-03-2004 02:41 PM ET (US)
Bob Bunge  26
06-15-2004 10:05 PM ET (US)
Just a quick update. NWS is now experimenting with additional XML feeds:

http://weather.gov/xml/

This is seven day digital forecast data for 5x5km grids.

http://weather.gov/data/current_obs/

This are current observations in xml and rss formats.
Matt Fury  27
06-18-2004 09:38 AM ET (US)
Will NWS be charging a fee once this beta is up or will it be open to anyone who wants to use it?
Bob Bunge  28
06-19-2004 11:25 AM ET (US)
NWS data is in the public domain.
Tony Collen  29
06-28-2004 11:19 AM ET (US)
Slashdot on the NWS XML Data:

http://yro.slashdot.org/yro/04/06/27/02162...d=126&tid=95&tid=99

This appeared over the weekend, but it's interesting on many levels. I find it almost comical that people think the NWS should just go away.

Food for thought,

Tony
Tony Collen  30
11-27-2004 01:58 AM ET (US)
I know this topic has been inactive for a while, but I'm actually having freetime and I'm (re-)starting my openWeather project.

I currently have a blog setup at http://blog.openweather.com/ which will be the main source of news and info regarding the project. I also have a Wiki in the works.

If anyone who's on this list is still interested in weather, XML and RSS, please feel free to subscribe to the RSS feed over at the blog, or get in touch with me if you want to contribute to the project. Code, blog posting, wiki content, anything.

Tony
RSS link What's this?
All messages    << 31-46  22-30 of 61  6-21 >>
QuickTopicSM message boards
Over 200,000 topics served
Learn more Frequently asked questions  Acknowledgements
What they're saying about QuickTopic
 Questions, comments, or suggestions? Contact Us
Read our use policy before beginning. We value your privacy; please read our privacy statement.
Copyright ©1999-2008 Internicity Inc. All rights reserved.