Author Topic: www.palominovalleyweather.com  (Read 3194 times)

0 Members and 2 Guests are viewing this topic.

Offline pvw

  • Member
  • *
  • Posts: 46
    • http://www.palominovalleyweather.com
www.palominovalleyweather.com
« on: September 10, 2007, 03:20:12 PM »
Hello,

New member here. Just 'finished' (Do you ever finish these things) putting together my weather site.

http://www.palominovalleyweather.com

Running an OSWMR968 wireless station.

Using a little mini-itx box running linux and wx200d off of a thumb drive for collecting the weather data and uploading it to wunderground and my own shared server.

Website code is done in perl, using GD::Graph and GD::Simple for the graphing tasks.

Picking up the forecasts using SOAP::Lite and parsing with XML parser.

Basically, a fun little project.

Let me know what you think!

Sincerely,

Brent
Better living and lower productivity through the use of technology.

Offline Ravenstar

  • Senior Contributor
  • ****
  • Posts: 180
    • http://veronaweather.com
Re: www.palominovalleyweather.com
« Reply #1 on: September 10, 2007, 03:33:20 PM »
Welcome to the forum and very nice looking site I like it. Gotta love perl and GD graphics for those graphs, they look real good looks like you're having a lot of fun with it.

One thing, why does the precip graph go into the negative?


Vantage pro 2 (wireless)

Offline pvw

  • Member
  • *
  • Posts: 46
    • http://www.palominovalleyweather.com
Re: www.palominovalleyweather.com
« Reply #2 on: September 10, 2007, 03:46:12 PM »
Well, It gets so dry here in the desert, I needed someway to measure the negative effect on the precipitation! :shock:

Still tweaking things a bit.  I have my wife trying to catch most of my coding errors.  I'm surprised she didn't catch that one.

Guess I need to go look at the GD::Graph::Lines doc some more...

But the real answer is I just wrote a generic graph wrapper for my stuff, and really didn't even try to tweak the graphs all that much.

I'd like to work on the fonts a bit more, as well as a few other things.

Thanks!
Better living and lower productivity through the use of technology.

Offline Ravenstar

  • Senior Contributor
  • ****
  • Posts: 180
    • http://veronaweather.com
Re: www.palominovalleyweather.com
« Reply #3 on: September 10, 2007, 03:59:15 PM »
This should do it when you're setting attributes for the graph:

Code: [Select]

y_min_value => 0,


No comma of course if it's the last attribute.


Vantage pro 2 (wireless)

Offline pvw

  • Member
  • *
  • Posts: 46
    • http://www.palominovalleyweather.com
Re: www.palominovalleyweather.com
« Reply #4 on: September 10, 2007, 04:45:55 PM »
Thanks!

Perldoc is my friend....

Now just to add warnings, radar, ....

Oh well, a work in progress...
Better living and lower productivity through the use of technology.

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9278
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: www.palominovalleyweather.com
« Reply #5 on: September 10, 2007, 09:07:22 PM »
Very nice job on your site!  Don't ever consider it 'finished' .. all our sites are 'works in progress'.. sometimes improving faster, sometimes pausing for a rethink.  My site is in fairly constant tweaking mode (got to have a hobby, Y'know) :-)

Welcome to WXForum.net!

Best regards,
Ken
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline pvw

  • Member
  • *
  • Posts: 46
    • http://www.palominovalleyweather.com
Re: www.palominovalleyweather.com
« Reply #6 on: September 11, 2007, 12:40:00 AM »
Thanks for all the kind feedback.

Just thought I'd mention that the picture in the header is one I took from the back corner of my property looking toward the "Palomino Valley Wild Horse Adoption Center".  

https://www.blm.gov/adoptahorse/onsitegallery.php?horseCategory=56

From looking at the sites other people here have put together, I have a long way to go, but it's a lot of fun...
Better living and lower productivity through the use of technology.