groundmotion-processing icon indicating copy to clipboard operation
groundmotion-processing copied to clipboard

Parsing and processing ground motion data

Results 51 groundmotion-processing issues
Sort by recently updated
recently updated
newest added

Need to: - [x] Clone repo to gitlab - [x] Remove all c/cython - [x] Remove usernames from documentation - [x] Remove links to azure in readme - [x] Gitlab...

feature

I'm thinking that a simple sqlite database to track the command history and status would be useful. I think that having a table for each of these subcommands: - download...

feature

In the html station maps popup information for failed stations, failed components and their respective reasons are listed and color coded red to distinguish them from components that passed (colored...

feature

**Describe the bug** Here: https://github.com/usgs/groundmotion-processing/blob/main/src/gmprocess/io/asdf/stream_workspace.py#L1204 station is meant to be the "S.C.L" part of "N.S.C.L" (Network-Station-Channel-Location), where in other methods (getStreams()) station is the full NSCL code. **To Reproduce** Steps...

bug

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Phase pick information is available in Comcat in the quakeml.xml file, and these are...

feature

Give examples and include instructions for finding step options/arguments.

feature

From discussion of #1036: > We might think about restructuring the top-level code to be less argparse centric. We could push argparse-specific code to the command line script and make...

feature

There are lots of places where we have `Path(filepath)` where `filepath` is a pathlib.Path. This is unnecessary. Once we have a pathlib.Path object, additional operations produce pathlib.Path objects. All of...

https://pydantic-docs.helpmanual.io/

feature

We don't ever use type hints and probably should do so: https://docs.python.org/3/library/typing.html

feature