Skip to content

sagitta1618/soiltexture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published