NOAA-GFDL / fms_yaml_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table_to_yaml_pyscripts

Python scripts to convert diag_tables, data tables, and field tables to yaml format

How to install with pip

  1. Create virtual python environment
python3 -m venv /path/to/your/install
  1. Activate the environment
# If you use bash:
source /path/to/your/install/bin/activate
# If you use csh:
source /path/to/your/install/bin/activate.csh
  1. Upgrade pip and setuptools
pip install --upgrade pip setuptools
  1. Install fms-yaml-tools and dependencies
pip install .

About

License:Other


Languages

Language:Python 100.0%