hyo2.bag


Namehyo2.bag JSON
Version 1.2.4 PyPI version JSON
download
home_pagehttps://www.hydroffice.org/bag
SummaryA package to manage Bathymetric Attributed Grid (BAG) data files.
upload_time2024-05-04 11:43:25
maintainerNone
docs_urlNone
authorGiuseppe Masetti (CCOM,UNH)
requires_python>=3.8
licenseLGPLv3 license
keywords hydrography ocean mapping survey bag openns
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HydrOffice BAG Tools
====================

.. image:: https://github.com/hydroffice/hyo2_bag/raw/master/hyo2/bag/media/favicon.png
    :alt: logo

|

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

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

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

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
    :target: https://www.hydroffice.org/manuals/bag/index.html
    :alt: Latest Documentation

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

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

|

* GitHub: `https://github.com/hydroffice/hyo2_bag <https://github.com/hydroffice/hyo2_bag>`_
* Project page: `url <https://www.hydroffice.org/bag>`_
* License: LGPLv3 or IA license (See `Dual 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.

The BAG Tools hydro-package collects tools for working with BAG files. BAG is a data format by the `ONS-WG <http://www.opennavsurf.org/>`_ (Open Navigation Surface Working Group).


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

For the BAG library, you will need:

* ``python`` *[>=3.5]*
* ``numpy``
* ``h5py``
* ``lxml``
* ``gdal``
* ``PyInstaller`` *[for freezing the tools]*

For running some of the example scripts, you might also need:

* ``matplotlib``


"""""""

History
-------

1.0
~~~

2018-12-02

- Move to hyo2 namespace


0.5
~~~

2018-06-21

- Bug fix to follow GDAL-convention for geotransform

2018-04-08

- Switch to git

2017-04-21

- Switch to Python 3


0.2
~~~

2016-05-27

- Added option to read a slice of rows for elevation and uncertainty layers

2016-03-21

- Added option to reproject layers into user-defined EPSG


2015-10-24

- Split BAG Explorer as stand-alone hydro-package


2015-10-09

- Added BAG Explorer
- Started Schematron schema for BAG Metadata profile


0.1
~~~

2015-03-31

- Initial commit.


"""""""

Credits
-------

Authors
~~~~~~~

HydrOffice BAG is 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://github.com/hydroffice/hyo2_bag/blob/master/AUTHORS.rst
.. _changelog: https://github.com/hydroffice/hyo2_bag/blob/master/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.bag",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "hydrography ocean mapping survey bag openns",
    "author": "Giuseppe Masetti (CCOM,UNH)",
    "author_email": "gmasetti@ccom.unh.edu",
    "download_url": "https://files.pythonhosted.org/packages/bb/f9/cb045a54cff967c155859a8fedaeb65ed6ba526cc43e0cbf40b923d7af1a/hyo2_bag-1.2.4.tar.gz",
    "platform": null,
    "description": "HydrOffice BAG Tools\r\n====================\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bag/raw/master/hyo2/bag/media/favicon.png\r\n    :alt: logo\r\n\r\n|\r\n\r\n.. image:: https://img.shields.io/pypi/v/hyo2.bag.svg\r\n    :target: https://pypi.python.org/pypi/hyo2.bag\r\n    :alt: PyPi version\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bag/actions/workflows/bag_on_windows.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_bag/actions/workflows/bag_on_windows.yml\r\n    :alt: Windows\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_bag/actions/workflows/bag_on_linux.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_bag/actions/workflows/bag_on_linux.yml\r\n    :alt: Linux\r\n\r\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\r\n    :target: https://www.hydroffice.org/manuals/bag/index.html\r\n    :alt: Latest Documentation\r\n\r\n.. image:: https://app.codacy.com/project/badge/Grade/b39ce4141d3e412fa789c7d5ee4971f3\r\n    :target: https://app.codacy.com/gh/hydroffice/hyo2_bag/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_bag/badge.svg?branch=master\r\n    :target: https://coveralls.io/github/hydroffice/hyo2_bag?branch=master\r\n    :alt: coverall\r\n\r\n|\r\n\r\n* GitHub: `https://github.com/hydroffice/hyo2_bag <https://github.com/hydroffice/hyo2_bag>`_\r\n* Project page: `url <https://www.hydroffice.org/bag>`_\r\n* License: LGPLv3 or IA license (See `Dual 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\nThe BAG Tools hydro-package collects tools for working with BAG files. BAG is a data format by the `ONS-WG <http://www.opennavsurf.org/>`_ (Open Navigation Surface Working Group).\r\n\r\n\r\nDependencies\r\n------------\r\n\r\nFor the BAG library, you will need:\r\n\r\n* ``python`` *[>=3.5]*\r\n* ``numpy``\r\n* ``h5py``\r\n* ``lxml``\r\n* ``gdal``\r\n* ``PyInstaller`` *[for freezing the tools]*\r\n\r\nFor running some of the example scripts, you might also need:\r\n\r\n* ``matplotlib``\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- Move to hyo2 namespace\r\n\r\n\r\n0.5\r\n~~~\r\n\r\n2018-06-21\r\n\r\n- Bug fix to follow GDAL-convention for geotransform\r\n\r\n2018-04-08\r\n\r\n- Switch to git\r\n\r\n2017-04-21\r\n\r\n- Switch to Python 3\r\n\r\n\r\n0.2\r\n~~~\r\n\r\n2016-05-27\r\n\r\n- Added option to read a slice of rows for elevation and uncertainty layers\r\n\r\n2016-03-21\r\n\r\n- Added option to reproject layers into user-defined EPSG\r\n\r\n\r\n2015-10-24\r\n\r\n- Split BAG Explorer as stand-alone hydro-package\r\n\r\n\r\n2015-10-09\r\n\r\n- Added BAG Explorer\r\n- Started Schematron schema for BAG Metadata profile\r\n\r\n\r\n0.1\r\n~~~\r\n\r\n2015-03-31\r\n\r\n- Initial commit.\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nCredits\r\n-------\r\n\r\nAuthors\r\n~~~~~~~\r\n\r\nHydrOffice BAG is 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://github.com/hydroffice/hyo2_bag/blob/master/AUTHORS.rst\r\n.. _changelog: https://github.com/hydroffice/hyo2_bag/blob/master/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": "A package to manage Bathymetric Attributed Grid (BAG) data files.",
    "version": "1.2.4",
    "project_urls": {
        "Homepage": "https://www.hydroffice.org/bag"
    },
    "split_keywords": [
        "hydrography",
        "ocean",
        "mapping",
        "survey",
        "bag",
        "openns"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76917312d5a66bae7896d46c3784be2f8d70788d1ed44f237113bcf11caf2e4f",
                "md5": "c7143a9c9b62078c1412586c48e53311",
                "sha256": "3d442f0f389b059d2227d05849e284da7f15e8ad7636979df559bb834959260a"
            },
            "downloads": -1,
            "filename": "hyo2.bag-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7143a9c9b62078c1412586c48e53311",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 266114,
            "upload_time": "2024-05-04T11:43:19",
            "upload_time_iso_8601": "2024-05-04T11:43:19.361544Z",
            "url": "https://files.pythonhosted.org/packages/76/91/7312d5a66bae7896d46c3784be2f8d70788d1ed44f237113bcf11caf2e4f/hyo2.bag-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbf9cb045a54cff967c155859a8fedaeb65ed6ba526cc43e0cbf40b923d7af1a",
                "md5": "5b0f85e07cb957dc23fc2fc7b4fcda68",
                "sha256": "b13b5bbaa8e81b4f7fb881c205ba57b949cbf7787e210bdcd8750357d4aef765"
            },
            "downloads": -1,
            "filename": "hyo2_bag-1.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5b0f85e07cb957dc23fc2fc7b4fcda68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 287712,
            "upload_time": "2024-05-04T11:43:25",
            "upload_time_iso_8601": "2024-05-04T11:43:25.867151Z",
            "url": "https://files.pythonhosted.org/packages/bb/f9/cb045a54cff967c155859a8fedaeb65ed6ba526cc43e0cbf40b923d7af1a/hyo2_bag-1.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 11:43:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hyo2.bag"
}
        
Elapsed time: 0.24523s