Skip to main content

Soil texture classification

Project description

Soil texture classification

PyPI - Downloads

How to install: pip install soiltexture

Possible classifications:

  • USDA
  • FAO
  • INTERNATIONAL
  • ISSS

Usage:

from soiltexture import getTexture, getTextures

getTexture(13, 50, classification='USDA')
# silty loam

getTextures([13, 45], [50, 24], classification='FAO')
# ['fine', 'medium']

Requirements:

  • matplotlib : to use the path module

Source for the .dat file: https://github.com/gmassei/SoilTexture

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

soiltexture-1.0.4.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

soiltexture-1.0.4-py3-none-any.whl (17.5 kB 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