sentinel-hub / sentinelhub-py

Download and process satellite imagery in Python using Sentinel Hub services.
http://sentinelhub-py.readthedocs.io/en/latest/
MIT License
815 stars 249 forks source link

Feat/cdse reference #512

Closed chorng closed 8 months ago

chorng commented 9 months ago
chorng commented 9 months ago

@zigaLuksic Seems that the pipeline failed because of the missing cdse profile which I used to run tests locally.

How could I add a profile to the pipeline for testing on CDSE?

Adrok24 commented 9 months ago

I havent review everything in detail yet. But maybe after making the tests pass by adding the instance_id for cdse, we should think how to add a flag to skip the cdse cases. Maybe a decorator to wrap test functions, which ignore shconfig(cdse) when a command like --skip-cdse is passed.

zigaLuksic commented 8 months ago

closing this one for now