Exemplo n.º 1
0
import os
from hyo2.openbst.lib.products.product_plotting import ProductPlotting  # on Linux, this must be imported first
from hyo2.abc.app.app_info import AppInfo
from hyo2.openbst import name
from hyo2.openbst import __version__

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "G.Masetti (CCOM/JHC); Jean-Marie Augustin (IFREMER); Cyrille Poncelet (IFREMER)"
app_info.app_author_email = "[email protected]; [email protected]; [email protected]"

app_info.app_license = "LGPL v3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/openbst/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/openbst/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/openbst.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")

# icon size
app_info.app_tabs_icon_size = 36
app_info.app_toolbars_icon_size = 24
Exemplo n.º 2
0
import os
from hyo2.abc.app.app_info import AppInfo
from hyo2.kng.top.top4kctrl import name, __version__

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM)"
app_info.app_author_email = "*****@*****.**"

app_info.app_license = "LGPLv3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/kng/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/kng/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/top4kctrl.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")
Exemplo n.º 3
0
import os

from hyo2.abc.app.app_info import AppInfo

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

name = "Sound Speed Manager"
__version__ = "2019.0.0"
__copyright__ = "Copyright 2019 University of New Hampshire, Center for Coastal and Ocean Mapping"

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM); Barry Gallagher(NOAA,OCS); " \
                      "Chen Zhang(NOAA,OCS); Matthew Sharr(NOAA,OCS)"
app_info.app_author_email = "[email protected]; [email protected]; " \
                            "[email protected]; [email protected]"

app_info.app_license = "LGPLv2.1 or CCOM-UNH Industrial Associate license"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/soundspeed/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/soundspeed/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/soundspeedmanager.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
Exemplo n.º 4
0
import os
from hyo2.abc.app.app_info import AppInfo
from hyo2.qax import name
from hyo2.qax import __version__

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM); Tyanne Faulkes(NOAA,OCS); Lachlan Hurst (FrontierSI); Matt Boyd (CSIRO)"
app_info.app_author_email = "[email protected]; [email protected]; [email protected]; [email protected]"

app_info.app_license = "LGPL v3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/qax/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/qax/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_support_link = "https://www.ausseabed.gov.au/QAX/feedback-form"
app_info.app_latest_url = "https://www.hydroffice.org/latest/qax.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")

# icon size
app_info.app_tabs_icon_size = 36
app_info.app_toolbars_icon_size = 24
Exemplo n.º 5
0
import os
from hyo2.abc.app.app_info import AppInfo
from hyo2.qax import name
from hyo2.qax import __version__

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM); Tyanne Faulkes(NOAA,OCS)"
app_info.app_author_email = "[email protected]; [email protected]"

app_info.app_license = "LGPL v3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/qax/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/qax/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/qax.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")

# icon size
app_info.app_tabs_icon_size = 36
app_info.app_toolbars_icon_size = 24
Exemplo n.º 6
0
import os
from hyo2.abc.app.app_info import AppInfo
from hyo2.qc import name
from hyo2.qc import __version__

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM); Tyanne Faulkes(NOAA,OCS); Julia Wallace(NOAA,OCS); " \
                      "Brian Calder(UNH,CCOM)"
app_info.app_author_email = "[email protected]; [email protected]; [email protected]; [email protected]"

app_info.app_license = "LGPL v3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/qctools/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/qctools/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/qctools.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")

# icon size
app_info.app_tabs_icon_size = 36
app_info.app_toolbars_icon_size = 24
Exemplo n.º 7
0
import os

from hyo2.abc.app.app_info import AppInfo
from hyo2.qc import __version__
from hyo2.qc import name

app_info = AppInfo()

app_info.app_name = name
app_info.app_version = __version__
app_info.app_author = "Giuseppe Masetti(UNH,CCOM); Tyanne Faulkes(NOAA,OCS); Julia Wallace(NOAA,OCS); " \
                      "Matthew Wilson(NOAA,OCS)"
app_info.app_author_email = "[email protected]; [email protected]; [email protected]; " \
                            "*****@*****.**"

app_info.app_license = "LGPL v3"
app_info.app_license_url = "https://www.hydroffice.org/license/"

app_info.app_path = os.path.abspath(os.path.dirname(__file__))

app_info.app_url = "https://www.hydroffice.org/qctools/"
app_info.app_manual_url = "https://www.hydroffice.org/manuals/qctools/stable/index.html"
app_info.app_support_email = "*****@*****.**"
app_info.app_latest_url = "https://www.hydroffice.org/latest/qctools.txt"

app_info.app_media_path = os.path.join(app_info.app_path, "media")
app_info.app_main_window_object_name = "MainWindow"
app_info.app_license_path = os.path.join(app_info.app_media_path, "LICENSE")
app_info.app_icon_path = os.path.join(app_info.app_media_path, "app_icon.png")

# icon size