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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crop-classifier-0.1.9.tar.gz.
File metadata
- Download URL: crop-classifier-0.1.9.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66a43bf70fa3bab473b7b649e49df98cec55a0f4c52712375e6885bd2dfbd60e
|
|
| MD5 |
2d536b61ce3e3e77d3468a94aea7cb52
|
|
| BLAKE2b-256 |
e875f4599f1cb2a79359cc85e88bcdac9979695ae68d61b170a3155c8081d009
|
File details
Details for the file crop_classifier-0.1.9-py3-none-any.whl.
File metadata
- Download URL: crop_classifier-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f649adb838c05f5777647bc55bcd67c6f6e553deec6e2cdd7751da82595eccce
|
|
| MD5 |
fd6a200e0cedc3aa3531fed787ca9912
|
|
| BLAKE2b-256 |
79083bfc72e58420f640ab0ade0d13f75efdfc2c7b258542d7d5a2231d669fc0
|