SatAcq is a Python-based command-line tool for searching and downloading satellite imagery from various collections, including Sentinel, Landsat, and others, via the Copernicus Data Space Ecosystem (CDSE).
- Multi-Collection Search: Search for imagery across a wide range of satellite collections.
- Flexible Filtering: Filter results by date, cloud cover, and other collection-specific attributes.
- AOI-based Search: Use a GeoJSON file to define an Area of Interest (AOI) for your search.
- Interactive Results: View search results in a clear, interactive table.
- Direct Download: Download full product data.
- Python 3.x
- A Copernicus Data Space Ecosystem (CDSE) account.
- Clone the repository:
git clone <repository-url>
- Navigate to the
SatAcqdirectory:cd SatAcq - Install the required packages:
pip install -r requirements.txt
- Create a
.envfile in thesrcdirectory with your CDSE credentials:CDSE_USERNAME=your_username CDSE_PASSWORD=your_password
python src/collector.py --collection SENTINEL-2 --aoi path/to/your/aoi.geojson --start-date YYYY-MM-DD --end-date YYYY-MM-DD