Bienvenue, Invité
Nom d'utilisateur : Mot de passe : Se souvenir de moi
26 Sep 2020
No bulk downloads - PLEASE! THIS IS OVERLOADING OUR SERVER AND DENYING ACCESS TO COMMUNITY USERS
SVP - Pas de téléchargement en masse ! Cela surcharge le serveur et empêche la communauté d'utilisateurs d'accéder aux données
_______________________________
WE WILL BLOCK IP'S THAT ARE BULK DOWNLOADING! Nous bloquerons les IPs des personnes qui agissent de la sorte.
PLEASE GO DIRECTLY TO THE GRIB PRODUCERS (NOAA, DWD...) FOR BULK DOWNLOADS. Allez chercher les données directement à la source (NOAA, DWD ...)
Lire la suite ...
  • Page :
  • 1
  • 2
  • 3

SUJET :

run xygrib il y a 5 ans 7 mois #139

Hi,

The sources on github are under development for version 1.1.1 and require different install actions. The libopenjp2 is not included. This version has not yet been released.

The Linux "build it yourself" package is in the download section of opengribs.org or in the "releases" section of github.
To be sure use use this link

After you build then issue "make install" the required files are copied to $HOME/XyGrib. Disregard the files the build area. Enter this user folder and issue
./XyGrib
to run the program.

If you need a simple way to run XyGrib on your Linux installation I suggest trying out the AppImage version. Simply download the file from this link on this site . Then open the archive in your home or other user folder and simply run the program by entering
./XyGrib-AppImage
It really is the simplest way to install and run.

Best,
D.

Connexion pour participer à la conversation.

run xygrib il y a 5 ans 7 mois #140

  • DomH
  • Portrait de DomH
  • Hors Ligne
  • Modérateur
  • Modérateur
  • La voile est ma passion
  • Messages : 110
  • Remerciements reçus 26
Hello,
Une solution temporaire avec la version 1.1.0 ici (déjà compilée) : github.com/dominiquehausser/XyGrib/releases/tag/v1.1.0
The new version 1.1.1 when released will be easier to compile and install at the desired place : detailled howto explanation will be given.
Bonne journée ou bonne soirée (vous pouvez choisir)
Have a nice day or good night (you can choose)
Guten Morgen oder gute Nacht (Sie können wählen)

DomH

Connexion pour participer à la conversation.

échec compilation sur debian stretch il y a 5 ans 7 mois #141

  • xytux
  • Portrait de xytux Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
  • Messages : 9
  • Remerciements reçus 0
Hello davidgal and DomH and thank you for your answers !
I did the make install again :
/media/ds411/debian/xygrib/XyGrib-1.1.0-src# ls
data  INSTALL  Makefile		   README.md  XyGrib
grib  LICENSE  Makefile (copie 1)  src
root@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src# make
make: rien à faire pour « all ».
root@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src# make install
mkdir -p /root/XyGrib
mkdir -p /root/XyGrib/bin
cp -a data /root/XyGrib
cp -a grib /root/XyGrib
rm -f ./XyGrib
rm -f /root/XyGrib/bin/XyGrib
cp  -a src/XyGrib /root/XyGrib/bin
echo "#!/bin/bash" >> ./XyGrib
echo "cd /root/XyGrib" >> ./XyGrib
echo 'bin/XyGrib $*' >> ./XyGrib
chmod 755 ./XyGrib
cp -af XyGrib /root/XyGrib
and I have no

./XyGrib

in my 'user'
maybe because of
rm -f ./XyGrib
?

I will try the appimage.

thank you again :)

Connexion pour participer à la conversation.

[resolu] compilation sur debian stretch il y a 5 ans 7 mois #142

  • xytux
  • Portrait de xytux Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
  • Messages : 9
  • Remerciements reçus 0
ok, working :)
my launcher 'Xygrib' is in the src directory, not in my 'user root' where I was looking for :
root@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src# ls -l
total 68
drwxr-xr-x 8 jlg  jlg   4096 juin  22 13:37 data
drwxr-xr-x 2 jlg  jlg   4096 juin  22 13:37 grib
-rwxr-xr-x 1 jlg  jlg   2577 juin  21 17:53 INSTALL
-rwxr-xr-x 1 jlg  jlg  35821 juin  19 18:09 LICENSE
-rwxr-xr-x 1 jlg  jlg   1267 août  27 10:21 Makefile
-rwxr-xr-x 1 jlg  jlg   1242 juin  19 18:09 Makefile (copie 1)
-rwxr-xr-x 1 jlg  jlg   1314 juin  22 11:29 README.md
drwxr-xr-x 8 jlg  jlg   4096 août  27 15:07 src
-rwxr-xr-x 1 root root    42 août  29 10:07 XyGrib
root@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src# Xygrib
-su: Xygrib : commande introuvable
root@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src# ./XyGrib
and in order to use it as user :
/media/ds411/debian/xygrib/XyGrib-1.1.0-src# chown jlg:jlg XyGrib
maybe would be a good thing to put the src directory in the user directory.

Connexion pour participer à la conversation.

user access il y a 5 ans 7 mois #143

  • xytux
  • Portrait de xytux Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
  • Messages : 9
  • Remerciements reçus 0
wrote too quick : the 'chown' operation isn't enough as the shell ask to access to the '/root' :
/media/ds411/debian/xygrib/XyGrib-1.1.0-src$ ./XyGrib 
./XyGrib: ligne 2 : cd: /root/XyGrib: Permission non accordée
./XyGrib: ligne 3: bin/XyGrib: Aucun fichier ou dossier de ce type
jlg@t460s:/media/ds411/debian/xygrib/XyGrib-1.1.0-src$ cat ./XyGrib 
#!/bin/bash
cd /root/XyGrib
bin/XyGrib $*

Connexion pour participer à la conversation.

[resolu] compilation sur debian stretch il y a 5 ans 7 mois #144

  • xytux
  • Portrait de xytux Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
  • Messages : 9
  • Remerciements reçus 0
I re-installed in my user directory, installed 'sudo' (was used to 'su -') : now the ~/XyGrib directory is there :
~/XyGrib$ ls -l
total 16
drwxr-xr-x 2 jlg jlg 4096 août  29 12:34 bin
drwxr-xr-x 8 jlg jlg 4096 juin  22 13:37 data
drwxr-xr-x 2 jlg jlg 4096 juin  22 13:37 grib
-rwxr-xr-x 1 jlg jlg   46 août  29 12:34 XyGrib
and working, as user :) , with a little message :
~/XyGrib$ ./XyGrib 
libpng warning: iCCP: known incorrect sRGB profile

Connexion pour participer à la conversation.

  • Page :
  • 1
  • 2
  • 3
Temps de génération de la page : 0.046 secondes

Le téléchargement des fichiers mis à disposition sur le serveur openGribs via XyGrib et l'application elle-même resteront toujours libres et gratuits. Cependant, les coûts de fonctionnement des 3 serveurs en cloud sont significatifs, en particulier ceux liés à la bande passante.

Chaque contribution, même modeste, est très utile à garantir le bon fonctionnement du site et des serveurs. Si vous considérez XyGrib et les fichiers téléchargés utiles, merci de soutenir openGribs et XyGrib.

 

Merci de votre soutien

Aller au haut