Metadata-Version: 2.1
Name: uncover-ml
Version: 0.3.1
Summary: Machine learning tools for the Geoscience Australia uncover project
Home-page: https://github.com/GeoscienceAustralia/uncover-ml
Author: Geoscience Australia Mineral Systems Group, NICTA Spatial Inference Systems Team
Author-email: John.Wilford@ga.gov.au
License: Apache Software License 2.0
Description: uncover ML
        ==========
        
        .. image:: https://circleci.com/gh/GeoscienceAustralia/uncover-ml/tree/master.svg?style=svg
            :target: https://circleci.com/gh/GeoscienceAustralia/uncover-ml/tree/master  
            
        .. image:: https://codecov.io/gh/GeoscienceAustralia/uncover-ml/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/GeoscienceAustralia/uncover-ml
        
        Machine learning tools for the Geoscience Australia uncover project.
        
        Quickstart
        ----------
        
        Before you start, make sure your system has the following packages installed,
        
        - gdal (libgdal-dev)
        - openmpi
        
        And your Python environment has:
        
        - numpy
        - scipy
        - matplotlib
        - Cython
        
        We strongly recommend using a virtual environment.
        To install, simply run ``setup.py``:
        
        .. code:: console
        
           $ python setup.py install
        
        or install with ``pip``:
        
        .. code:: console
        
           $ pip install git+https://github.com/GeoscienceAustralia/uncover-ml.git@release
        
        The Python requirements should automatically be built and installed.
        
        Installation and Usage
        ----------------------
        
        UncoverML can be run on a local Linux machine or a HPC platform such as NCI's Raijin. For
        detailed installation and usage instructions, see the `documentation <http://GeoscienceAustralia.github.io/uncover-ml>`_.
        
        Useful Links
        ------------
        
        Home Page
            http://github.com/GeoscienceAustralia/uncover-ml
        
        Documentation
            http://GeoscienceAustralia.github.io/uncover-ml
        
        Changelog
            http://GeoscienceAustralia.github.io/uncover-ml/history.html
        
        Issue tracking
            https://github.com/GeoscienceAustralia/uncover-ml/issues
        
        
        Bugs & Feedback
        ---------------
        
        For bugs, questions and discussions, please use 
        `Github Issues <https://github.com/GeoscienceAustralia/uncover/issues>`_.
        
Keywords: uncover-ml
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Provides-Extra: kmz
Provides-Extra: dev
