Skip to content

Getting an overview of available data #93

@PeterMakus

Description

@PeterMakus

Problem

  • currently, one has to go through the actually folder structure to see which miniseed and inventory data is available. That is extremely inconvenient and it would be nice to just have a simple function to plot a graph of available data
  • Maybe also nice, albeit less urgent would be a function to get an overview of available correlations

Proposed solution

Raw Data

  • For raw data, this should be very simple. Just a simple plot that has one line per station and a time axis. Plot can be either red or green (yellow for less than 3 channels?), depending on data availability (or maybe an option that is better for colourblind people)
  • Also for raw data, it would be nice to get a function that exports available data to a table (perhaps pandas or what-not)
  • there is already a function to find available raw data, so it could tie in with that
  • for inventories perhaps a bit more tricky. Simple solution could be to check whether there is a stationxml. More complex way would be to see for which channels and times a response file is available. This could be tied into the plot above with a second bar?

Correlations
this could also be implemented at a later time or re-evaluated

  • Also, here a function is available that returns available times. This has only been used to avoid processing things again
  • Information that should be contained in this:
    • network, station, location, and channel combis
    • maybe have a function to export the processing that has been done

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions