Git Product home page Git Product logo

owndc's Introduction

Owndc

FDSN-WS Dataselect for the seismological community which allows the access to any data centre.

Purpose

owndc was originally designed to give a SeisComP3 user access to waveforms in any data centre in the world. It provides a fully complaint FDSN-WS Dataselect interface, which is compatible with any standard client using this type of service.

In SeisComP3, the results from the FDSN-WS Station are not needed. Mainly because the metadata must be already loaded in the SC3 database. This is the main reason why we do not provide also support for the Station-WS service.

It provides an automatic way to configure it to access all data stored at EIDA nodes.

Very, very quick installation instructions

Using pip

Execute the following commands to deploy [owndc from Pypi](https://pypi.python.org/pypi/owndc).

$ sudo pip install owndc
$ owndcupdate --reset
$ owndc

From the Github repository

The execution of the following commands will deploy and setup a ready-to-run owndc instance with access to all the data within [EIDA](http://www.orfeus-eu.org/eida/).

$ git clone https://github.com/javiquinte/owndc
$ cd owndc
$ cp owndc.cfg.sample owndc.cfg
$ python2 owndcupdate.py --reset
$ ./owndc.py

Create the owndc documentation

Very detailed instructions regarding installation as well as different aspects of the software can be found in the official documentation provided in this repository. In order to generate it you should execute these commands:

` $ cd doc $ make latexpdf $ evince _build_/latex/owndc.pdf `

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.