Skip to content

AlexandrosLiaskos/SatAcq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SatAcq: Satellite Imagery Acquisition

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).

Features

  • 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.

Getting Started

Prerequisites

  • Python 3.x
  • A Copernicus Data Space Ecosystem (CDSE) account.

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the SatAcq directory:
    cd SatAcq
  3. Install the required packages:
    pip install -r requirements.txt
  4. Create a .env file in the src directory with your CDSE credentials:
    CDSE_USERNAME=your_username
    CDSE_PASSWORD=your_password

Usage

python src/collector.py --collection SENTINEL-2 --aoi path/to/your/aoi.geojson --start-date YYYY-MM-DD --end-date YYYY-MM-DD

About

Satellite Imagery Acquisition CLI tool

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages