Skip to content

NOAA-GFDL/fms_yaml_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages