catmandoo
regular
Reged: 21/08/2003
Posts: 1144
Loc: The Earth
|
|
Anybody know how to run grib files on linux. i have an almost pocket sized EeePC with wifi wihch runs on this system
|
Damo
regular
Reged: 22/02/2005
Posts: 2626
Loc: k keeper,Portishead
|
|
go to google/linux, search on "grib files" - loadsa hits
-------------------- Never be at a loose end with the Yosemite bowline
|
markdj
regular
Reged: 31/07/2002
Posts: 672
Loc: Strangford Lough, Northern Ire...
|
|
I would also like to have grib files on Linux. Only way I can see is to use WINE but I haven't tried that as a dedicated Linux program would be so much more efficient to run, especially on batteries.
-------------------- Princess Owners Club - UK Weather Portal
|
bumblefish
regular
Reged: 22/12/2002
Posts: 1292
Loc: arilloo fantatstico
|
|
I am trying to install a program called zyGrib to see if I can read grib files but I am having a problem with one of the dependencies called qt4. If I can get it sorted I will let you know.
-------------------- La simplicité est la base de toute bonne conception!
|
Damo
regular
Reged: 22/02/2005
Posts: 2626
Loc: k keeper,Portishead
|
|
There are several apps on sourceforge.net which are platform-independant eg java (JGRIB, Viperfish etc) so you shouldn't need to run WINE.
-------------------- Never be at a loose end with the Yosemite bowline
|
SimonT
regular
Reged: 09/01/2006
Posts: 272
|
|
zyGrib is awesome - very like uGrib and MUCH more user friendly than Viperfish or GRADs.
It is however a royal PITA to get running - requiring on my EeePC new packages and a rewrite of the makefile - may look at creating a EeePC .deb installation file sometime soon.
PM me if you know enough about Linux to do this and I'll link to a HowTo.
|
phlim
regular
Reged: 16/05/2001
Posts: 646
Loc: Brittany
|
|
google Franksingleton linux. There's info on his weather page.
-------------------- Rgds
Phil
Dream as if you'll live forever..
Live as if you'll die today..
James Dean
|
bumblefish
regular
Reged: 22/12/2002
Posts: 1292
Loc: arilloo fantatstico
|
|
I'll second that! Still cannot get the make file to run on qt4??? Cannot find qmake in usr/lib/qt4?
-------------------- La simplicité est la base de toute bonne conception!
|
SimonT
regular
Reged: 09/01/2006
Posts: 272
|
|
I used apt-get to get qt4-dev-tools and libqt4-dev
Then had to change the makefile to look at /usr/bin/qmake-qt4
Worked well after that - but not non-advanced user friendly.
|
bumblefish
regular
Reged: 22/12/2002
Posts: 1292
Loc: arilloo fantatstico
|
|
I am currently installing the whole qt4 package from trolltech as I am still unable to find qmake in any /usr/lib directory?
-------------------- La simplicité est la base de toute bonne conception!
|
bumblefish
regular
Reged: 22/12/2002
Posts: 1292
Loc: arilloo fantatstico
|
|
Done it, I was missing g++, now able to run zyGrib!
-------------------- La simplicité est la base de toute bonne conception!
|
catmandoo
regular
Reged: 21/08/2003
Posts: 1144
Loc: The Earth
|
|
what is g++ still cant get make to occur?
|
SimonT
regular
Reged: 09/01/2006
Posts: 272
|
|
g++ is the gnu compiler collection C++ compiler.
http://preview.tinyurl.com/5na9z3
|