Metadata-Version: 2.4
Name: sat_download
Version: 1.0.1
Summary: A Python package for satellite imaginery download.
Home-page: https://github.com/Aouei/remote-sensing-satellite-downloader
Author: Sergio Heredia
Author-email: Aouei <sergiohercar1@gmail.com>
Project-URL: Homepage, https://github.com/Aouei/remote-sensing-satellite-downloader
Project-URL: Bug Tracker, https://github.com/Aouei/remote-sensing-satellite-downloader/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Requires-Dist: requests
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Remote Sensing Satellite Downloader

This project provides tools for searching and downloading satellite imagery from various providers, such as Copernicus Data Space and USGS Earth Explorer. It includes a modular architecture with APIs, data types, and services to streamline satellite data retrieval.

## Features

- Search and download satellite imagery from multiple providers.
- Modular architecture for easy integration and extension.
- Support for various satellite data formats and APIs.

## Installation

To install the package, you can use one of the following methods:

### Install with pip

```bash
pip install sat_download
```

### Install from source
```bash
git clone https://github.com/Aouei/remote-sensing-satellite-downloader.git
cd remote-sensing-satellite-downloader
pip install .
```

## Citation

If you use this software in your research, please cite it as:

```bibtex
@software{heredia_remote_sensing_satellite_downloader,
  author       = {Heredia, Sergio and Caballero, Isabel},
  title        = {Remote Sensing Satellite Downloader},
  version      = {1.0.1},
  year         = {2026},
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.17323716},
  url          = {https://github.com/Aouei/remote-sensing-satellite-downloader}
}
```

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17323716.svg)](https://doi.org/10.5281/zenodo.17323716)

## Acknowledgements

This software was developed at the [Institute of Marine Sciences of Andalusia (ICMAN-CSIC)](https://www.icman.csic.es/), Spanish National Research Council (CSIC), Puerto Real, Spain.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.
