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.
Attributes Summary
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. 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.
-