Skip to main content

我自己的工具箱

Project description

写在前面

我自己写的工具箱,没有api文档的,想看函数功能就直接看函数定义时的注释吧,还挺详细的

python代码功能

# 示例1,读取WRF变量计算天顶角
from szh_toolbox import get_zenith_angle
WRFfile = 'wrfout_d01_2021-07-22_04:00:00'
Longitude = getwrfvar(WRFfile, 'XLONG')
Latitude = getwrfvar(WRFfile, 'XLAT')
z2 = get_zenith_angle(123,0,35786,Longitude, Latitude)
# 示例2,实现namelist文件和python对象的相互转化
import szh_toolbox.namelist as nl
# config是python字典对象
config = nl.load("data/namelist.input")
print(nl.dump(config))
# 示例3,实现shell脚本中变量定义赋值的替换
from szh_toolbox import ShellScriptVariable
# 类功能展示
ssv = ShellScriptVariable('data/myshell.sh')
ssv.show()
ssv.update('a', '这是A', 0)
ssv.update('d', '"这是 D"')
ssv.show()
ssv.save('data/myshell2.sh')
# 一行代码替换变量
ShellScriptVariable.modify('data/myshell.sh', 'a', '这是A', 'data/myshell3.sh')

命令行工具

也就是可以直接在命令行里执行的代码

# 直接打印namelist.wps文件定义的区域的范围
st-wps
st-wps namelist.wps
# 下载noaa的数据比如ATMS L1
st-noaa -h
st-noaa orderId -o savepath

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

szh_toolbox-0.0.13.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

szh_toolbox-0.0.13-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file szh_toolbox-0.0.13.tar.gz.

File metadata

  • Download URL: szh_toolbox-0.0.13.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for szh_toolbox-0.0.13.tar.gz
Algorithm Hash digest
SHA256 904faf12a97561d78eadaf286c2fa1ecc64f107f24f49bf3c9a95014eb689527
MD5 b6c28a93a3c9075b5a9a0dff92cc9b3d
BLAKE2b-256 4cadb220c87a8a0396e2f9fc291a0156b0f8f429b4600bbc95206af0cf0dcb1a

See more details on using hashes here.

File details

Details for the file szh_toolbox-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for szh_toolbox-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 fc6ad865015d0f54656c40524cf83c8859583430eaca833a494ad3c5fdd113d9
MD5 5b854136ce0af74f954f855069eeba94
BLAKE2b-256 2da5af98109047c4707b4525d95c67bc38bab176441159992b86b3b0e7502b30

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page