SodaQuery¶
-
class
pyvo.dal.adhoc.
SodaQuery
(baseurl, circle=None, range=None, polygon=None, band=None, **kwargs)[source]¶ Bases:
pyvo.dal.adhoc.DatalinkQuery
,pyvo.dal.adhoc.AxisParamMixin
a class for preparing a query to a SODA Service.
initialize the query object with the given parameters
- Parameters
- baseurlstr
the Datalink baseurl
- idstr
the dataset identifier
- responseformatstr
the output format
- sessionobject
optional session to use for network requests
Attributes Summary
The BAND parameter defines the wavelength interval(s) to be extracted from the data using a floating point interval
The CIRCLE parameter defines a spatial region using the circle xtype defined in DALI.
The POLYGON parameter defines a spatial region using the polygon xtype defined in DALI.
A rectangular range.
Attributes Documentation
-
band
¶ The BAND parameter defines the wavelength interval(s) to be extracted from the data using a floating point interval
-
circle
¶ The CIRCLE parameter defines a spatial region using the circle xtype defined in DALI.
-
polygon
¶ The POLYGON parameter defines a spatial region using the polygon xtype defined in DALI.
-
range
¶ A rectangular range.