A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1bgen_hico
hico
exceptions.py
Go to the documentation of this file.
1
class
PVQException
(ValueError):
2
pass
3
4
5
class
USGNCCoarseTimeException
(
PVQException
):
6
pass
7
8
9
class
PVQInterpolation
(
PVQException
):
10
pass
11
12
13
class
EmptyCSVException
(
PVQException
):
14
pass
15
16
class
BadFormatCSVException
(
PVQException
):
17
pass
hico.exceptions.EmptyCSVException
Definition:
exceptions.py:13
hico.exceptions.PVQException
Definition:
exceptions.py:1
hico.exceptions.PVQInterpolation
Definition:
exceptions.py:9
hico.exceptions.BadFormatCSVException
Definition:
exceptions.py:16
hico.exceptions.USGNCCoarseTimeException
Definition:
exceptions.py:5