Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 5, 2024
1 parent aed37b5 commit af11e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satip/eumetsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def _download_single_tailored_dataset(
elif product_id == "EO:EUM:DAT:MSG:MSG15":
tailor_id = SEVIRI
elif product_id == "EO:EUM:DAT:MSG:HRSEVIRI":
tailor_id = SEVIRI_HRV
tailor_id = SEVIRI
elif product_id == "EO:EUM:DAT:MSG:RSS-CLM":
tailor_id = CLM_ID
else:
Expand All @@ -566,7 +566,7 @@ def _download_single_tailored_dataset(
credentials = (self.user_key, self.user_secret)
token = eumdac.AccessToken(credentials)
datastore = eumdac.DataStore(token)
product_id = datastore.get_product("EO:EUM:DAT:MSG:MSG15", dataset_id)
product_id = datastore.get_product("EO:EUM:DAT:MSG:HRSEVIRI", dataset_id)
log.debug(f"Downloading data for {dataset_id=}, {product_id=}")
self.create_and_download_datatailor_data(
dataset_id=product_id,
Expand Down

0 comments on commit af11e8d

Please sign in to comment.