localtileserver)uv package manager (optional, recommended for development)InstallationCredentials: You need free Copernicus credentials to use vresto — get them at https://dataspace.copernicus.eu/. See the Setup Guide for configuration details.
From PyPI:
For development:
git clone https://github.com/kalfasyan/vresto.git
cd vresto
uv syncThe fastest way to run vresto:
git clone https://github.com/kalfasyan/vresto.git && cd vresto make docker-up
The dashboard opens at http://localhost:8610. Add your Copernicus credentials anytime via the ☰ menu → Settings, or provide them up front in a .env file (see .env.example). Use make docker-rebuild after pulling changes.
Launch the app:
vresto # or: uv run vresto / pixi run vresto / make appSearch and download from Python:
from vresto.api import CatalogSearch, CopernicusConfig from vresto.products import ProductsManager config = CopernicusConfig() catalog = CatalogSearch(config=config) manager = ProductsManager(config=config) # Search for a product by name products = catalog.search_products_by_name("S2A_MSIL2A", max_results=5) # Download specific bands (Red, Green, Blue) manager.download_product_bands( product=products[0].name, bands=["B04", "B03", "B02"], resolution=10, dest_dir="./data", )
vresto-cli search-name "S2A_MSIL2A" --max-results 5 vresto-cli download-bands "S2A_MSIL2A_20200612T023601_N0500_R089_T50NKJ_20230327T190018" "B04,B03,B02" --resolution 10 --output ./data
This project is licensed under the terms in LICENSE.txt.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | semantica - Semantic Layer & Knowledge Engineering Framework | 0 | 10 | 08-02-2026 |
| 2 | pytrendy: Trend Detection in Time Series Data | 0 | 10 | 20-06-2026 |
| 3 | sentrysearch - Semantic search over videos | 0 | 10 | 26-04-2026 |
| 4 | fastjsondiff - Fastest JSON Diff Library | 0 | 10 | 18-01-2026 |
| 5 | LLMRouter - Library for LLM Routing | 0 | 10 | 08-02-2026 |
| 6 | Sifty: OSS Windows Maintenance CLI | 0 | 10 | 12-07-2026 |
| 7 | StegoForge: Zero-Dependency Python Steganography | 0 | 35 | 07-05-2026 |
| 8 | dograh - Open Source Voice Agent Platform | 0 | 10 | 25-05-2026 |
| 9 | userharbor: Framework Agnostic User Management | 0 | 10 | 27-07-2026 |
| 10 | Updated manual for IMFD 5.7 | 0 | 30 | 12-07-2026 |