Unsupervised Crop Classification using Micro-spectral satellite imagery
Project description
Unsupervised Crop-Classification using Multi-Spectral Satellite Imagery
This Project is used for crop classification using unsupervised Machine Leaning (K-Means clustering)
Installation - Install the package (python 3.0 and above):
pip install crop-classifier
How to use - from unsupcc import executer
# getting indices layer stack for an AOI
ie = executer.IndexExecuter()
ie.get_layer_stack()
#provide the asked input and it will return the path where layer stack is stored
# get crop clusters from layer stack of multiple dates
ce = executer.ClusterExecuter()
ce.crop_classifier(indice_stack_path, date_bands, number_of_clusters)
#It will return a raster containing clusters of multiple crops
For a manual installation get this package:
wget https://github.com/Dehaat/crop-classification
cd crop-classification
Install the package (python 3.0 and above):
python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for crop_classifier-0.0.1b6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5296df3f0f343d110a63ff3c7d92f8dbbb6f4758a3af2d67779559f852543029 |
|
MD5 | 6bcfbd1b2344d77790572935320d7b6c |
|
BLAKE2b-256 | 6eb8ec56c700cfe2088c113ec81364be05abab5a917364f32edb076e60577c5c |