Hello,
I have been using the Python API to download SST forecast seasonal mean anomaly files from the various international models included on Copernicus. I note the system numbers are listed here:
Is there a way to obtain or query the latest system number through Python, before sending through the API request?
I am trying to setup an automated download system, but this fails whenever the system number updates. So far, I have learnt that the only way to find out about the system number changing is by manually visiting the website/forum but if there was a way of figuring this out through Python, that would help.