Skip to content

Commit

Permalink
Merge pull request #79 from lsst/tickets/DM-35459
Browse files Browse the repository at this point in the history
[DM-35459] Add datalink service for links service
  • Loading branch information
cbanek authored Jul 5, 2022
2 parents 6636fde + f20b5b3 commit a198b64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalink/datalink-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dp01_object_cone_search": ["dp01_dc2_catalogs_object_ra", "dp01_dc2_catalogs_object_dec"],
"dp01_position_cone_search": ["dp01_dc2_catalogs_position_coord_ra", "dp01_dc2_catalogs_position_coord_dec"],
"dp01_truth_match_cone_search": ["dp01_dc2_catalogs_truth_match_ra", "dp01_dc2_catalogs_truth_match_dec"]
"dp01_truth_match_cone_search": ["dp01_dc2_catalogs_truth_match_ra", "dp01_dc2_catalogs_truth_match_dec"],
"obscore_links": ["ivoa_obscore_access_url"]
}
12 changes: 12 additions & 0 deletions datalink/obscore_links.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<VOTABLE xmlns="http://www.ivoa.net/xml/VOTable/v1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">


<INFO name="$ivoa_obscore_access_url$" ID="$ivoa_obscore_access_url$" value="this will be dropped..." />

<RESOURCE type="meta" utype="adhoc:service">
<DESCRIPTION>Datalink links service</DESCRIPTION>
<PARAM name="standardID" datatype="char" arraysize="*" value="ivo://ivoa.net/std/DataLink#links-1.0" />
<PARAM name="accessURL" datatype="char" arraysize="*" ref="$ivoa_obscore_access_url$" value="" />
</RESOURCE>
</VOTABLE>

0 comments on commit a198b64

Please sign in to comment.