Git Product home page Git Product logo

rrsm's People

Contributors

dependabot[bot] avatar jbienkowski avatar s-schneider avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

rrsm's Issues

Include event timestamp in routing URL builder

Following method in FdsnDataselectManager should include event timestamp:

def get_dataselect_url(self):
    ws_url = self.routing_wrapper.build_url_routing(
        self.net_code, self.stat_code
    )

In a way similar to RRSM web service implementation:

Station.code = Record.waveformID_stationCode AND Station._parent_oid = Network._oid AND Station.start <= Origin.time_value AND (ISNULL(Station.end) OR Station.end > Origin.time_value)

Skipping the event timestamp generates wrong URL for stations that moved between DCs.

Improve waveform downloading

Right now the interface is only building URLs for waveforms. It would be nice to download them directly as a single package.

Display last year events on the home page

Try to find a way to efficiently display events from at least last 6 months (preferably last year) on the home page.
We either need to improve the web service performance or try to download the data in the background in chunks and cache it.

Improved outlier detection (compare peak parameters between components at each station)

Todo:

  • Add PGA ratio checks
  • Add component completeness check (3 components expected, less available)
  • Add attenuation plots

Add icons/symbols next to station code:

  • for potential outlier
  • for incomplete components

Nice-to-haves:

  • On the home page: add number of stations processed per event
  • Log of stations filtered out using outlier removal procedure

Introduce Simple notification/news feed system

RRSM requires a simple notification system - editable messages that will be presented on the landing page.
Right now RRSM is a DB-free system, we could introduce a simple embedded SQLite DB to store the messages and perhaps allow some additional extensions in the future.

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.