MCPcopy Create free account
hub / github.com/DPhi-Space/SimSat / test_sentinel

Function test_sentinel

scripts/api_test.py:113–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def 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
126def test_sentinel_multispectral() -> None:

Callers

nothing calls this directly

Calls 1

_test_sentinel_endpointFunction · 0.85

Tested by

no test coverage detected