This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Release Jakarta
This is the first version of release Jakarta. This release is 100% compatible with Seattle. No changes in configuration or the database schema are required. But it is the first SeisComP3 release that comes with full source code including the graphical user interfaces under the SeisComP3 Public License.
This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Changelog Release Jakarta 2014.248
Decimation record stream
- Fixed severe bug that did not handle gaps correctly
Seedlink
- Added scream2sl.map to plugin templates
NLL locator
- Applied patch from Anthony Lomax to fix a memory leak
scdispatch
- Added DataUsed to default routing table and improved terminal output to be more informative
ql2sc
- New module to import events from QuakeLink
scmaster
- MYSQL db setup checks only return code and not stderr output to work with MariaDB command line client that logs information to stderr
- Added share/plugins/scmaster to plugin directories
MSeedRecord implemenation
- Added potential buffer overflow
scxmldump
- Added support to dump multiple events/origins at once
scevtls
- Added option to specify delimiter for result list
scwfparam
- Fixed wrong saturation threshold computation
Python wrappers
- Are now created with Swig 3.x
install-deps
- Fixed dependencies for CentOS 6.x and added scripts for CentOS 6.5
- Added support for Ubuntu 14.04
scimport
- Set up default filters and added support for multiple agencies to be filtered
- Updated documentation
- Improved logging in terms of readability
- Fixed bugs in filtering
Python Arclink libs
- Improved Python 2.4 compatibility
Spread
- Upgraded to 4.3.0
FDSNXML
- Corrected pole and zero element order
FDSN record stream
- Fixed chunk mode in fdsn client when records are split among several chunks
fdsnxml2inv
- Set stream sensitivity output unit to output unit of last response stage
- Avoid crash in case of unsupported/invalid filter type
dlsv2inv
- Support multiple digitizer PAZ stages
wsfdsn
- Added redirect to URLs without trailing slash
- Added missing command line options to documentation
- Fixed crash
scconfig
- Adding hostname to titlebar
seiscomp
- "seiscomp print env" LD_LIBRARY_PATH fix from Mark Chadwick
scautoloc
- Print correct locator profile being used
- Fixed memory leak
GUI
- Added schema option records.lineWidth to change the line width of plotted traces
- Added author and status to focal mechanism tooltip
- Fixed GUI freeze if record scale is too large
- Fixed "Copy selected rows to clipboard" in eventlist to respect hidden columns
Compilation
- Fixed several issues related to clang
MYSQL database driver
- Added option to debug queries: mysql://sysop:sysop@localhost/seiscomp3?debug=true
Hypo71 locator
- Get pick weight from initial weighted pick list instead of origin
- Added hypo71.defaultProfile to work with screloc
scevent
- Include phase code in matching picks check
scinv
- Added commandline option "--no-purge-keys" to preserve key files if a station is deleted from inventory
wsiris
- Removed
scolv
- Update waveform time windows when origin time changes
- Color source event/origin while dragging an item e.g. during event merge
- Fixed memory leak in picker
- Fixed "next search" in picker while searching a station by name. Pressing "return" jumps to the next trace matching the search text
- Populate modificationTime of modified origins
- Added dialog to select the magnitude types to be computed manually. This feature can be disabled with "olv.enableMagnitudeSelection = false"
- Fixed typo in config: olv.computeMagintudesSilently -> olv.computeMagnitudesSilently
scheli
- Added option heli.lineWidth to change line width of plotted traces
scvoice
- Improved logging in terms of what agency IDs are currently used for filtering
Known bugs
fdsnws
- The event and station service returns an error if the optional 'formatted' parameter is omitted.
The attached patch fixes this bug.
cd PATH_TO_SC3_SOURCE_CODE patch -p0 -i fdsnws_jakarta-2014.248.01_formatted.diff
Compile the complete fixed source tree or just replace the modified Python files under:- ~/seiscomp3/lib/python/seiscomp3/fdsnws/*
Attachments
- fdsnws_jakarta-2014.248.01_formatted.diff (1.1 KB) - added by jabe