Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed # 174 - Read station list from file #268

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
omit =
test/*,docs/*
test/*,docs_old/*

[html]
directory = coverage_html_report
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
docs_old/_build/

# PyBuilder
.pybuilder/
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exclude: |
(?x)^(
docs/conf.py
docs_old/conf.py
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Please follow the [Conventional Commits](https://github.com/uw-ssec/rse-guidelin

## Overview

<img src="./docs/figures/data_flow.png">
<img src="./docs_old/figures/data_flow.png">
The data processing in NoisePy consists of three steps:

1. **(Optional) Step 0 - Download**: The `download()` function or the `noisepy download` CLI command can be
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ NoisePy is a Python package designed for fast and easy computation of ambient no

Disclaimer: this code should not be used "as-is" and not run like a blackbox. The user is expected to change local paths and parameters. Submit an issue to github with information such as the scripts+error messages to debug.

Detailed documentation can be found at https://noisepy.readthedocs.io/en/latest/
Detailed documentation can be found at https://noisepy.github.io/NoisePy/

[![Documentation Status](https://readthedocs.org/projects/noisepy/badge/?version=latest)](https://noisepy.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://github.com/noisepy/NoisePy/actions/workflows/notebooks.yml/badge.svg)](https://noisepy.github.io/NoisePy/)
[![Build Status](https://github.com/noisepy/NoisePy/actions/workflows/test.yaml/badge.svg)](https://github.com/noisepy/NoisePy/actions/workflows/test.yaml)
[![Codecov](https://codecov.io/gh/noisepy/NoisePy/branch/main/graph/badge.svg)](https://codecov.io/gh/noisepy/NoisePy)
[![DOI](https://zenodo.org/badge/157871462.svg)](https://zenodo.org/badge/latestdoi/157871462)

<img src="https://raw.githubusercontent.com/noisepy/NoisePy/main/docs/figures/logo.png" width="800" height="400">
<img src="https://raw.githubusercontent.com/noisepy/NoisePy/main/docs_old/figures/logo.png" width="800" height="400">

## Major updates coming
NoisePy is going through a major refactoring to make this package easier to develop and deploy. Submit an issue, fork the repository and create pull requests to [contribute](CONTRIBUTING.md).
Expand Down
Binary file removed docs/.DS_Store
Binary file not shown.
Binary file removed docs/_build/doctrees/applications.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/examples.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/introduction.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/tutorial.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

Empty file removed docs/_build/html/.nojekyll
Empty file.
21 changes: 0 additions & 21 deletions docs/_build/html/_sources/applications.rst.txt

This file was deleted.

30 changes: 0 additions & 30 deletions docs/_build/html/_sources/examples.rst.txt

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions docs/_build/html/_sources/examples/parallel_pyflex.rst.txt

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_build/html/_sources/examples/process_observed.rst.txt

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_build/html/_sources/index.rst.txt

This file was deleted.

40 changes: 0 additions & 40 deletions docs/_build/html/_sources/installation.rst.txt

This file was deleted.

28 changes: 0 additions & 28 deletions docs/_build/html/_sources/introduction.rst.txt

This file was deleted.

Loading
Loading