docs.rs failed to build rss_core-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
rss_core - Remote Sensing Satellite Imagery Core
A Rust library for querying, downloading, and processing satellite imagery from multiple providers.
Quick Start
[]
= "0.5"
Features
- Multi-source queries - Query imagery from STAC APIs and PostgreSQL databases
- Canonical band names - Cross-provider band resolution (
"red"→"nbart_red"for DEA,"band4"for Element84) - Product definitions - Declarative YAML-based product configurations
- Python bindings - Optional PyO3 bindings for Python integration
Example
use ;
use NaiveDate;
use PathBuf;
let query = new
.start_date
.end_date
.cloudcover
.canonical_bands
.build;
let feature_collection = query.get?;
Documentation
Full API documentation: https://docs.rs/rss_core
Features
| Feature | Description |
|---|---|
pyo3 |
Python bindings via PyO3 (requires Python 3.9+) |
License
LGPL-3.0-or-later