Metadata-Version: 2.4
Name: earthlens-ocean
Version: 0.11.0
Summary: ocean, freshwater and marine-life backends for earthlens
Author-email: Mostafa Farrag <moah.farag@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/serapeum-org/earthlens
Keywords: remote sensing,ocean
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: earthlens-core==0.11.0
Provides-Extra: argo
Requires-Dist: argopy>=1.4; extra == "argo"
Provides-Extra: cmems
Requires-Dist: copernicusmarine<3,>=2.0.0; extra == "cmems"
Provides-Extra: erddap
Requires-Dist: erddapy>=3.0; extra == "erddap"
Provides-Extra: nwm
Requires-Dist: earthlens-core[s3]; extra == "nwm"
Requires-Dist: pyramids-gis[parquet]>=0.46.0; extra == "nwm"
Provides-Extra: usgs-water
Requires-Dist: dataretrieval>=1.1.4; extra == "usgs-water"
Provides-Extra: obis
Requires-Dist: pyobis>=1.6.1; extra == "obis"

# earthlens-ocean

Ocean, freshwater and marine-life backends for earthlens.

Part of [earthlens](https://github.com/serapeum-org/earthlens). Ships 6 backends (argo, cmems, erddap, nwm, obis, usgs_water) and registers their data-source keys with the `EarthLens` facade via the `earthlens.backends` entry-point group.

Provider SDKs are extras, so `pip install earthlens-ocean` installs the backends without their dependencies; add a backend's SDK with `pip install earthlens-ocean[<backend>]`, or all of them with `[all]`.
