SkyServer | ||
Site Map | ||
SkyServer paper | ||
Web Services | ||
- Image Cutout | ||
- CAS Access | ||
- Spectra | ||
- Visualization | ||
- Mirage | ||
Site Traffic | ||
skyserver.org |
DefinitionBy web services here we mean SOAP (Simple Object Access Protocol) Services. FROM
http://dev.w3.org/cvsweb/~checkout~/2002/ws/arch/wsa/wd-wsa-arch.html#whatisws Hence the W3C definition does not require SOAP, but it is a de facto standard at present for web services. If we choose SOAP and WSDL, a range of tools exist.
Advantages
Disadvantages
Core ServicesThere are many web services available at JHU - most are listed on the Virtual Observatory Page. Services of particular interest to users of SDSS data are mentioned here.Image CutoutThe Image Cutout service (ImgCutout) is briefly covered in the API page. This web service allows you to get jpg images of parts of the sky covered by SDSS. The service URL is:http://skyservice.pha.jhu.edu/dr1/ImgCutout/imgcutout.asmxAs with all web services, you may get the WSDL by adding ?WSDL to this URL - i.e. http://skyservice.pha.jhu.edu/dr1/ImgCutout/imgcutout.asmx?wsdlThe DIME page describes writing a Java client to this service. The Image Cutout service underpins many of the pages on the SkyServer website. CAS AccessThis web service allows submission of SQL queries, with results returned in a number of formats. The service URL may be found at:http://voservices.net/CasService/ws_v1_0/CasService.asmxThe CAS Client page describes writing Java and Python clients to this service. DensityMapThis service is briefly mentioned on the API page.The Service URL may be found at: http://skyservice.pha.jhu.edu/devel/DensityMap/DensityMap.asmxThe Density Map tool is built on this service. SpectraThere is a group of web services for accessing spectral data from the SDSS: Further information about Java and C# clients for these services may be found on the Spectra Client page. The Spectra Website is built on top of these services.ClientsVisualizationAs already mentioned, the Spectra Website is built on top of the spectra and filter services.Many of the tools on the SkyServer site rely on the ImgCutout service. The Navigate tool is probably the best example.
Mirage
|