Hillshade.process_file
- Hillshade.process_file(inputfile: str) List[str][source]
Compute hillshade for the input file.
- Parameters:
inputfile (str) – Input image file path to process.
- Returns:
A list containing the file path of the generated hillshade image.
- Return type:
List[str]
- Raises:
ValueError – If the input file contains more than one band or if the radius exceeds constraints.