This document describes the HydrOffice BAG library and tools (0.2). For the source code, go here.
Source code for hydroffice.bag
"""
Hydro-Package
BAG
"""
from __future__ import absolute_import, division, print_function, unicode_literals
import logging
log = logging.getLogger(__name__)
log.addHandler(logging.NullHandler())
from .helper import BAGError
from .base import is_bag
from .bag import BAGFile
__version__ = '0.2.15'
__doc__ = 'BAG'
__author__ = 'gmasetti@ccom.unh.edu, brc@ccom.unh.edu'
__license__ = 'LGPLv3 license'
__copyright__ = 'Copyright (c) 2016, University of New Hampshire, Center for Coastal and Ocean Mapping'
# def hyo_app():
# return __doc__, __version__