Open-EO / openeo-geopyspark-integrationtests

Integrationtests for GeoPyspark backend
Apache License 2.0
0 stars 0 forks source link

Issue72 openeo geotrellis extensions add coverage for projection metadata #5

Closed JohanKJSchreurs closed 1 year ago

JohanKJSchreurs commented 1 year ago

Adding coverage to check that the STAC projection metadata is correctly added to the job's metadata.

This would catch missing projection metadata, for example the problem that was reported in this comment: https://github.com/Open-EO/openeo-geotrellis-extensions/issues/72#issuecomment-1491745761

Related PRs:

When this PR is merged the integration tests will fail because the STAC projection metadata is currently not being added correctly.

The PR that fixes this in openeo-geopyspark-driver is this one: https://github.com/Open-EO/openeo-geopyspark-driver/pull/389

To avoid that other, unrelated PRs of the openeo-geopyspark-driver cannot be deployed after they are merged, it would be best to first merge https://github.com/Open-EO/openeo-geopyspark-driver/pull/389 before you merge this PR (https://github.com/Open-EO/openeo-geopyspark-integrationtests/pull/5) .