You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mzhifa 7a6a34c344 添加实时数据读取 1 year ago
..
doc 添加实时数据读取 1 year ago
example 添加实时数据读取 1 year ago
test 添加实时数据读取 1 year ago
.clang-format 添加实时数据读取 1 year ago
.gitignore 添加实时数据读取 1 year ago
ChangeLog 添加实时数据读取 1 year ago
INSTALL.md 添加实时数据读取 1 year ago
LICENSE 添加实时数据读取 1 year ago
Makefile 添加实时数据读取 1 year ago
Makefile.win 添加实时数据读取 1 year ago
README.byteorder 添加实时数据读取 1 year ago
README.md 添加实时数据读取 1 year ago
crc32c.c 添加实时数据读取 1 year ago
extraheaders.c 添加实时数据读取 1 year ago
extraheaders.h 添加实时数据读取 1 year ago
fileutils.c 添加实时数据读取 1 year ago
genutils.c 添加实时数据读取 1 year ago
gmtime64.c 添加实时数据读取 1 year ago
gmtime64.h 添加实时数据读取 1 year ago
libmseed.def 添加实时数据读取 1 year ago
libmseed.h 添加实时数据读取 1 year ago
libmseed.lib 添加实时数据读取 1 year ago
libmseed.map 添加实时数据读取 1 year ago
logging.c 添加实时数据读取 1 year ago
lookup.c 添加实时数据读取 1 year ago
mseed.pc.in 添加实时数据读取 1 year ago
mseedformat.h 添加实时数据读取 1 year ago
msio.c 添加实时数据读取 1 year ago
msio.h 添加实时数据读取 1 year ago
msrutils.c 添加实时数据读取 1 year ago
pack.c 添加实时数据读取 1 year ago
packdata.c 添加实时数据读取 1 year ago
packdata.h 添加实时数据读取 1 year ago
parseutils.c 添加实时数据读取 1 year ago
selection.c 添加实时数据读取 1 year ago
tracelist.c 添加实时数据读取 1 year ago
unpack.c 添加实时数据读取 1 year ago
unpack.h 添加实时数据读取 1 year ago
unpackdata.c 添加实时数据读取 1 year ago
unpackdata.h 添加实时数据读取 1 year ago
yyjson.c 添加实时数据读取 1 year ago
yyjson.h 添加实时数据读取 1 year ago

README.md

libmseed - The miniSEED library

The miniSEED library provides a framework for manipulation of SEED data records, a format for commonly used for seismological time series and related data. The library includes the functionality to read and write data records, in addition to reconstructing time series from multiple records.

The library should work in Unix-like, Windows and potentially other environments.

Documentation

The Documentation provides an overview of using the library, a tutorial and function level details.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright (C) 2023 Chad Trabant, EarthScope Data Services