OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
__init__.py
Go to the documentation of this file.
1 import warnings
2 warnings.simplefilter(action='ignore', category=FutureWarning)
3 
4 from .__version__ import __version__
5 from .product_estimation import image_estimates
6 from .meta import get_sensor_bands
7 from .utils import get_tile_data