main
The ocean-data-parser can be used through two main methods:
- command line interface
odpy
: Ideal for conversions, CI tools. from ocean_data_parser import ...
: To integrate within a python script or method.
The ocean-data-parser can be used through two main methods:
odpy
: Ideal for conversions, CI tools.from ocean_data_parser import ...
: To integrate within a python script or method.