comtrade文件Golang解析库,基于电力系统暂态数据交换通用格式(Common format of transient data exechange COMTRADE for power systems)的GB/T 22386-2008/IEC 60255-24:2001标准对相关文件进行解析,后续预计支持GB/T 14598.24-2017/IEC 60255-24:2013
Go to file
douxu 3da96fe9b6 feat:fix adaptation issue of golang import 2024-07-31 16:17:31 +08:00
example feat:fix adaptation issue of golang import 2024-07-31 16:17:31 +08:00
testdata feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
.gitignore feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
README.md Initial commit 2024-07-30 10:46:58 +08:00
analog.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
ascii_data.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
ascii_data_test.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
binary32_data.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
binary_data.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
binary_data_test.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
comtrade.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
config.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
config_parse_test.go feat:fix adaptation issue of golang import 2024-07-31 16:17:31 +08:00
coonfig_parse.go feat:fix adaptation issue of golang import 2024-07-31 16:17:31 +08:00
data.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
digital.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
errors.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
float32_data.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
go.mod feat:fix adaptation issue of golang import 2024-07-31 16:17:31 +08:00
register.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
types.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00
version.go feat:add analysis code of comtrade file in golang 2024-07-30 16:15:09 +08:00

README.md

go-comtrade

comtrade文件Golang解析库,基于电力系统暂态数据交换通用格式(Common format of transient data exechange COMTRADE for power systems)的GB/T 22386-2008/IEC 60255-24:2001标准对相关文件进行解析,后续预计支持GB/T 14598.24-2017/IEC 60255-24:2013