Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

460 integrate clms hrl vpp extract load stac #751

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. refactor: dedicated file for load_stac #460

    This does not get rid of the problem where GeoPySparkLayerCatalog now has a dependency on GpsBatchJobs (because load_stac needs it).
    bossie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d5eca63 View commit details
    Browse the repository at this point in the history
  2. fix build #460

    ImportError while importing test module /var/lib/jenkins/workspace/e-clms-hrl-vpp_extract_load_stac/tests/test_backend.py.
    Hint: make sure your test modules/packages have valid Python names.
    Traceback:
    /usr/lib64/python3.8/importlib/__init__.py:127: in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
    tests/test_backend.py:12: in <module>
        from openeogeotrellis.backend import GpsBatchJobs, GpsProcessing, GeoPySparkBackendImplementation, extract_own_job_info
    E   ImportError: cannot import name extract_own_job_info from openeogeotrellis.backend (/var/lib/jenkins/workspace/e-clms-hrl-vpp_extract_load_stac/openeogeotrellis/backend.py)
    bossie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4e09a71 View commit details
    Browse the repository at this point in the history
  3. fix build #460

    NameError: name extract_own_job_info is not defined
    bossie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cf137bc View commit details
    Browse the repository at this point in the history