文件名称:ices-erf32:环境报告格式生成器(ERF32)
文件大小:148KB
文件格式:ZIP
更新时间:2024-04-20 15:24:42
Python
ICES ERF 3.2发生器 ICES ERF 3.2格式的生成器。 用法 ICES环境报告格式(ERF 3.2)用于向ICES报告环境数据。 安装 必须安装Python3,venv和git。 # Linux: git clone https://github.com/sharkdata/ices-erf32.git cd ices-erf32 python3 -m venv venv source venv/bin/activate pip install -r requirements.txt # Windows (with example path to Python). git clone https://github.com/sharkdata/ices-erf32.git cd ices-erf32 C:\Python39\python -m venv venv venv\
【文件预览】:
ices-erf32-master
----.gitignore(1KB)
----README.md(1KB)
----LICENSE(1KB)
----ices_erf32_generator_main.py(4KB)
----erf32_generator()
--------export_ices_utils.py(10KB)
--------export_ices_format.py(23KB)
--------erf32_taxa_worms.py(4KB)
--------erf32_translate.py(3KB)
--------export_ices_content.py(35KB)
--------__init__.py(874B)
--------export_ices_generator.py(11KB)
--------generator_config.py(5KB)
--------erf32_filters.py(4KB)
--------erf32_data_shark.py(6KB)
--------export_ices_transects.py(9KB)
----requirements.txt(31B)
----erf32_config()
--------ices_erf32_zooplankton.yaml(1KB)
----data_in()
--------resources()
----ices_erf32_generator_cli.py(2KB)