Metadata-Version: 1.2
Name: WuMapPy
Version: 0.32
Summary: Graphical user interface for sub-surface geophysical survey data processing
Home-page: UNKNOWN
Author: Lionel Darras, Philippe Marty, Quentin Vitale
Author-email: lionel.darras@mom.fr
Maintainer: Lionel Darras, Philippe Marty Quentin Vitale
Maintainer-email: lionel.darras@mom.fr
License: GNU GPL v3
Description: .. image:: https://img.shields.io/pypi/l/wumappy.svg
           :target: ../../../../wumappy/LICENSE 
           :alt: PyPI - License
        
        .. image:: https://img.shields.io/pypi/v/wumappy.svg
           :target: https://pypi.org/project/WuMapPy/
           :alt: PyPI
        
        .. image:: https://img.shields.io/pypi/pyversions/wumappy.svg
           :target: https://pypi.org/project/WuMapPy/
           :alt: PyPI - Python Version
        
        .. image:: https://img.shields.io/pypi/dm/wumappy.svg
           :target: https://pypistats.org/packages/wumappy
           :alt: PyPI - Downloads
        
        WuMapPy is an open source python package for sub-surface geophysical survey data processing.
        
        It mainly focuses on ground surveys data and offers tools to process the data and create geophysical maps that can be imported to GIS softwares.
        
        WuMapPy is a Graphical User Interface for the processing package `GeophPy <https://pypi.org/project/GeophPy/>`_  .
        
        .. image:: _static/figMainWindow.png
        
        Main Features
        =============
        
        +----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
        | * Build dataset from one or severals data files.                                       | * Export processed datasets into georeferenced format compatible with any GIS.  |
        | * Display geophysical maps in 2-D or 3-D.                                              | * Compatible with Python 3.x.                                                   |
        | * Processing datasets with `general` or `method-specific` geophysical processing step. |                                                                                 |
        +----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
        
        The full on-line documentation can be found at: http://134.157.44.234/wumappydoc/
        
        Installing
        ==========
        
        WuMapPy is distributed on the `PyPI <https://pypi.org/project/WuMapPy/>`_ repository and you can install it using ``pip``.
        
            >>>  pip install wumappy
            >>>  or
            >>>  python -m pip install wumappy
        
        See the `package documentation <http://134.157.44.234/wumappy/>`_ for more details.
        
        Feedback & Contribute
        =====================
        
        Your feedback is more than welcome.
        
        If you would like to give a feedback or help improve this project, simply send an e-mail to 
        lionel.darras@mom.fr, philippe.marty@upmc.fr or quentin.vitale@eveha.fr
        
        Links
        =====
        
        **GUI**
        
        * WuMapPy on-line documentation: http://134.157.44.234/wumappydoc/
        * WuMapPy PyPI repository: https://pypi.org/project/WuMapPy
        
        **Processing package**
        
        * GeophPy on-line documentation: http://134.157.44.234/geophpydoc/
        * GeophPy PyPI repository: https://pypi.org/project/GeophPy/
        
        Changelog
        *********
        
        Version 0.32
        ============
        
        Released on 2019-08-01.
        
        * HTML documentation theme changed to Read the Docs theme.
        * Added windows resizing possibility.
        * Added windows resizing possibility.
        * Fixed compatibility with Python 3.6 (and superior).
        * Fixed recent matplotlib version compatibility 
        * Added automatic sub-windowing for Euler deconvolution.
        * Added import/export from/to Surfer grids.
        * Added directional filtering (plough filter).
        * Added the possibility to change the number of levels for '2D-CONTOUR' and '2D-CONTOURF' plot type.
        * Added setmin/setmax possibility to limit data range for correlation calculation in festoon filter.
        * Added zero-mean profile filter.
        * Change import ascii dialog box style.
        * Added row and column span possibilty for widgets in the filters dialogboxes.
        * Added csv file preview in ascii import dialogbox.
        
        Version 0.31
        ============
        
        Released on 2018-01-02.
        
        * Fixed WuMapPy pip installation issues and updated documentation.
        
        Version 0.30
        ============
        
        Released on 2017-12-01.
        
        * Updated WuMapPy documentation.
        * Fixed Georeferencing GUI.
        * Fixed Euleur deconvolution GUI.
        * Implemented Wallis filter.
        * Added Mean cross-track profile plot for destripping filters.
        * Added options for constant destriping filter.
        * Added non uniform shift for Festoon.
        * Updated Peak Filtering GUI.
        * Fixed cancel button behavior in the import from ASCII files menu.
        * Added color map preview in Display settings menu.
        * Fixed reading delimited file issues.
        * Fixed GUI group boxes' names.
        
        Version 0.21
        ============
        
        Released on 2016-06-30.
        
        * Graphical User Interface Theme changed to 'Cleanlooks'.
        * Text Font modified.
        * Horiontal Layout TabWidget added.
        * Design of all dialogbox modified.
        * Bug correction for the Historgram in none real time update.
        * Matplotlib navigation toolbar (zoom, pan, save) added.
        
        Version 0.20
        ============
        
        Released on 2015-09-10.
        
        * Initial version.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
