FAIRiCUBE / catalog

Containing meta-data about the data collections available within FAIRiCUBE, both core ones as well as the ones provided by users
https://catalog.fairicube.eu/
Apache License 2.0
0 stars 2 forks source link

add rasdaman datacubes to catalog #8

Open pebau opened 6 months ago

pebau commented 6 months ago

A list of datacubes is already provided by rasdaman, but not listed in the catalog. As the automatic procedure is not yet in place, asking herewith to manually add these to the catalog.

The list of datacubes can be harvested through this WCS request. Remaining available for any questions.

pebau commented 6 months ago

Actually, this exercise might help in preparing the automatic procedure for the future.

baloola commented 6 months ago

Hi there, I tried the WCS link and I get an "Unauthorized" exception as a response

<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.1.0" xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="Unauthorized">
<ows:ExceptionText>Missing basic authentication header with username:password encoded in Base64 string from request '/rasdaman/ows?service=WCS&acceptversions=2.0.1&request=GetCapabilities&version=2.0.1'</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
pebau commented 6 months ago

thanks for reporting, we will take care.

pebau commented 6 months ago

at first glance, no login data are passed according to the message, can you check again?

bangph commented 6 months ago

@baloola you need to provide credentials in the request, use curl for that

e.g. curl -u 'fairicube_eox:PASS' 'https://fairicube.rasdaman.com/rasdaman/ows?service=WCS&version=2.0.1&request=GetCapabilities'

baloola commented 6 months ago

thanks @bangph , the thing is I do not have credentials, any idea how to get valid credentials

bangph commented 6 months ago

@baloola you could send an email to Peter (he commented above) and he will send the credentials to you.

pebau commented 6 months ago

credentials sent

pebau commented 5 months ago

@baloola @eox-cs1 still no information provided from your side, rasdaman still effectively locked out.

KathiSchleidt commented 3 days ago

I believe this issue has long been solved, please check and if so, close this issue