cedadev / archive-opensearch

Prototype Opensearch Application for the CEDA Archive
0 stars 0 forks source link

Opendap issues with dds and das #60

Closed rsmith013 closed 4 years ago

rsmith013 commented 4 years ago

following up our TC I send you links with which I encountered problems. The behaviour is the same for dds and das.

I get an empty result for this link: http://cci-odp-data2.ceda.ac.uk/thredds/dodsC/esacci/cloud/data/phase-2/L3C/MODIS-TERRA/v2.0/2000/200002-ESACCI-L3C_CLOUD-CLD_PRODUCTS-MODIS_TERRA-fv2.0.nc.dds . The uuid of that feature collection is Z39o6XAB5l1700gahU5G, the identifier is 34090d316d514b55b7080a4181a28f8f.

This link: http://cci-odp-data2.ceda.ac.uk/thredds/dodsC/esacci/ozone/data/nadir_profiles/l3/merged/v0002/1997/ESACCI-OZONE-L3-NP-MERGED-KNMI-199701-fv0002.nc.das

I can open in my browser, but weirdly not via Python, where the content is also empty. A code snippet to reproduce:

import requests response = requests.get( 'http://cci-odp-data2.ceda.ac.uk/thredds/dodsC/esacci/ozone/data/nadir_profiles/l3/merged/v0002/1997/ESACCI-OZONE-L3-NP-MERGED-KNMI-199701-fv0002.nc.das') print(response.content)

Not sure what's wrong with the second one, but it seems to a similar problem as the first one.

rsmith013 commented 4 years ago

Seems to have just been a bad day. I get responses now