文件名称:ooi-harvester:通过M2M API作为NetCDF收集OOI数据的工具
文件大小:33KB
文件格式:ZIP
更新时间:2024-03-10 02:54:10
Python
ooi_harvester 这是电缆阵列增值团队使用的OOI数据收集器功能的所在地。 设置开发 要为此软件包设置开发版本,请在下面使用conda环境。 # Assuming that you are in the root folder or repository conda create -n harvest-dev -c conda-forge python=3.7 --file requirements.txt --file requirements-dev.txt conda activate harvest-dev pip install -e . 积极收获
【文件预览】:
ooi-harvester-main
----MANIFEST.in(47B)
----requirements-dev.txt(228B)
----.github()
--------workflows()
----ooi_harvester()
--------processor()
--------core.py(5KB)
--------cli.py(1KB)
--------metadata()
--------__init__.py(0B)
--------producer()
--------config.py(1KB)
--------utils()
----LICENSE(1KB)
----.ci()
--------metadata()
----requirements.txt(145B)
----setup.py(2KB)
----.gitignore(2KB)
----README.md(551B)