./
spdfsscwsexample.pro
This program is an example to demonstrate calling the Satellite Situation Center's REST Web Services from an Exelis Visual Information Solutions (VIS) Interactive Data Language (IDL) program. It demonstrates the following:
- Getting the available observatories.
- Getting the available ground stations.
- Getting and displaying satellite location data.
- Some basic HTTP error handling.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2013-2024 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Routines
top source SpdfSscWsExample
SpdfSscWsExample [, endpoint=string] [, sslVerifyPeer=int]
This procedure is an example to demonstrate calling the SSC REST Web Services from an IDL program. It demonstrates the following:
- Getting the available observatories.
- Getting the available ground stations.
- Getting and displaying satellite location data.
- Some basic HTTP error handling.
Keywords
- endpoint in optional type=string default=SpdfSsc->getDefaultEndpoint()
URL of CDAS web service.
- sslVerifyPeer in optional type=int default=1
Specifies whether the authenticity of the peer's SSL certificate should be verified. When 0, the connection succeeds regardless of what the peer SSL certificate contains.
File attributes
Modification date: | Wed Jan 17 07:00:42 2024 |
Lines: | 280 |
SSC Feedback.