Skip to main content

This software is being developed at the University of Aizu, Aizu-Wakamatsu, Fukushima, Japan

Project description

RasterMiner

Installation using Anaconda.

  1. Install and set up Anaconda. URL: https://linuxize.com/post/how-to-install-anaconda-on-centos-7

  2. Create a virtual environment using conda.

    conda create --name rasterMiner
    
  3. Enter into virtual environment.

    conda activate rasterMiner
    
  4. Install python using Conda.

    conda install python
    
  5. Install GDAL using Conda

    conda install gdal
    
  6. Open the terminal in pycharm, and execute the following command

    pip install mplcursors matplotlib sklearn pandas
    
  7. Clone the rasterMiner repository using git clone command

    git clone https://github.com/udayRage/rasterMiner.git
    
  8. Execute the rasterMiner code by typing the following command

     python rasterMiner/rasterMiner/GUI/main.py
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rasterMiner-0.1.tar.gz (50.6 kB view hashes)

Uploaded Source

Built Distribution

rasterMiner-0.1-py3-none-any.whl (79.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page