Skip to content

J-Lentz/fms_yaml_tools

This branch is up to date with NOAA-GFDL/fms_yaml_tools:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 17, 2024
Dec 19, 2024
Jul 31, 2024
Oct 26, 2022
Jul 19, 2024
Sep 16, 2022
Oct 12, 2023
Sep 16, 2022
Dec 19, 2024

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

  • Python 100.0%