noaa_py:适用于NOAA数据的Python API

时间:2021-04-12 22:28:15
【文件属性】:
文件名称:noaa_py:适用于NOAA数据的Python API
文件大小:10KB
文件格式:ZIP
更新时间:2021-04-12 22:28:15
Python NOAA潮汐API 该库旨在用作使用NOAA API的Python库。 当前针对的里程碑是Tides and Currents API,该API尚无Python库。 安装 从命令行 pip install git+https://github.com/hxtk/noaa_py.git 在您的setup.py文件中 setup ( ... install_requires = [ ... " noaa_py @ git + https : // github . com / hxtk / noaa_py . git @ master ", ... ] ... ) 在您的requirements.txt文件中 noaa_py @ git+https://github.com/hxtk/noaa_py.git@m
【文件预览】:
noaa_py-master
----noaa()
--------test_tides.py(13KB)
--------__init__.py(114B)
--------tides.py(17KB)
----requirements.txt(203B)
----.travis.yml(453B)
----LICENSE(1KB)
----setup.py(610B)
----README.md(805B)
----.gitignore(28B)

网友评论