Skip to content

hydroffice/hyo2_bagexplorer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HydrOffice BAG Explorer

logo

General info

PyPI Status AppVeyor Status Travis-CI Status

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 repository and the project 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]

Freezing

Use of Pyinstaller

  • pyinstaller --clean -y freeze/BAGExplorer.1file.spec
  • pyinstaller --clean -y freeze/BAGExplorer.1folder.spec

Creation of MAC OS dmg

  • appdmg spec.json dist/BAGExplorer.dmg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages