jbfaden / esdc-hapi

Prototype HAPI Java server plug-in for ESDC
0 stars 0 forks source link

five datasets apparently have no CDF file granules #5

Open jbfaden opened 5 months ago

jbfaden commented 5 months ago

It looks to me like five of the data sets do not have any CDF file granules.
solo_L2a_swa-eas1-nm3d-psd "solo_L2_mag-rtn derived from LL data" "solo_L2_mag-srf derived from LL data" solo_L2a_swa-eas1-nm3d-def solo_L2a_swa-eas1-nm3d-dnf

For example,

https://soar.esac.esa.int/soar-sl-tap/tap/sync?REQUEST=doQuery&LANG=ADQL&FORMAT=csv&QUERY=SELECT+TOP+1+begin_time,end_time,filename,data_item_id+FROM+v_sc_data_item+WHERE+data_item_id+LIKE+%27solo_L2a_swa-eas1-nm3d-psd%25%27+ORDER+BY+begin_time+ASC

returns no records.

I will resolve this by excluding these from the server, but this ticket is to make sure this is not an error elsewhere.