We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e67aa commit a88edbdCopy full SHA for a88edbd
openeogeotrellis/job_registry.py
@@ -23,7 +23,9 @@
23
JobDict,
24
ejr_job_info_to_metadata,
25
)
26
-from openeo_driver.util.http import UrlSafeStructCodec
+
27
+# TODO: eliminate coupling of job_registry with openeogeotrellis.sentinel_hub?
28
+# It's actually only used for OG_BATCH_RESULTS_BUCKET, which could be a config?
29
from openeogeotrellis import sentinel_hub
30
from openeogeotrellis.config import get_backend_config
31
from openeogeotrellis.configparams import ConfigParams
openeogeotrellis/sentinel_hub/__init__.py
@@ -1,3 +1,5 @@
1
+# TODO: keep this __init__ slim and dependency-low (openeogeotrellis.geopysparkdatacube is a heavy one for example)
2
3
from typing import Dict
4
5
import logging
0 commit comments