pvdeg.geospatial.can_auto_template#
- pvdeg.geospatial.can_auto_template(func) None[source]#
Check if we can use `geospatial.auto_template on a given function.
Raise an error if the function was not declared with the @geospatial_quick_shape decorator. No error raised if we can run geospatial.auto_template on provided function, func.
- Parameters:
func (callable) – function to create template from.
- Returns:
None