Skip to main content

satellite product browser

Project description

vresto logo

vresto

A beautiful, professional Python toolkit for searching and accessing Copernicus Sentinel satellite data

Ruff Gitleaks


Features

  • 🗺️ Interactive Map Interface - Visually search and filter satellite products
  • 🔍 Smart Search - Filter by location, date range, cloud cover, and product type
  • 📦 Product Management - Download quicklooks and metadata from S3
  • 🐍 Professional API - Clean Python API for programmatic access
  • 🔐 Secure - Handle S3 credentials safely with static key support
  • Efficient - Batch operations and smart caching

Quick Start

Note: You need Copernicus credentials to use vresto. Get free access at https://dataspace.copernicus.eu/

Clone and install:

git clone https://github.com/kalfasyan/vresto.git
cd vresto
uv sync

Configure your credentials (see Setup Guide for details):

export COPERNICUS_USERNAME="your_email@example.com"
export COPERNICUS_PASSWORD="your_password"

Web interface:

uv run python src/vresto/ui/map_interface.py

Opens at http://localhost:8080

API usage:

from vresto.api import CatalogSearch, BoundingBox, CopernicusConfig
from vresto.products import ProductsManager

config = CopernicusConfig()
catalog = CatalogSearch(config=config)
bbox = BoundingBox(west=4.65, south=50.85, east=4.75, north=50.90)

products = catalog.search_products(
    bbox=bbox,
    start_date="2024-01-01",
    max_cloud_cover=20,
)

manager = ProductsManager(config=config)
for product in products[:5]:
    quicklook = manager.get_quicklook(product)
    if quicklook:
        quicklook.save_to_file(f"{product.name}.jpg")

For detailed setup and usage, see the documentation below.

Documentation

Requirements

  • Python 3.9+
  • uv package manager (optional but recommended)

License

See LICENSE.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vresto-0.0.6.tar.gz (356.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vresto-0.0.6-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file vresto-0.0.6.tar.gz.

File metadata

  • Download URL: vresto-0.0.6.tar.gz
  • Upload date:
  • Size: 356.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vresto-0.0.6.tar.gz
Algorithm Hash digest
SHA256 a602094467e02b2de9bbe1f2ef41cc11848c1a751396fd00d6e79200aee6379d
MD5 6f69f343ea78d901f5ca8079fa395351
BLAKE2b-256 1c162c4f503d371c78248a85205336f9d35f7cc6e061a6b0197cac8b69e14a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for vresto-0.0.6.tar.gz:

Publisher: publish.yml on kalfasyan/vresto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vresto-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: vresto-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vresto-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 22fccf5a6c5980fcc43d16fe36beedd47a9eff8e9b862076af9f176a25992b08
MD5 cb774142aaffc311b12500db9e8cece8
BLAKE2b-256 ca22b73b1839e4278c349884b34a94c609e0b89bc8ee6db1ecc8eda004f47a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vresto-0.0.6-py3-none-any.whl:

Publisher: publish.yml on kalfasyan/vresto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page