Skip to main content

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


Download files

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

Source Distribution

crop-classifier-0.1.9.tar.gz (3.8 MB view hashes)

Uploaded Source

Built Distribution

crop_classifier-0.1.9-py3-none-any.whl (3.8 MB 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