Giter VIP home page Giter VIP logo

rscu's Introduction

rscu - Raspberry Shake Charting Utility

written and contributed by David Fowler

About

rscu (pronounced "rascue") is a GUI-based charting utility built to make custom plotting of Raspberry Shake data easier.

Installation

via Anaconda/Miniconda (recommended)

Download and install Miniconda3

  1. In a Terminal (Mac OS or Linux) or Anaconda Prompt (Windows), tell conda to update itself:

    conda update conda -y
    
  2. Next, tell conda to create an environment with the proper requirements, and activate it:

    conda create --name rscu obspy
    conda activate rscu
    
  3. Now, install rscu directly from github (you may need git for this):

    pip install git+https://github.com/raspishake/rscu
    
  4. You're ready to run rscu!

    rscu
    

on Debian Linux without Anaconda

  1. Install requirements via apt and pip

    sudo apt install python3-numpy python3-lxml python3-pip
    pip install obspy
    
  2. Now, install rscu directly from github (you may need git for this):

    pip install git+https://github.com/raspishake/rscu
    
  3. You're ready to run rscu!

    rscu
    

rscu's People

Contributors

iannesbitt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dongoyito

rscu's Issues

Get lat, lon for Station

rscu is an excellent facility. This a suggestion for an enhancement.

Typing in the lat, lon for each Station each time you run the program is a bit laborious.
This info is available, for example, at http://ds.iris.edu/mda/AM/RC144/
It is also be available in more compact form at:
https://fdsnws.raspberryshakedata.com/fdsnws/station/1/query?net=AM&sta=RC144&level=channel&format=text&nodata=404
It would be nice if the lat lon popped up when you typed the Station.

Alternatively, the details of the station (location and component) that you enter manually could be remembered, so that you don't have to type them in each time.

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.