Metadata-Version: 2.1
Name: ceda-datapoint
Version: 0.1.1
Summary: DataPoint provides python-based search/access tools for using data primarily from the CEDA Archive.
License: {file = "LICENSE"}
Author: Daniel Westwood
Author-email: daniel.westwood@stfc.ac.uk
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
Requires-Dist: cfapyx (==2024.10.11)
Requires-Dist: fsspec (==2024.9.0)
Requires-Dist: kerchunk (==0.2.6)
Requires-Dist: matplotlib (==3.9.2)
Requires-Dist: pystac-client (==0.8.3)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: sphinx (==7.1.2)
Requires-Dist: sphinx-rtd-theme (==2.0.0)
Requires-Dist: xarray (==2024.6.0)
Requires-Dist: xdoctest (==1.2.0)
Description-Content-Type: text/markdown

# DataPoint package

A package to be installed into Jaspy that enables the use of CEDA search and cloud data services:
 - Search the CEDA STAC catalog for relevant data.
 - Port the data into an Xarray object from multiple sources.
