Skip to main content

Package to classify crops based on sentinel images.

Project description

Crop classification

This is a collection of scripts that can help to classify crops using Sentinel data.

Installation manual

  1. Install conda

As the scripts are written in Python, you need to use a package manager to be able to install the packages the scripts depend on. The rest of the installation manual assumes you use anaconda and python 3.6+. The installer for anaconda can be found here: https://www.anaconda.com/download/.

If you need some more installation instructions, have a look here: https://conda.io/docs/user-guide/install/index.html

  1. Create new environment and install dependencies

Once you have anaconda installed, you can open an anaconda terminal window and follow the following steps:

  1. Create and activate a new conda environment
  ```
  conda create --name cropclassification python=3.6
  conda activate cropclassification
  ```
  2. Install the dependencies for the crop classification scripts:
  ```
  conda install --channel conda-forge scikit-learn keras tensorflow rasterio rasterstats geopandas pyarrow psutil
  ```
  3. Possibly you need to restart your computer now, especially if it was the first time you installed anaconda/geopandas
  4. Start the anaconda terminal window again and activate the environment
  ```
  conda activate cropclassification
  ```
  1. Update the configuration to your situation

You can now open the scripts in eg. visual studio code, and check out especially the .ini files in the config dir. You need to update those to match your environment, eg. set the paths as you want them,...

  1. Calculate the time series

To calculate time series, you need to run the calc_dias.py script on a server that has access to the sentinel CARD images.

  1. Start a crop classification

Run run_job.py.

Sample data

Sample data can be downloaded from the following location. If you don't change the default paths in the scripts in needs to be put in the directory C:\temp\CropClassification\InputData https://drive.google.com/open?id=1eN9cBcWyvM0msNMCD6nivcGuZfYyqV5q

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

cropclassification-0.0.3.tar.gz (82.1 kB view details)

Uploaded Source

Built Distribution

cropclassification-0.0.3-py3-none-any.whl (95.7 kB view details)

Uploaded Python 3

File details

Details for the file cropclassification-0.0.3.tar.gz.

File metadata

  • Download URL: cropclassification-0.0.3.tar.gz
  • Upload date:
  • Size: 82.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for cropclassification-0.0.3.tar.gz
Algorithm Hash digest
SHA256 c732834bd1c6149f5daf3d2c01042239be8cad770014c63f9a3828002fe3ff1a
MD5 89ce112d7329a2a3881ac5b72945ac61
BLAKE2b-256 b7048dd188d756fa63cf3732758570ae20b1fd4c0cb00a4c891fcc56004f7070

See more details on using hashes here.

File details

Details for the file cropclassification-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: cropclassification-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 95.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for cropclassification-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 24a47ab3b587791a3e62be83c9cc18a9a45f938f8d0e5e0b41923c028983711a
MD5 6ab1e723994cd9bd1dd62ba98825a591
BLAKE2b-256 109071b0617c7f03a2fe6cfdc878df4668162c275997a9a4c776b1b92789db3d

See more details on using hashes here.

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