Esempio n. 1
0
Hydro-Package
SIS4
"""

import os
from hyo2.abc.lib.lib_info import LibInfo
from hyo2.kng.emu.sis4 import name, __version__
import logging

log = logging.getLogger(__name__)
log.addHandler(logging.NullHandler())

lib_info = LibInfo()

lib_info.lib_name = name
lib_info.lib_version = __version__
lib_info.lib_author = "Giuseppe Masetti(UNH,CCOM)"
lib_info.lib_author_email = "*****@*****.**"

lib_info.lib_license = "LGPLv3"
lib_info.lib_license_url = "https://www.hydroffice.org/license/"

lib_info.lib_path = os.path.abspath(os.path.dirname(__file__))

lib_info.lib_url = "https://www.hydroffice.org/kng/"
lib_info.lib_manual_url = "https://www.hydroffice.org/manuals/kng/index.html"
lib_info.lib_support_email = "*****@*****.**"
lib_info.lib_latest_url = "https://www.hydroffice.org/latest/sis4.txt"

lib_info.lib_dep_dict = {"hyo2.abc": "hyo2.abc", "PySide2": "PySide2"}
Esempio n. 2
0
lib_info.lib_name = name
lib_info.lib_version = __version__
lib_info.lib_author = "Giuseppe Masetti(UNH,CCOM); Barry Gallagher(NOAA,OCS); " \
                      "Chen Zhang(NOAA,OCS)"
lib_info.lib_author_email = "[email protected]; [email protected]; " \
                            "*****@*****.**"

lib_info.lib_license = "LGPLv2.1 or CCOM-UNH Industrial Associate license"
lib_info.lib_license_url = "https://www.hydroffice.org/license/"

lib_info.lib_path = os.path.abspath(os.path.dirname(__file__))

lib_info.lib_url = "https://www.hydroffice.org/soundspeed/"
lib_info.lib_manual_url = "https://www.hydroffice.org/manuals/soundspeed/index.html"
lib_info.lib_support_email = "*****@*****.**"
lib_info.lib_latest_url = "https://www.hydroffice.org/latest/soundspeed.txt"

lib_info.lib_dep_dict = {
    "hyo2.abc": "hyo2.abc",
    "hyo2.soundspeed": "hyo2.soundspeed",
    "hyo2.surveydatamonitor": "hyo2.surveydatamonitor",
    "gsw": "gsw",
    "netCDF4": "netCDF4",
    "gdal": "osgeo",
    "numpy": "numpy",
    "pyproj": "pyproj",
    "matplotlib": "matplotlib",
    "cartopy": "cartopy",
    "PySide2": "PySide2"
}
Esempio n. 3
0
lib_info.lib_name = name
lib_info.lib_version = __version__
lib_info.lib_author = "Giuseppe Masetti(UNH,CCOM); Tyanne Faulkes(NOAA,OCS); Julia Wallace(NOAA,OCS); " \
                      "Matthew Wilson(NOAA,OCS)"
lib_info.lib_author_email = "[email protected]; [email protected]; [email protected]; " \
                            "*****@*****.**"

lib_info.lib_license = "LGPL v3"
lib_info.lib_license_url = "https://www.hydroffice.org/license/"

lib_info.lib_path = os.path.abspath(os.path.dirname(__file__))

lib_info.lib_url = "https://www.hydroffice.org/qctools/"
lib_info.lib_manual_url = "https://www.hydroffice.org/manuals/qctools/stable/index.html"
lib_info.lib_support_email = "*****@*****.**"
lib_info.lib_latest_url = "https://www.hydroffice.org/latest/qctools.txt"

lib_info.lib_dep_dict = {
    "hyo2.abc": "hyo2.abc",
    "hyo2.bag": "hyo2.bag",
    "hyo2.grids": "hyo2.grids",
    "hyo2.s57": "hyo2.s57",
    "gdal": "osgeo",
    "h5py": "h5py",
    "numpy": "numpy",
    "piexif": "piexif",
    "pillow": "PIL",
    "pyproj": "pyproj",
    "PySide2": "PySide2",
    "scipy": "scipy",
}
Esempio n. 4
0
from hyo2.openbst import __version__

lib_info = LibInfo()

lib_info.lib_name = name
lib_info.lib_version = __version__
lib_info.lib_author = "G.Masetti (CCOM/JHC); Jean-Marie Augustin (IFREMER); Cyrille Poncelet (IFREMER)"
lib_info.lib_author_email = "[email protected]; [email protected]; [email protected]"

lib_info.lib_license = "LGPL v3"
lib_info.lib_license_url = "https://www.hydroffice.org/license/"

lib_info.lib_path = os.path.abspath(os.path.dirname(__file__))

lib_info.lib_url = "https://www.hydroffice.org/openbst/"
lib_info.lib_manual_url = "https://www.hydroffice.org/manuals/openbst/index.html"
lib_info.lib_support_email = "*****@*****.**"
lib_info.lib_latest_url = "https://www.hydroffice.org/latest/openbst.txt"

lib_info.lib_dep_dict = {
    "hyo2.abc": "hyo2.abc",
    "gdal": "osgeo",
    "numpy": "numpy",
    "scipy": "scipy",
    "pyproj": "pyproj",
    "h5py": "h5py",
    "netCDF4": "netCDF4",
    "PySide2": "PySide2",
    "matplotlib": "matplotlib"
}