-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the EO Processors for Sentinel Data wiki! This project is dedicated to facilitating the search, download, pre and post processing of satellite (Sentinel, MODIS etc) data for various Earth observation applications. Designed to streamline workflows for researchers, developers, and hobbyists in remote sensing and geospatial analysis, our tools are now available as Docker images, making setup and execution even simpler.
- NOA Harvester Queries and Downloads data from various data source providers (Copernicus, Earthdata).
- NOA PreProcess Extracts Sentinel zip (SAFE files mostly) files, according to config file specifications (band, resolution)
-
NOA PostProcess
- Performs aggregation functions on files located under same folder.
- Performs histogram matching on files located under same folder.
- Calculates difference vector on files under folder (currently performs monthly differences calculation)
This section provides a brief introduction to the project and its goals.
In most cases, you can execute the processors either by a standalone cli script, or inside a container. In all cases, you should have Python >= 3.11 installed and execute the processors in a virtual environment.
We provide a Docker image for our EO processors to simplify installation and ensure consistency across different computing environments. Follow these steps to get started:
- Install Docker: If you haven't already, install Docker on your machine.
- Pull the Docker Image: Download the latest version of the EO processors Docker image with the following command:
docker pull yourdockerhub/yourimagename:tag