A work in progress...
http://www.perezoso.net
My station in Brooks, Alberta, Canada
Moderator: Mattk
My station in Brooks, Alberta, Canada
Last edited by baobab on Sun May 05, 2013 6:17 am, edited 1 time in total.
- meteo-quimper
- Junior Boarder
- Posts: 20
- Joined: Thu Jun 07, 2012 1:13 pm
- Location: Quimper - FRance
- Contact:
Re: My station in Brooks, Alberta, anada
Hi
Great job with your website, what script did you use for the highcharts ?
Great job with your website, what script did you use for the highcharts ?
Re: My station in Brooks, Alberta, anada
It's a really nice site 
How/what did you use to make it looking so great? If it isn't a secret
br, Urosh

How/what did you use to make it looking so great? If it isn't a secret

br, Urosh
Re: My station in Brooks, Alberta, anada
@meteo-quimper:
Thank you. To feed the data to Highcharts I do the following. Meteohub uploads a .csv file every minute to my web server using its html template upload ability. The .csv file contains the weather data. A php scrip on my web server gets triggered by a cron job every 15 minutes. This script parses the most current .csv file and puts the data into a mysql database (on my webserver). Each Highcharts graph gets loaded through a server side include when the website is viewed. When loaded, each chart, using php, runs a mysql query to get the data it needs to display the appropriate graph.
Sorry if my description above sounds convoluted and thanks for checking out my website.
Phil
Thank you. To feed the data to Highcharts I do the following. Meteohub uploads a .csv file every minute to my web server using its html template upload ability. The .csv file contains the weather data. A php scrip on my web server gets triggered by a cron job every 15 minutes. This script parses the most current .csv file and puts the data into a mysql database (on my webserver). Each Highcharts graph gets loaded through a server side include when the website is viewed. When loaded, each chart, using php, runs a mysql query to get the data it needs to display the appropriate graph.
Sorry if my description above sounds convoluted and thanks for checking out my website.
Phil
Re: My station in Brooks, Alberta, anada
@ urosh:
Thanks. No secret. The site is built more or less from scratch using html/css. I use php for the dynamic elements (weather data). The graphs are generated by Highcharts (see link on my site for details).
Phil
Thanks. No secret. The site is built more or less from scratch using html/css. I use php for the dynamic elements (weather data). The graphs are generated by Highcharts (see link on my site for details).
Phil
- josecmorales
- Expert Boarder
- Posts: 92
- Joined: Wed Sep 25, 2013 8:25 pm
- Location: Puerto Ordaz, Venezuela
- Contact:
Re: My station in Brooks, Alberta, Canada
Wao Very simple and good website! congrats!