-
Notifications
You must be signed in to change notification settings - Fork 0
DQ 45 Update Dependency Versions #5
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
base: main
Are you sure you want to change the base?
Changes from all commits
01869cb
047b0d7
6b78c4d
e8f6c7c
21ef4ab
3bf154d
c85c6eb
c76b55b
8349642
b78f992
1748f6f
9693259
dcbd7cd
66ce6a1
4e544bf
6c2941d
673746d
eddf62c
f529f68
3c1e196
c0a9d21
f4f6925
dd947ae
9f2d22b
f6e0cc3
91f9925
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| For detailed documentation, check out [EarthScope.github.io/quarg/](https://EarthScope.github.io/quarg/DOCUMENTATION.html) | ||
| <br /> | ||
|
|
||
| **QuARG**, the Quality Assurance Report Generator, is a Python client that allows network operators to generate quality assurance (QA) reports from start to finish. These reports utilize EarthScope’s database of [MUSTANG](http://service.iris.edu/mustang/) data quality metrics to find and highlight potential issues in the data, reducing the amount of time that analysts need to spend scanning the data for problems. | ||
| **QuARG**, the Quality Assurance Report Generator, is a Python client that allows network operators to generate quality assurance (QA) reports from start to finish. These reports utilize EarthScope’s database of [MUSTANG](http://service.earthscope.org/mustang/) data quality metrics to find and highlight potential issues in the data, reducing the amount of time that analysts need to spend scanning the data for problems. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://service.earthscope.org |
||
|
|
||
| Over the years that IRIS produced Quality Assurance Reports, we refined the process of generating a report into four primary steps: | ||
|
|
||
|
|
@@ -97,16 +97,18 @@ Instructions for Linux or macOS (Intel chip) | |
| ``` | ||
| cd quarg | ||
| conda update conda | ||
| conda create --name quarg -c conda-forge --file quarg-conda-install.txt | ||
| conda create --name quarg -c conda-forge python=3.12 | ||
| conda activate quarg | ||
| conda install -c conda-forge --file quarg-conda-install.txt | ||
| ``` | ||
|
|
||
| Instructions for macOS (Apple M1 or M2 chip): | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggested text: "(Apple M-series chips, e.g., M1 - M5)" |
||
| ``` | ||
| cd quarg | ||
| conda update conda | ||
| CONDA_SUBDIR=osx-64 conda create --name quarg -c conda-forge --file quarg-conda-install.txt | ||
| CONDA_SUBDIR=osx-64 conda create --name quarg -c conda-forge python=3.12 | ||
| conda activate quarg | ||
| CONDA_SUBDIR=osx-64 conda install -c conda-forge --file quarg-conda-install.txt | ||
| ``` | ||
|
|
||
| See what is installed in our (quarg) environment with: | ||
|
|
||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 3:
data-help@earthscope.org should be updated to
help@earthscope.org