GithubHelp home page GithubHelp logo

sed-eew / sed-eew-seiscomp-contributions Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 4.0 73.83 MB

Libraries and modules for Earthquake Early Warning (EEW) contributed by the Swiss Seismological Service (SED) at ETH Zurich, base for the ETHZ-SED SeisComP EEW system (so-called ESE).

Home Page: https://docs.gempa.de/sed-eew/current

License: GNU Affero General Public License v3.0

CMake 1.03% C++ 46.27% XSLT 32.14% Python 19.12% Dockerfile 0.79% C 0.17% Shell 0.49%
earthquakes magnitude real-time rupture-model seismology

sed-eew-seiscomp-contributions's People

Contributors

andres-h avatar auerl avatar billyburgoa avatar fmassin avatar gempa-dirk avatar gempa-enrico avatar gempa-jabe avatar gempa-stephan avatar jenrandrews avatar jfclinton avatar jmsaurel avatar kaestli avatar luca-s avatar maboese avatar marcelobianchi avatar marcopovitch avatar pevans-gfz avatar salichon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sed-eew-seiscomp-contributions's Issues

scvsmag in v4

In order to compile this along with SC 4.x you should remove scvsmag from branch v4. Otherwise the target scvsmag is defined twice.

Compile error

https://github.com/SED-EEW/SED-EEW-SeisComP-contributions/blob/3c7941f785ead7b7f3148b93cbdce9060ae99e5a/apps/eew/scvsmag/timeline.cpp#L140C34-L140C34

2023-07-20 21:05:44 INFO seiscomp/src/extras/sed-eew/apps/eew/scvsmag/timeline.cpp: In member function ‘bool Seiscomp::Timeline::feed(const Seiscomp::DataModel::VS::Envelope*)’:
seiscomp/src/extras/sed-eew/apps/eew/scvsmag/timeline.cpp:140:25: error: ‘gainUnit’ was not declared in this scope
  140 |                         gainUnit = stream->gainUnit();
      |                         ^~~~~~~~

Add a type to gainUnit for correct declarations, at least auto. Please test compilation prior to committing your changes otherwise the builds on our end will fail.

Error when compiling related to libboost 1.74.0

When we tried to compile on Debian 11 using libboost 1.74.0 we had next errors:

sceewenv/main.cpp:144:85: error: '_4' was not declared in this scope
144 | _eewProc.setEnvelopeCallback(boost::bind(&App::handleEnvelope, this, _1, _2, _3, _4));
sceewenv/main.cpp:144:81: error: '_3' was not declared in this scope
144 | _eewProc.setEnvelopeCallback(boost::bind(&App::handleEnvelope, this, _1, _2, _3, _4));
....

We added
#include <boost/bind/placeholders.hpp>
using namespace boost::placeholders;
To:
sed-addons/apps/eew/scfinder/main.cpp
sed-addons/test/eewamps/testprocs.cpp
sed-addons/test/eewamps/testgba.cpp
sed-addons/test/eewamps/testgba.cpp

After modifications it worked well.

We are using 5.1.1 tag

[sceewenv] post-processing skipDataOlderThan = none

  1. Implement eewenv.debug.skipDataOlderThan = none and r eewenv.debug.maxDelay = none in order to allow envelope post processing without config change.

  2. Allow --playback in scfinder to switch these none parameters in order to allow finder playback without config change.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.