Skip to main content

Intake interface to NOAA CO-OPS data

Project description

intake-coops

License:MIT

Python Package Index

Intake interface to NOAA CO-OPS data

Uses the noaa_coops package to read in NOAA CO-OPS data.

Currently limited to currents only with limited selections. Returns an xarray Dataset, but there are intake Sources for both DataFrame and xarray.

This is intake v1 still.


Project based on the cookiecutter science project template.

Installation

PyPI

>>> pip install intake-coops

Local installation

Clone from github (HTTPS or SSH)

>>> git clone https://github.com/axiom-data-science/intake-coops.git

Install environment file

>>> conda env create -f environment.yml

Activate new environment

>>> conda activate intake-coops

Install package locally in package directory

>>> pip install -e .

Example Usage

If you input to intake.open_coops_cat() the keyword argument process_adcp=True, the ADCP Dataset will contain velocity on u and v components, along- and across-channel components, and along- and across-channel subtidal signal (processed with pl33 tidal filter, also included).

import intake_coops

stations = ["COI0302", "COI0512"]
cat = intake_coops.COOPSCatalogReader(stations).read()

# sources in catalog
print(list(cat))

# look at a source
print(cat["COI0302"])

# read in data to a Dataset
ds = cat["COI0302"].read()
ds
<xarray.Dataset> Size: 3MB
Dimensions:    (t: 8399, depth: 13)
Coordinates:
  * t          (t) datetime64[ns] 67kB 2003-07-16T00:08:00 ... 2003-08-19T23:...
  * depth      (depth) float64 104B 0.03 1.04 2.04 3.02 ... 10.03 11.03 12.04
    longitude  float64 8B -149.9
    latitude   float64 8B 61.27
Data variables:
    b          (t, depth) float64 873kB 13.0 12.0 11.0 10.0 ... 4.0 3.0 2.0 1.0
    d          (t, depth) float64 873kB 22.0 44.0 55.0 ... 211.0 211.0 212.0
    s          (t, depth) float64 873kB 37.1 55.6 45.4 21.3 ... 83.0 79.2 76.0

Development

To also develop this package, install additional packages with:

$ conda install --file requirements-dev.txt

To then check code before committing and pushing it to github, locally run

$ pre-commit run --all-files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intake_coops-0.4.3.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

intake_coops-0.4.3-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file intake_coops-0.4.3.tar.gz.

File metadata

  • Download URL: intake_coops-0.4.3.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for intake_coops-0.4.3.tar.gz
Algorithm Hash digest
SHA256 44adb66c6eac9c5866259d30631997b54441c1ee59e72f83fbb8b802229ce0a5
MD5 c6e3c66fafae6ebe156690d1bee7f488
BLAKE2b-256 a6c43065d6ec091b11d7fc8cb4f7076b1c5dfdf837fbfed9c035458ed8ccb8bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for intake_coops-0.4.3.tar.gz:

Publisher: release.yaml on axiom-data-science/intake-coops

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file intake_coops-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: intake_coops-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for intake_coops-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b0292ad208fb876fe9c06ab261d0e90a5c2fc90266fa4af8ee9792cf6d80c3d2
MD5 088d4e471552c4a625feed488ece6ddb
BLAKE2b-256 98bef2d803bd142f024d702541868b31f751c61dcf98468b937e46b6264f2cce

See more details on using hashes here.

Provenance

The following attestation bundles were made for intake_coops-0.4.3-py3-none-any.whl:

Publisher: release.yaml on axiom-data-science/intake-coops

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page