dpest.wheat.utils package
Submodules
dpest.wheat.utils.uplantgro module
- dpest.wheat.utils.uplantgro.uplantgro(plantgro_file_path=None, treatment=None, variables=None, nspaces_year_header=None, nspaces_doy_header=None, nspaces_columns_header=None)[source]
Updates the PlantGro.OUT file with new rows if necessary.
Parameters: plantgro_file_path (str): Path to the PlantGro.OUT file treatment (str): Treatment identifier variables (list): List of variables to consider nspaces_year_header (int): Number of spaces for year header (default 5) nspaces_doy_header (int): Number of spaces for day of year header (default 4) nspaces_columns_header (int): Number of spaces for other columns (default 6)
Returns: None