Example #1
0
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
     self.__input_string = input_string  # Set new input file
     self.set_option_list(
         master, VAR)  # Create New option window with new inputs
 def __callback_select_input ():
     setup.get_file (input_string, VAR.read_variable("INPUT_FILE"), [('Shapefile','*.shp')])
     self.__input_string = input_string # Set new input file
Example #3
0
 def __callback_dem():
     setup.get_file(dem_string, VAR.read_variable("DEM"),
                    [('Tiff', '*.tif'), ('Image', '*.img')])
Example #4
0
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
Example #5
0
 def __callback_dem ():
     setup.get_file (dem_string, VAR.read_variable("DEM"), [('Tiff', '*.tif'), ('Image', '*.img')])
 def __callback_select_input ():
     setup.get_file (input_string, VAR.read_variable("INPUT_FILE"), [('Shapefile','*.shp')])
     self.__input_string = input_string # Set new input file
     self.set_option_list (master, VAR) # Create New option window with new inputs