WaveSpectra

海洋波スペクトルの Python ライブラリ。

  • ソフト名 :WaveSpectra
  • バージョン :1.51
  • ライセンス :フリーソフト
  • 開発 :Home

WaveSpectra ダウンロード

インストール

Where to get it

ソース コードは現在、GitHub でホストされています: https://github.com/wavespectra/wavespectra

最新リリース バージョンのバイナリ インストーラーは、次の Web サイトで入手できます Python package index.

Install from pypi

# Default install, miss some dependencies and functionality
pip install wavespectra

# Complete install
pip install wavespectra[extra]

Install from conda

# wavespectra is available in the conda-forge channel
conda install -c conda-forge wavespectra

Install from sources

Install requirements. Navigate to the base root of wavespectra and execute:

# Default install, miss some dependencies and functionality
pip install -r requirements/default.txt

# Also, for complete install
pip install -r requirements/extra.txt

Then install wavespectra:

python setup.py install

# Run pytest integration
python setup.py test

Alternatively, to install in development mode:

pip install -e .
Summary
Author Rating
1star1star1star1star1star
User Rating
5 based on 17 votes
Software Name
WaveSpectra
Operating System
Windows
Software Category
Application

Leave a Reply

メールアドレスが公開されることはありません。 が付いている欄は必須項目です