[PYTHON] Installation GMT partie 2.

Partie 1. suite

20160801

  1. Activez WSL
  2. Installez Anaconda
  3. GMT4.5
  4. GMT5

20190208 Remarque

Je m'en fichais au moment de faire le mémo, mais il semble qu'il y ait encore des cas où FTP à l'Université de Tokai n'est pas connecté.

Veuillez télécharger à partir de la famille principale, pas du miroir.

ftp://ftp.soest.hawaii.edu/gmt/

  1. GMT4.5

  2. Rendre l'environnement actif

  3. Installation des bibliothèques requises, etc.

  4. Installation de l'unité principale

  5. Confirmation

3.1. Activer l'environnement

$ source activate gmt4

3.2. Installation des bibliothèques requises, etc.

Installé sauf gshhg dans le travail de 1.

http://gmt.soest.hawaii.edu/projects/gmt/wiki/Download

Téléchargez gshhg-gmt depuis

$ cd ${HOME}/anaconda3/envs/gmt4
$ mkdir -p src
$ mkdir -p share/gmt
$ cd src
#Déplacez le téléchargé ici
$ tar zxf gshhg-gmt-2.3.6.tar.gz
$ mv gshhg-gmt-2.3.6 ../share/gmt/gshhg

--Si l'ancienne version convient, ftp: // ftp.scc.u-tokai.ac.jp / pub / gmt / gshhg-gmt-2.3.4.tar.gz

3.3. Installation de l'unité principale

$ cd ${HOME}/anaconda3/envs/gmt4/src
$ wget -q ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/gmt-4.5.13-src.tar.bz2
$ tar xjf gmt-4.5.13-src.tar.bz2
$ cd gmt-4.5.13
$ ./configure \
    --prefix=${HOME}/anaconda3/envs/gmt4 \
    --with-gshhg-dir=${HOME}/anaconda3/envs/gmt4/share/gmt/gshhg \
    --enable-triangle \
    --disable-flock \
    --enable-eps
$ make
$ make install-gmt
$ make install-data
$ make install-man
$ make install-doc

3.4. Confirmation

$ gmtdefaults -D | head
#
#	GMT-SYSTEM 4.5.13 [64-bit] Defaults file
#
#-------- Plot Media Parameters -------------
PAGE_COLOR		= white
PAGE_ORIENTATION	= landscape
PAPER_MEDIA		= a4+
#-------- Basemap Annotation Parameters ------
ANNOT_MIN_ANGLE		= 20
ANNOT_MIN_SPACING	= 0
  1. GMT5

  2. Rendre l'environnement actif

  3. Installation des bibliothèques requises, etc.

  4. Installation de l'unité principale

  5. Confirmation

4.1. Rendre l'environnement actif

$ source activate gmt5

4.2. Installation des bibliothèques requises, etc.

Installé sauf pour gshhg et dcw à l'étape 1.

http://gmt.soest.hawaii.edu/projects/gmt/wiki/Download

Téléchargez gshhg, dcw depuis

$ cd ${HOME}/anaconda3/envs/gmt5
$ mkdir -p src
$ mkdir -p share/gmt
$ cd src
#Déplacez le téléchargé ici
$ tar zxf dcw-gmt-1.1.2.tar.gz
$ tar zxf gshhg-gmt-2.3.5.tar.gz
$ mv src/dcw-gmt-1.1.2 share/gmt/dcw
$ mv src/gshhg-gmt-2.3.5 share/gmt/gshhg

--Si l'ancienne version est correcte, - ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/gshhg-gmt-2.3.4.tar.gz - ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/dcw-gmt-1.1.1.tar.gz

4.3. Installation de l'unité principale

http://gmt.soest.hawaii.edu/projects/gmt/wiki/Download

Téléchargez le corps principal

$ cd ${HOME}/anaconda3/envs/gmt5/src
#Déplacez le téléchargé ici
$ tar xzf gmt-5.2.1-src.tar.gz
$ cd gmt-5.2.1/
$ cp cmake/ConfigUserTemplate.cmake cmake/ConfigUser.cmake
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=${HOME}/anaconda3/envs/gmt5 ..
$ make all
$ make install

4.4. Confirmation

$ gmtdefaults -D | head
#
# GMT 5.2.1 Defaults file
# vim:sw=8:ts=8:sts=8
# $Revision: 15178 $
# $LastChangedDate: 2015-11-06 11:45:03 +0100 (Fri, 06 Nov 2015) $
#
# COLOR Parameters
#
COLOR_BACKGROUND                = black
COLOR_FOREGROUND                = white

Recommended Posts

Installation GMT partie 2.
Installation GMT partie 1.
datetime partie 1
numpy partie 1
Installation de Django
installation de boto3
Installation de la pythie
argparse partie 1
Installer Docker
Installation de volatilité
Installation de Python
installation de pip
Installation du Sphinx
Installation d'InstantOS 1
Installation de Jupyter
Installation de Python
installation de pip
numpy partie 2
Installation de Kivy
Installation de ChaSen
Installation de Backtrader
installation de pip