Metadata-Version: 2.4
Name: sat_download
Version: 1.0.0
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:

### Clone the Repository and Install with `pip`

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

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