Source code for sunpy.net.dataretriever.attrs.goes
from sunpy.net.attr import SimpleAttr
__all__ = ["SatelliteNumber"]
# Define a custom __dir__ to restrict tab-completion to __all__
def __dir__():
return __all__
mplcairo
parse_time
sunpy
)
sunpy.coordinates
)sunpy.data
)
sunpy.database
)sunpy.image
)
sunpy.io
)
sunpy.map
)sunpy.net
)sunpy.physics
)
sunpy.sun
)sunpy.time
)
sunpy.timeseries
)
sunpy.util
)sunpy.visualization
)
from sunpy.net.attr import SimpleAttr
__all__ = ["SatelliteNumber"]
# Define a custom __dir__ to restrict tab-completion to __all__
def __dir__():
return __all__