[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,58 @@
# Change Log
All notable changes to the python plugins will be documented in this file.
## 2024.262
### Fixed
- MiniSEED encoding allows half a sample timing tolerance
to detect contiguous records.
## 2024.005
### Added
- data2caps
- Document the processing of SLIST files with multiple data blocks.
## 2023.317
### Changed
- image2caps
- Enforce Python3
## 2023.298
### Added
- data2caps
- Allow setting the network code explicitly by --network`.
### Changed
- data2caps
- Read the sample rate numerator and denominator separately instead of
assuming denominator = 1.
- For format unavco 1.0 the network code must be given explicitly.
### Fixed
- data2caps
- Send data in unavco data format which was not done before.
## 2023.255
### Added
- data2caps
- Renamed from raw2caps.
- Support reading slist files, add documentation.
- Support reading strain & seismic data files from www.unavco.org.