error
¶
Classes:
-
GeoKitVectorError–Marks an error that is specific to geokit behavior.
Functions:
-
checkMultiProcessingAvailability–Multiprocessing is not available on all operating systems. If the user wants to
GeoKitVectorError
¶
checkMultiProcessingAvailability
¶
checkMultiProcessingAvailability(
multiProcess: bool,
) -> bool
Multiprocessing is not available on all operating systems. If the user wants to to use multiprocessing on an unsupported operating system, multiprocessing will be deactivated and a warning appears.
Parameters:
-
(multiProcess¶bool) –A flag indicating whether multiprocessing should be used as indicated by the user. If multiprocessing is not available for the operating system, multiprocessing will be deactivated and a warning appears.
Returns:
-
bool–The corrected value for multiprocessing availability.