Metadata-Version: 2.3
Name: fetcheo
Version: 0.0.1
Summary: A collection of downloaders for different Earth observation data sources.
Author: Samuel Garske
Author-email: Samuel Garske <samuel.garske@dlr.de>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: pytest
Requires-Dist: click
Requires-Dist: pdoc
Requires-Dist: requests
Requires-Dist: geopandas
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: rioxarray
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: netcdf4
Requires-Dist: cdsapi
Requires-Dist: pydot
Requires-Dist: pygraphviz
Requires-Dist: cdsapi
Requires-Dist: networkx
Requires-Dist: duckdb
Requires-Dist: networkx
Requires-Dist: pystac-client
Requires-Dist: pyorbital
Requires-Dist: satpy
Requires-Dist: openeo
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/DLR-MF-DAS/FetchEO
Project-URL: Issues, https://github.com/DLR-MF-DAS/FetchEO/issues
Description-Content-Type: text/markdown

# FetchEO

A work in progress repository for Earth Observation data downloading.


## Downloaders

The base downloader class is stored in src/fetcheo/downloaders/_downloader.py. 

Some other notes:
- Downloaders currently expected to output geotiffs.
- A few simpler downloaders are included, but generalisation of them could still be improved.
- Some require authentication variables (e.g. CDSE or OpenEO based downloaders).