This open-source software empowers the users with the set of tools to discover knowledge hidden in raster datasets.
This software is distributed under GNU-V3 liscense.
rasterMiner currently supports the following knowledge discovery tasks:
- Data preprocessing and Nan value handling
- Pattern mining
- Clustering
- Classification
- Prediction (yet to be developed)
The user manual for rasterMiner is available at https://udayrage.github.io/rasterMiner/
rasterMiner can be executed in any one of the following ways:
- Terminal-based execution
- GUI-based execution
- As a Python-library in QGIS, ARCGIS, ENVI, and in conventional python programs. (Under development)
-
Install and set up Anaconda. URL: https://linuxize.com/post/how-to-install-anaconda-on-centos-7
-
Create a virtual environment using conda.
conda create --name rasterMiner
-
Enter into virtual environment.
conda activate rasterMiner
-
Install python using Conda.
conda install python
-
Install GDAL using Conda
conda install gdal
-
Install the following libraries using PIP
pip install mplcursors matplotlib sklearn pandas pami
-
Clone the rasterMiner repository using git clone command
git clone https://github.com/udayRage/rasterMiner.git
-
Execute the rasterMiner code by typing the following command
python rasterMiner/rasterMiner/GUI/rasterMiner.py
-
Install Homebrew in Mac
-
Install GDAL using brew
sudo brew install gdal
-
Install Git clone
brew install git
-
Install the following libraries using PIP
pip install mplcursors matplotlib sklearn pandas pami
-
Clone the rasterMiner
git clone https://github.com/udayRage/rasterMiner.git
-
Execute the rasterMiner code by typing the following command
python rasterMiner/rasterMiner/GUI/rasterMiner.py
-
Execute the following four steps in the presented order:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update sudo apt-get install gdal-bin sudo apt-get install git
-
Install any Python 3 version
sudo apt-get install python
-
Install the following libraries using PIP
pip install mplcursors matplotlib sklearn pandas pami
-
Clone the rasterMiner
git clone https://github.com/udayRage/rasterMiner.git
-
Execute the rasterMiner code by typing the following command
python rasterMiner/rasterMiner/GUI/rasterMiner.py
-
Execute the following command to open the GUI:
python rasterMiner/rasterMiner/GUI/rasterMiner.py