()
| 111 | |
| 112 | |
| 113 | def test_sentinel() -> None: |
| 114 | params = { |
| 115 | "lon": 6.6323, |
| 116 | "lat": 46.5197, |
| 117 | "timestamp": "2026-03-01T16:00:00Z", |
| 118 | "spectral_bands": ["red", "green", "blue"], |
| 119 | "size_km": 5.0, |
| 120 | "return_type": "png", |
| 121 | #"window_seconds": 60.0 |
| 122 | } |
| 123 | _test_sentinel_endpoint("/data/image/sentinel", params=params) |
| 124 | |
| 125 | |
| 126 | def test_sentinel_multispectral() -> None: |
nothing calls this directly
no test coverage detected