Metadata-Version: 2.1
Name: descriptools
Version: 0.0.1
Summary: A gpu-based toolbox for terrain descriptor calculation/delineation
Home-page: https://github.com/JVBSouza/descriptools
License: MIT
Download-URL: https://github.com/JVBSouza/descriptools/archive/master.zip
Description: <!-- PROJECT LOGO -->
        <br />
        <p align="center">
          <h3 align="center">descriptools</h3>
        
          <p align="center">
            A gpu-based toolbox for terrain descriptor calculation/delineation
            <br />
            Â·
            <a href="https://github.com/github_username/repo_name/issues">Report Bug</a>
            Â·
            <a href="https://github.com/github_username/repo_name/issues">Request Feature</a>
          </p>
        </p>
        
        
        
        <!-- TABLE OF CONTENTS -->
        <details open="open">
          <summary><h2 style="display: inline-block">Table of Contents</h2></summary>
          <ol>
            <li>
              <a href="#about-the-project">About The Project</a>
              <ul>
                <li><a href="#built-with">Built With</a></li>
              </ul>
            </li>
            <li>
              <a href="#getting-started">Getting Started</a>
              <ul>
                <li><a href="#installation">Installation</a></li>
              </ul>
            </li>
            <li><a href="#license">License</a></li>
          </ol>
        </details>
        
        
        <!-- ABOUT THE PROJECT -->
        ## About The Project
        Terrain descriptors present information of the earth surface and its relationship with water movement.
        This toolbox was devised to reduce calculation time of these descriptors with GPU parallelization. As well as functions to produce flood map via linear binary classification.
        
        
        
        ### Built With
        
        * [Python](https://www.python.org/)
        * [NumPy](https://numpy.org/)
        * [Numba](https://numba.pydata.org/)
        
        
        
        <!-- GETTING STARTED -->
        ## Getting Started
        
        To get a local copy up and running follow these simple steps.
        
        
        
        ### Installation
           ```sh
           pip install descriptools
           ```
        
        
        <!-- LICENSE -->
        ## License
        
        Distributed under the MIT License. See `LICENSE` for more information.
        
        
Keywords: hidrology,gis,flood
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: GPU :: NVIDIA CUDA
Description-Content-Type: text/markdown
