Skip to content

hydroffice/hyo2_bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d689a62 · Mar 15, 2025

History

53 Commits
Mar 2, 2025
Jun 30, 2024
Jun 16, 2024
Sep 21, 2024
Dec 2, 2018
Mar 15, 2025
Sep 21, 2021
Dec 2, 2018
Jun 30, 2024
Sep 21, 2021
Dec 2, 2018
Mar 27, 2022
Dec 2, 2018
Mar 15, 2025
Dec 2, 2018
May 10, 2024

Repository files navigation

HydrOffice BAG

logo


PyPi version Windows Linux Latest Documentation codacy coverall


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 package collects tools for working with Bathymetric Attributed Grid (BAG) files. The BAG package is used in BAG Explorer to explore BAG data files.

info IMPORTANT NOTE

BAG is a data format developed and maintained by the Open Navigation Surface Working Group.

For the official BAG reference implementation, go to https://github.com/OpenNavigationSurface/BAG

Dependencies

For the BAG library, you will need:

  • python [>=3.8]
  • numpy
  • h5py
  • lxml
  • gdal
  • PyInstaller [for freezing the tools]

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

  • matplotlib