Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Restore TapHandle functionnality: DataLink #43

Open
lmichel opened this issue Oct 20, 2021 · 4 comments
Open

[FEATURE] Restore TapHandle functionnality: DataLink #43

lmichel opened this issue Oct 20, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@lmichel
Copy link
Owner

lmichel commented Oct 20, 2021

Some tables contain URLs on DataLink endpoints instead of direct links to data products.

DataLink is a VO protocol providing an access to a set of data or services attached to a given product.

  • JSResource embeds a DataLinks Browser that must be reused.
@lmichel lmichel added the enhancement New feature or request label Oct 20, 2021
@lmichel
Copy link
Owner Author

lmichel commented Oct 20, 2021

DataLink endpoints can be found on CAOM (CADC) and GAVO Obscore tables.

@lmichel
Copy link
Owner Author

lmichel commented Oct 20, 2021

This issue must be addressed once the registry search tool is working

@lmichel
Copy link
Owner Author

lmichel commented Jan 10, 2022

Run the following query (after #120 is fixed)

SELECT  TOP 100  ivoa.obscore.access_url,ivoa.obscore.access_format,ivoa.obscore.dataproduct_type
FROM ivoa.obscore
WHERE      ivoa.obscore.dataproduct_type = 'image' AND ivoa.obscore.access_format LIKE '%datalink%' 

And look at what TapHandle (the old one) works.
Try to do the same

@lmichel
Copy link
Owner Author

lmichel commented Jan 18, 2022

Network test on TapHandle (https://ws.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/argus/)
Click on the icon:

http://saada.unistra.fr/taphandle/forwardxmlresource?target=https%3A%2F%2Fws.cadc-ccda.hia-iha.nrc-cnrc.gc.ca%2Fcaom2ops%2Fdatalink%3Frunid%3Dq952a7mnln9odv9r%26ID%3Divo%253A%252F%252Fcadc.nrc.ca%252FGEMINI%253FGN-2014B-Q-35-158-011%252FN20141022S0180

The data link response the invoked through a proxy

Click on #this

https://ws-uv.canfar.net/transfer/bmVpZ2g9VVZJQyZzaWdleHA9MjAyMjAxMTgxNzAyMjAmYXJjPUdFTSZpZD1OMjAxNDEwMjJTMDE4MC5maXRzJnVzZXI9YW5vblVzZXImbWV0aD1nZXQmYXV0aENvZGU9MCZ1cmw9aHR0cCUzQSUyRiUyRnN0b3ItdXYtMDIuY2FuZmFyLm5ldCUzQTg4ODglMkZhcmNoaXZlJTJGNmZlOWVkZTElMkYxMjQ4JTJGZ2VtJTJGZGVmYXVsdCUyRjAwJTJGMDglMkYzNyUyRk4yMDE0MTAyMlMwMTgwJTI1MkVmaXRzJTI1M0IlMjUzQjE3NzM2Mjcmc2VydmljZVVybD1odHRwcyUzQSUyRiUyRndzLmNhZGMtY2NkYS5oaWEtaWhhLm5yYy1jbnJjLmdjLmNhJTJGZGF0YSUyRnB1YiUyRkdFTSUyRk4yMDE0MTAyMlMwMTgwLmZpdHMlM0ZSVU5JRCUzRHE5NTJhN21ubG45b2R2OXI=-ZmlkPU4yMDE0MTAyMlMwMTgwLmZpdHMmY2xuPTQyMTM0NDAmY21kPTZiYTBiNWMwYWY0ZjA2NGJlMTc5ODQ3YmY0N2NjMTI2JmN0eT1hcHBsaWNhdGlvbiUyRmZpdHMmbG1kPTE1NDA1Nzg0MTEwMDAmdWxuPTQyMTM0NDAmdW1kPTZiYTBiNWMwYWY0ZjA2NGJlMTc5ODQ3YmY0N2NjMTI2-0907360d88c22796d9c6c5455549235a/N20141022S0180.fits

We fetch data on another location, likely through some 3xx

The only way we have to handle this is to rely on our proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant