remotior_sensus.core.processor_functions module

class remotior_sensus.core.processor_functions.ArrayLike(input_array)

Bases: ndarray

remotior_sensus.core.processor_functions.band_calculation(*argv)
remotior_sensus.core.processor_functions.bands_covariance(*argv)
remotior_sensus.core.processor_functions.calculate_pca(*argv)
remotior_sensus.core.processor_functions.classification_maximum_likelihood(*argv)
remotior_sensus.core.processor_functions.classification_minimum_distance(*argv)
remotior_sensus.core.processor_functions.classification_pytorch(*argv)
remotior_sensus.core.processor_functions.classification_scikit(*argv)
remotior_sensus.core.processor_functions.classification_spectral_angle_mapping(*argv)
remotior_sensus.core.processor_functions.clip_raster(process, progress_queue, argument_list, logger, temp)
remotior_sensus.core.processor_functions.cross_rasters(*argv)
remotior_sensus.core.processor_functions.fit_classifier(*argv)
remotior_sensus.core.processor_functions.get_band_arrays(*argv)
remotior_sensus.core.processor_functions.get_values_for_scatter_plot(*argv)
remotior_sensus.core.processor_functions.raster_dilation(*argv)
remotior_sensus.core.processor_functions.raster_erosion(*argv)
remotior_sensus.core.processor_functions.raster_neighbor(*argv)
remotior_sensus.core.processor_functions.raster_pixel_count(*argv)
remotior_sensus.core.processor_functions.raster_resample(*argv)
remotior_sensus.core.processor_functions.raster_unique_values(*argv)
remotior_sensus.core.processor_functions.raster_unique_values_with_sum(*argv)
remotior_sensus.core.processor_functions.reclassify_raster(*argv)
remotior_sensus.core.processor_functions.region_growing(*argv)
remotior_sensus.core.processor_functions.score_classifier(*argv)
remotior_sensus.core.processor_functions.score_classifier_stratified(process, progress_queue, argument_list, logger, temp)
remotior_sensus.core.processor_functions.spectral_signature(*argv)