-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The dataset id C4_CP_STA_CS_NBR fails on the server because the CEF version of the data has its second parameter, Frequency__C4_CP_STA_CS_NBR, defined as non-time-varying DATA; while the XML version indicates the variable will be time-varying. Compare:
wget -O C4_CP_STA_CS_NBR.xml 'https://csa.esac.esa.int/csa-sl-tap/data?retrieval_type=HEADER&DATASET_ID=C4_CP_STA_CS_NBR&FORCEPACK=false'which indicates there should be 1+128+128*3*2=897 fields, while
wget -O C4_CP_STA_CS_NBR.cef "https://csa.esac.esa.int/csa-sl-tap/data?RETRIEVAL_TYPE=product&RETRIEVAL_ACCESS=streamed&DATASET_ID=C4_CP_STA_CS_NBR&START_DATE=2022-07-31T11:00:00Z&END_DATE=2022-07-31T12:00:00Z"returns 1+128*3*2=769 fields.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels