soilstats.soildata
Module Contents
Classes
Class for collecting and analyzing soil data. |
- class soilstats.soildata.SoilData(lat: float, lon: float, properties: list, depths: list, values: list)[source]
Bases:
soilstats.analysis.analysis.AnalyseClass for collecting and analyzing soil data.
- _get_data()[source]
Get data from the SoilGrids API.
Use the properties to call the SoilGrids API. Generate a data frame fom the API response.