{"id":22763104,"url":"https://github.com/zzhow1024/zsegy","last_synced_at":"2025-03-30T09:29:05.776Z","repository":{"id":264628112,"uuid":"893898874","full_name":"ZZHow1024/ZSEGY","owner":"ZZHow1024","description":"ZSEGY.Developing with Java.ZSEGY 是一款跨平台的 SEG-Y 文件解析工具。","archived":false,"fork":false,"pushed_at":"2024-12-10T12:51:38.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T11:38:41.676Z","etag":null,"topics":["java","segy","segy-reader"],"latest_commit_sha":null,"homepage":"https://www.zzhow.com/ZSEGY","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZZHow1024.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T12:02:04.000Z","updated_at":"2024-11-27T10:31:07.000Z","dependencies_parsed_at":"2024-11-26T04:29:52.232Z","dependency_job_id":null,"html_url":"https://github.com/ZZHow1024/ZSEGY","commit_stats":null,"previous_names":["zzhow1024/magicsegy","zzhow1024/zsegy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZHow1024%2FZSEGY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZHow1024%2FZSEGY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZHow1024%2FZSEGY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZZHow1024%2FZSEGY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZZHow1024","download_url":"https://codeload.github.com/ZZHow1024/ZSEGY/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301333,"owners_count":20755494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","segy","segy-reader"],"created_at":"2024-12-11T11:07:01.605Z","updated_at":"2025-03-30T09:29:05.748Z","avatar_url":"https://github.com/ZZHow1024.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Java 项目]ZSEGY（中文说明）\n\n---\n\nWebsite:\n\n[[Java 项目]ZSEGY | ZZHow](https://www.zzhow.com/ZSEGY)\n\nSource Code:\n\nhttps://github.com/ZZHow1024/ZSEGY\n\nReleases:\n\nhttps://github.com/ZZHow1024/ZSEGY/releases\n\n---\n\n## 它是什么？\n\nZSEGY 是一款跨平台的 SEG-Y 文件解析工具，支持命令模式和交互模式，可以解析并显示 SEG-Y 文件的文件头和数据体。\n\n---\n\n## 许可证\n\n该项目根据 MIT 许可证获得许可 - 有关详细信息，请参阅 [LICENSE](https://github.com/ZZHow1024/ZSEGY/blob/main/LICENSE) 文件。\n\n---\n\n## 使用说明\n\n下载地址：https://github.com/ZZHow1024/ZSEGY/releases\n\n- 下载 .jar 文件\n- 命令模式：\n    - 通过 `java -jar zsegy.jar [-command] \u003cnum\u003e [filePath]` 命令使用软件。\n        - -head [filePath]：解析并输出文件头\n        - -body \u003cnum\u003e [filePath]：解析并输出数据体中的第 num 个数据道\n        - -all \u003cnum\u003e [filePath]：解析并输出文件头和数据体中的第 num 个数据道\n        -i [filePath]：解析并进入交互模式\n        - help：呼出本提示\n- 交互模式：\n    - 通过 `java -jar zsegy.jar` 命令使用软件。\n        1. 指定文件全路径\n        2. 展示文件头\n        3. 展示数据体\n        4. 退出程序\n\n------\n\n## 参考文献\n\n- SEG Y rev 1Release 1.02: [library.seg.org](https://library.seg.org/pb-assets/technical-standards/seg_y_rev1-1686080991247.pdf)\n\n---\n\n## 各版本功能介绍\n\n- ZSEGY1.0.0\n    - 解析 SEG-Y文件\n    - 输出解析后的内容\n    - 支持命令模式与交互模式\n\n---\n\n## 各版本主界面\n\n![ZSEGY1.0.0](https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F4b165318-6383-451c-8845-110b786c9f0a%2F77686c07-8ce0-4713-9982-c0fbb624147e%2FZSEGY1.0.0.png?table=block\u0026id=14ae64bd-e40f-8010-b353-e36c9a36e3d9\u0026t=14ae64bd-e40f-8010-b353-e36c9a36e3d9\u0026width=434\u0026cache=v2)\n\nZSEGY1.0.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzhow1024%2Fzsegy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzhow1024%2Fzsegy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzhow1024%2Fzsegy/lists"}