hyo2.bagexplorer


Namehyo2.bagexplorer JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://www.hydroffice.org/bag
SummaryAn application to browse and manage BAG files.
upload_time2024-05-04 13:49:13
maintainerNone
docs_urlNone
authorGiuseppe Masetti (CCOM,UNH)
requires_python>=3.8
licenseLGPLv3 license
keywords hydrography ocean mapping survey bag tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HydrOffice BAG Explorer
=======================

.. image:: https://github.com/hydroffice/hyo2_bagexplorer/raw/master/hyo2/bagexplorer/media/BAGExplorer_256.png
    :alt: logo

|

.. image:: https://img.shields.io/pypi/v/hyo2.bagexplorer.svg
    :target: https://pypi.python.org/pypi/hyo2.bagexplorer
    :alt: PyPi version

.. image:: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_windows.yml/badge.svg
    :target: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_windows.yml
    :alt: Windows

.. image:: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_linux.yml/badge.svg
    :target: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_linux.yml
    :alt: Linux

.. image:: https://app.codacy.com/project/badge/Grade/23c4dfc529ca446f88e5cd0cb8903d7f
    :target: https://app.codacy.com/gh/hydroffice/hyo2_bagexplorer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
    :alt: codacy

.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_bagexplorer/badge.svg?branch=master
    :target: https://coveralls.io/github/hydroffice/hyo2_bagexplorer?branch=master
    :alt: coverall

|

* Code: `GitHub repo <https://github.com/hydroffice/hyo2_bagexplorer <https://github.com/hydroffice/hyo2_bagexplorer>`_
* Project page: `url <https://www.hydroffice.org/bag/main>`_, `download <https://bitbucket.org/hydroffice/hyo2_bagexplorer/downloads/>`_
* License: LGPLv3 license (See `LICENSE <https://www.hydroffice.org/license/>`_)

|

General info
------------

HydrOffice is a research development environment for ocean mapping. It provides a collection of hydro-packages, each of them dealing with a specific issue of the field.
The main goal is to speed up both algorithms testing and research-2-operation.

BAG Explorer is a light application, based on HDF Compass and the HydrOffice BAG library tools, to explore BAG data files.

HDF Compass is written in Python, but ships as a native application on Windows, OS X, and Linux, by using PyInstaller and Py2App to package the app.
For more info about HDF Compass, visit the `GitHub <http://github.com/HDFGroup/hdf-compass>`_ repository and the `project <https://www.hdfgroup.org/projects/compass/>`_ web page.

HydrOffice BAG library provides access to BAG-specific features, as well as a collection of tools to verify and manipulate BAG data files.


Dependencies
------------

For executing and packaging the *BAG Explorer* app:

* ``hdf_compass`` (that requires several dependencies as ``matplotlib``, ``wxPython``, ``h5py``)
* ``hydroffice.bag`` (that also requires ``lxml`` and ``osgeo.gdal``)
* ``PyInstaller`` *[for freezing the application]*
* ``appdmg`` *[for creating a dmg on Mac]*


"""""""

History
-------

1.0
~~~

2018-12-02

- Switch to hyo2 namespace


0.5
~~~

2018-05-29

- Minor fixes to Menu entries and About dialogs

2018-04-08

- Switch to git


0.4
~~~

2017-04-02

- Switch to Python 3.6+


0.2
~~~

2015-10-24

- Split from hyo2.bag as stand-alone hydro-package



"""""""

Credits
-------

Authors
~~~~~~~

HydrOffice BAG and BAG Explorer are written and maintained by:

- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_

Contributors
~~~~~~~~~~~~

The following wonderful people contributed directly or indirectly to this project:

- `Matt Wilson <mailto:matt.wilson@noaa.gov>`_

- `Brian Calder <mailto:brc@ccom.unh.edu>`_

Please add yourself here alphabetically when you submit your first pull request.


"""""""

How to contribute
=================

Every open source project lives from the generous help by contributors that sacrifice their time and this is no different.

To make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.

Here are a few hints and rules to get you started:

- Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.
- If your change is noteworthy, add an entry to the changelog_.
- No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!
- Don't *ever* break backward compatibility.
- *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.
  If a feature is not tested or documented, it does not exist.
- Obey `PEP 8`_ and `PEP 257`_.
- Write `good commit messages`_.
- Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.

.. note::
   If you have something great but aren't sure whether it adheres -- or even can adhere -- to the rules above: **please submit a pull request anyway**!
   In the best case, we can mold it into something, in the worst case the pull request gets politely closed.
   There's absolutely nothing to fear.

Thank you for considering to contribute! If you have any question or concerns, feel free to reach out to us.

.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/
.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/AUTHORS.rst
.. _changelog: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/HISTORY.rst
.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/
.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/
.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension
.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.hydroffice.org/bag",
    "name": "hyo2.bagexplorer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "hydrography ocean mapping survey bag tools",
    "author": "Giuseppe Masetti (CCOM,UNH)",
    "author_email": "gmasetti@ccom.unh.edu",
    "download_url": "https://files.pythonhosted.org/packages/4c/f3/77d4120ad6f93373bd409f6106b36e189bbc22f15b4c55a7364855f5ffe1/hyo2_bagexplorer-1.3.1.tar.gz",
    "platform": null,
    "description": "HydrOffice BAG Explorer\r\n=======================\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bagexplorer/raw/master/hyo2/bagexplorer/media/BAGExplorer_256.png\r\n    :alt: logo\r\n\r\n|\r\n\r\n.. image:: https://img.shields.io/pypi/v/hyo2.bagexplorer.svg\r\n    :target: https://pypi.python.org/pypi/hyo2.bagexplorer\r\n    :alt: PyPi version\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_windows.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_windows.yml\r\n    :alt: Windows\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_linux.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_bagexplorer/actions/workflows/bagexplorer_on_linux.yml\r\n    :alt: Linux\r\n\r\n.. image:: https://app.codacy.com/project/badge/Grade/23c4dfc529ca446f88e5cd0cb8903d7f\r\n    :target: https://app.codacy.com/gh/hydroffice/hyo2_bagexplorer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\r\n    :alt: codacy\r\n\r\n.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_bagexplorer/badge.svg?branch=master\r\n    :target: https://coveralls.io/github/hydroffice/hyo2_bagexplorer?branch=master\r\n    :alt: coverall\r\n\r\n|\r\n\r\n* Code: `GitHub repo <https://github.com/hydroffice/hyo2_bagexplorer <https://github.com/hydroffice/hyo2_bagexplorer>`_\r\n* Project page: `url <https://www.hydroffice.org/bag/main>`_, `download <https://bitbucket.org/hydroffice/hyo2_bagexplorer/downloads/>`_\r\n* License: LGPLv3 license (See `LICENSE <https://www.hydroffice.org/license/>`_)\r\n\r\n|\r\n\r\nGeneral info\r\n------------\r\n\r\nHydrOffice is a research development environment for ocean mapping. It provides a collection of hydro-packages, each of them dealing with a specific issue of the field.\r\nThe main goal is to speed up both algorithms testing and research-2-operation.\r\n\r\nBAG Explorer is a light application, based on HDF Compass and the HydrOffice BAG library tools, to explore BAG data files.\r\n\r\nHDF Compass is written in Python, but ships as a native application on Windows, OS X, and Linux, by using PyInstaller and Py2App to package the app.\r\nFor more info about HDF Compass, visit the `GitHub <http://github.com/HDFGroup/hdf-compass>`_ repository and the `project <https://www.hdfgroup.org/projects/compass/>`_ web page.\r\n\r\nHydrOffice BAG library provides access to BAG-specific features, as well as a collection of tools to verify and manipulate BAG data files.\r\n\r\n\r\nDependencies\r\n------------\r\n\r\nFor executing and packaging the *BAG Explorer* app:\r\n\r\n* ``hdf_compass`` (that requires several dependencies as ``matplotlib``, ``wxPython``, ``h5py``)\r\n* ``hydroffice.bag`` (that also requires ``lxml`` and ``osgeo.gdal``)\r\n* ``PyInstaller`` *[for freezing the application]*\r\n* ``appdmg`` *[for creating a dmg on Mac]*\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nHistory\r\n-------\r\n\r\n1.0\r\n~~~\r\n\r\n2018-12-02\r\n\r\n- Switch to hyo2 namespace\r\n\r\n\r\n0.5\r\n~~~\r\n\r\n2018-05-29\r\n\r\n- Minor fixes to Menu entries and About dialogs\r\n\r\n2018-04-08\r\n\r\n- Switch to git\r\n\r\n\r\n0.4\r\n~~~\r\n\r\n2017-04-02\r\n\r\n- Switch to Python 3.6+\r\n\r\n\r\n0.2\r\n~~~\r\n\r\n2015-10-24\r\n\r\n- Split from hyo2.bag as stand-alone hydro-package\r\n\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nCredits\r\n-------\r\n\r\nAuthors\r\n~~~~~~~\r\n\r\nHydrOffice BAG and BAG Explorer are written and maintained by:\r\n\r\n- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_\r\n\r\nContributors\r\n~~~~~~~~~~~~\r\n\r\nThe following wonderful people contributed directly or indirectly to this project:\r\n\r\n- `Matt Wilson <mailto:matt.wilson@noaa.gov>`_\r\n\r\n- `Brian Calder <mailto:brc@ccom.unh.edu>`_\r\n\r\nPlease add yourself here alphabetically when you submit your first pull request.\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nHow to contribute\r\n=================\r\n\r\nEvery open source project lives from the generous help by contributors that sacrifice their time and this is no different.\r\n\r\nTo make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.\r\n\r\nHere are a few hints and rules to get you started:\r\n\r\n- Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.\r\n- If your change is noteworthy, add an entry to the changelog_.\r\n- No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!\r\n- Don't *ever* break backward compatibility.\r\n- *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.\r\n  If a feature is not tested or documented, it does not exist.\r\n- Obey `PEP 8`_ and `PEP 257`_.\r\n- Write `good commit messages`_.\r\n- Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.\r\n\r\n.. note::\r\n   If you have something great but aren't sure whether it adheres -- or even can adhere -- to the rules above: **please submit a pull request anyway**!\r\n   In the best case, we can mold it into something, in the worst case the pull request gets politely closed.\r\n   There's absolutely nothing to fear.\r\n\r\nThank you for considering to contribute! If you have any question or concerns, feel free to reach out to us.\r\n\r\n.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/\r\n.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/AUTHORS.rst\r\n.. _changelog: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/HISTORY.rst\r\n.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/\r\n.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/\r\n.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension\r\n.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html\r\n",
    "bugtrack_url": null,
    "license": "LGPLv3 license",
    "summary": "An application to browse and manage BAG files.",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://www.hydroffice.org/bag"
    },
    "split_keywords": [
        "hydrography",
        "ocean",
        "mapping",
        "survey",
        "bag",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb996b2f45e4d7d7c6c457eebf3a5add4f11b6374861427f2a56e7e7e920acf5",
                "md5": "cb30841d478ae045f34d647836ca8027",
                "sha256": "89543ac978e681db2d1657fe7570c5b9ae75221ae71a8f151224747221daccc0"
            },
            "downloads": -1,
            "filename": "hyo2.bagexplorer-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb30841d478ae045f34d647836ca8027",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15285,
            "upload_time": "2024-05-04T13:49:10",
            "upload_time_iso_8601": "2024-05-04T13:49:10.384286Z",
            "url": "https://files.pythonhosted.org/packages/cb/99/6b2f45e4d7d7c6c457eebf3a5add4f11b6374861427f2a56e7e7e920acf5/hyo2.bagexplorer-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cf377d4120ad6f93373bd409f6106b36e189bbc22f15b4c55a7364855f5ffe1",
                "md5": "7216ccb79b7bf88d589bf009e04db4f7",
                "sha256": "2ea4f0829910bfcab1d148d39605e269c0a994076f70dd4152463a435edea213"
            },
            "downloads": -1,
            "filename": "hyo2_bagexplorer-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7216ccb79b7bf88d589bf009e04db4f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1017882,
            "upload_time": "2024-05-04T13:49:13",
            "upload_time_iso_8601": "2024-05-04T13:49:13.770726Z",
            "url": "https://files.pythonhosted.org/packages/4c/f3/77d4120ad6f93373bd409f6106b36e189bbc22f15b4c55a7364855f5ffe1/hyo2_bagexplorer-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 13:49:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hyo2.bagexplorer"
}
        
Elapsed time: 0.22727s