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

Function test_sentinel_current

scripts/api_test.py:103–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def test_sentinel_current() -> None:
104 params = {
105 "spectral_bands": ["red", "green", "blue"],
106 "size_km": 5.0,
107 "return_type": "png",
108 #"window_seconds": 60.0
109 }
110 _test_sentinel_endpoint("/data/current/image/sentinel", params=params)
111
112
113def test_sentinel() -> None:

Callers

nothing calls this directly

Calls 1

_test_sentinel_endpointFunction · 0.85

Tested by

no test coverage detected