searvey
searvey copied to clipboard
Sea state observational data retrieval
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.10.0.1...v0.11.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.35.0) - [github.com/asottile/reorder_python_imports: v3.13.0 → v3.16.0](https://github.com/asottile/reorder_python_imports/compare/v3.13.0...v3.16.0) - [github.com/psf/black: 24.4.2 → 25.11.0](https://github.com/psf/black/compare/24.4.2...25.11.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.10 →...
Hi, I am using searvey to retrieve CO-OPS wind observation data. I am requesting the CO-OPS wind product, and as you mentioned, I am expecting this list of variables: {"t":...
https://doi-usgs.github.io/dataRetrieval/articles/Status.html ``` warnings.warn(('WARNING: Starting in March 2024, the NWIS qw data endpoint is ' /home/smani/miniconda3/envs/searvey-dev/lib/python3.10/site-packages/dataretrieval/nwis.py:770: UserWarning: WARNING: Starting in March 2024, the NWIS qw data endpoint is retiring and no...
So, previously, I used [dataretrieval](https://github.com/DOI-USGS/dataretrieval-python) to obtain the datum information for a specific station: Similarly, we can use Searvey package to get the same information. 
The current USGS API is not conforming to the API we are using for IOC/COOPS. I think that we should update it. The question is do we postpone releasing v0.4...
@abdu558 per the email instructions, let's plan for a blog post at some point. Maybe when we have 2 of the new data sources added. Let's discuss in more details.
This is due to #168 . We will fix that one on master, but our CI/CD tests the latest release on PyPI. This means that the simplest way to fix...
The test of the title is broken. This is what is causing the failure of CI/CD too. https://github.com/oceanmodeling/searvey/blob/4d23de7bd5a9ffe363f5d299e96a5a3bce6bc8ed/.github/workflows/install_from_pypi.yml https://github.com/oceanmodeling/searvey/actions/runs/11046019490/job/30684650806 ``` ERROR searvey._coops_api:_coops_api.py:262 cb1101: Encountered an error response for {'station_id': 'cb1101',...