{ "info": { "author": "Giuseppe Masetti (CCOM,UNH); Brian R. Calder (CCOM,UNH)", "author_email": "gmasetti@ccom.unh.edu, brc@ccom.unh.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Office Suites", "Topic :: Scientific/Engineering :: GIS" ], "description": "HydrOffice BAG Tools\n====================\n\n.. image:: https://github.com/hydroffice/hyo2_bag/raw/master/hyo2/bag/media/favicon.png\n :alt: logo\n\n|\n\n.. image:: https://img.shields.io/pypi/v/hyo2.bag.svg\n :target: https://pypi.python.org/pypi/hyo2.bag\n :alt: PyPi version\n\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\n :target: https://www.hydroffice.org/manuals/bag/index.html\n :alt: Latest Documentation\n\n.. image:: https://travis-ci.org/hydroffice/hyo2_bag.svg?branch=master\n :target: https://travis-ci.org/hydroffice/hyo2_bag\n :alt: Travis-CI Status\n\n.. image:: https://ci.appveyor.com/api/projects/status/88t4ry78yqw5ejak?svg=true\n :target: https://ci.appveyor.com/project/giumas/hyo2-bag\n :alt: AppVeyor Status\n\n.. image:: https://api.codacy.com/project/badge/Grade/c7551d8f90ba4b0086c7b8dc81376260\n :target: https://www.codacy.com/app/hydroffice/hyo2_bag/dashboard\n :alt: codacy\n\n.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_bag/badge.svg?branch=master\n :target: https://coveralls.io/github/hydroffice/hyo2_bag?branch=master\n :alt: coverall\n\n|\n\n* GitHub: `https://github.com/hydroffice/hyo2_bag `_\n* Project page: `url `_\n* License: LGPLv3 or IA license (See `Dual license `_)\n\n|\n\nGeneral Info\n------------\n\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.\nThe main goal is to speed up both algorithms testing and research-2-operation.\n\nThe BAG Tools hydro-package collects tools for working with BAG files. BAG is a data format by the `ONS-WG `_ (Open Navigation Surface Working Group).\n\n\nDependencies\n------------\n\nFor the BAG library, you will need:\n\n* ``python`` *[>=3.5]*\n* ``numpy``\n* ``h5py``\n* ``lxml``\n* ``gdal``\n* ``PyInstaller`` *[for freezing the tools]*\n\nFor running some of the example scripts, you might also need:\n\n* ``matplotlib``\n\n\n\"\"\"\"\"\"\"\n\nHistory\n-------\n\n1.0\n~~~\n\n2018-12-02\n\n- Move to hyo2 namespace\n\n\n0.5\n~~~\n\n2018-06-21\n\n- Bug fix to follow GDAL-convention for geotransform\n\n2018-04-08\n\n- Switch to git\n\n2017-04-21\n\n- Switch to Python 3\n\n\n0.2\n~~~\n\n2016-05-27\n\n- Added option to read a slice of rows for elevation and uncertainty layers\n\n2016-03-21\n\n- Added option to reproject layers into user-defined EPSG\n\n\n2015-10-24\n\n- Split BAG Explorer as stand-alone hydro-package\n\n\n2015-10-09\n\n- Added BAG Explorer\n- Started Schematron schema for BAG Metadata profile\n\n\n0.1\n~~~\n\n2015-03-31\n\n- Initial commit.\n\n\n\"\"\"\"\"\"\"\n\nCredits\n-------\n\nAuthors\n~~~~~~~\n\nHydrOffice BAG is written and maintained by:\n\n- `Giuseppe Masetti `_\n\n- `Brian Calder `_\n\nContributors\n~~~~~~~~~~~~\n\nThe following wonderful people contributed directly or indirectly to this project:\n\n- `Matt Wilson `_\n\nPlease add yourself here alphabetically when you submit your first pull request.\n\n\n\"\"\"\"\"\"\"\n\nHow to contribute\n=================\n\nEvery open source project lives from the generous help by contributors that sacrifice their time and this is no different.\n\nTo make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.\n\nHere are a few hints and rules to get you started:\n\n- Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.\n- If your change is noteworthy, add an entry to the changelog_.\n- No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!\n- Don't *ever* break backward compatibility.\n- *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.\n If a feature is not tested or documented, it does not exist.\n- Obey `PEP 8`_ and `PEP 257`_.\n- Write `good commit messages`_.\n- Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.\n\n.. note::\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**!\n In the best case, we can mold it into something, in the worst case the pull request gets politely closed.\n There's absolutely nothing to fear.\n\nThank you for considering to contribute! If you have any question or concerns, feel free to reach out to us.\n\n.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/\n.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/AUTHORS.rst\n.. _changelog: https://bitbucket.org/ccomjhc/hyo_bag/raw/tip/HISTORY.rst\n.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/\n.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/\n.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension\n.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.hydroffice.org/bag", "keywords": "hydrography ocean mapping survey bag openns", "license": "LGPLv3 license", "maintainer": "", "maintainer_email": "", "name": "hyo2.bag", "package_url": "https://pypi.org/project/hyo2.bag/", "platform": "", "project_url": "https://pypi.org/project/hyo2.bag/", "project_urls": { "Homepage": "https://www.hydroffice.org/bag" }, "release_url": "https://pypi.org/project/hyo2.bag/1.0.0/", "requires_dist": [ "lxml", "numpy", "gdal", "h5py" ], "requires_python": ">=3.5", "summary": "A package to manage Bathymetric Attributed Grid (BAG) data files.", "version": "1.0.0" }, "last_serial": 4553176, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "39ecd9cac751af8725941e1bbffef816", "sha256": "1d4dd757aa631c4572d5751f0a2456ec692b040d2c9311454ebba8df4cc1f707" }, "downloads": -1, "filename": "hyo2.bag-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "39ecd9cac751af8725941e1bbffef816", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 262362, "upload_time": "2018-12-02T20:06:02", "url": "https://files.pythonhosted.org/packages/04/b2/db6681b7539c9e5185c4985af91bfb78379ee99b6e72c4afcffcba6e771c/hyo2.bag-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "629e8809b7b39c63cf9c2da8b45ed1e1", "sha256": "9733918aeb71ba7055a49530456bae6b40f7e9003eb0cd29538363671d06cd4e" }, "downloads": -1, "filename": "hyo2.bag-1.0.0.tar.gz", "has_sig": false, "md5_digest": "629e8809b7b39c63cf9c2da8b45ed1e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 275898, "upload_time": "2018-12-02T20:06:04", "url": "https://files.pythonhosted.org/packages/9a/15/d91d4989f9606f48230b44a5134a2442e7e20e93b83051cc911314ad000e/hyo2.bag-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39ecd9cac751af8725941e1bbffef816", "sha256": "1d4dd757aa631c4572d5751f0a2456ec692b040d2c9311454ebba8df4cc1f707" }, "downloads": -1, "filename": "hyo2.bag-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "39ecd9cac751af8725941e1bbffef816", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 262362, "upload_time": "2018-12-02T20:06:02", "url": "https://files.pythonhosted.org/packages/04/b2/db6681b7539c9e5185c4985af91bfb78379ee99b6e72c4afcffcba6e771c/hyo2.bag-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "629e8809b7b39c63cf9c2da8b45ed1e1", "sha256": "9733918aeb71ba7055a49530456bae6b40f7e9003eb0cd29538363671d06cd4e" }, "downloads": -1, "filename": "hyo2.bag-1.0.0.tar.gz", "has_sig": false, "md5_digest": "629e8809b7b39c63cf9c2da8b45ed1e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 275898, "upload_time": "2018-12-02T20:06:04", "url": "https://files.pythonhosted.org/packages/9a/15/d91d4989f9606f48230b44a5134a2442e7e20e93b83051cc911314ad000e/hyo2.bag-1.0.0.tar.gz" } ] }