Showing posts with label weather forecast. Show all posts
Showing posts with label weather forecast. Show all posts

Tuesday, 3 March 2020

MeteoLecce 2.0

Well, the second version of the app MeteoLecce, MeteoLecce2.0, is born.
In this renewed app I want to introduce a new idea of design based on minimalism.
Fundamentals rules:
  • minimalism
  • simplicity
  • cleaning
Above all and always: LESS is MORE

Friday, 18 May 2018

My next projects

This is a short list about my next projects:

  • a chiper weather station;
  • a new app based on GFS satellite's information; 
  • antenna for receiving GFS satellite's signals;
  • using D3 to generate graphics online for my weather forecasts;
  • use of machine learning in weather forecasts.
I hope to have some ideas about anything out of weather forecasts!! :-D

Tuesday, 2 January 2018

MeteoLecce (9): new design!

I want to update the development of my app MeteoLecce. I'll start we the two following pictures:

The main activity of MeteoLecce
Do you see some changes?
I reduced the information on the first activity and I compacted them; in this way we have a much simpler reading of them (I also introduced the colors).

The activity related to the next 3 days weather forecast

Relating to second activity's infos I added 4 icons for each day (at the times: 0 - 6 - 12 and 6 P.M.). Tempeatures are two: high/low.

I hope to share my app on Google Play soon.

Friday, 13 October 2017

Weather forecast: build a graph with gnuplot (1)

Once I discovered Metcheck.com I thought to have found the solution to all my weather forecasting problem. I had datas in more less lines of code than email GRIB provided by SailDocs GRIB Service (a useful, but co,plicated system to receive email which contents is a grib file to decode and set by a bash script).

With the Metcheck system I can receive datas in a json format (free), in this way I can use libraries in bash to obtain infos quickly.

So, with this method I extrapolated dats and I converted it in a csv file then, with these infos I used gnuplot (a bash command [sudo apt-get install gnuplot]) or better, I created a pg file (within there are gnuplot commands) to generate a graph (and after a multigraph through the use of other bash commands).

This is the last version of my code bash code (on pastebin.com):



Although the previous one is not complete you can find the project through the following link on hithub:



I'd be glad if you could give me some suggestion. Thank you... :-)