From 19fcfd62a5ac9de19158b918c5ba2295eca83b3e Mon Sep 17 00:00:00 2001 From: giumas Date: Sat, 4 May 2024 15:49:00 +0200 Subject: [PATCH] fixed issue in description --- README.rst | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/README.rst b/README.rst index 32e6959..c91b764 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,10 @@ HydrOffice BAG Explorer ======================= -.. image:: https://www.hydroffice.org/static/app_bag/img/logo.png +.. image:: https://github.com/hydroffice/hyo2_bagexplorer/raw/master/hyo2/bagexplorer/media/BAGExplorer_256.png :alt: logo -* Code: `GitHub repo `_ -* Project page: `url `_ -* Download page: `url `_ -* License: LGPLv3 license (See `LICENSE `_) - -General info ------------- +| .. image:: https://img.shields.io/pypi/v/hyo2.bagexplorer.svg :target: https://pypi.python.org/pypi/hyo2.bagexplorer @@ -32,6 +26,17 @@ General info :target: https://coveralls.io/github/hydroffice/hyo2_bagexplorer?branch=master :alt: coverall +| + +* Code: `GitHub repo `_ +* Project page: `url `_, `download `_ +* License: LGPLv3 license (See `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. @@ -52,18 +57,3 @@ For executing and packaging the *BAG Explorer* app: * ``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``