Hi, I am using OCG services (sentinelhub==3.9.1
) with WcsRequest and just founded what I think that is a bug.
When trying to add a DataCollection.HARMONIZED_LANDSAT_SENTINEL
I am having the following error:
File "/Users/...../anaConda/miniconda3/envs/py39/lib/python3.9/site-packages/sentinelhub/data_collections.py", line 589, in wfs_id
raise ValueError(f"Data collection {self.name} is missing a Sentinel Hub WFS identifier")
ValueError: Data collection HARMONIZED_LANDSAT_SENTINEL is missing a Sentinel Hub WFS identifier
I looked for the WFS identifier of HARMONIZED_LANDSAT_SENTINEL in the official documentation:
I found this: Harmonized Landsat Sentinel DSS21 so I added it to the repository code because it was missing:
Now I am not having the error, but the study is not plotting correctly.
Thanks for the help!