Exemplo n.º 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
Exemplo n.º 2
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
Exemplo n.º 3
0
 def __callback_dem():
     setup.get_file(dem_string, VAR.read_variable("DEM"),
                    [('Tiff', '*.tif'), ('Image', '*.img')])
Exemplo n.º 4
0
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
Exemplo n.º 5
0
 def __callback_dem ():
     setup.get_file (dem_string, VAR.read_variable("DEM"), [('Tiff', '*.tif'), ('Image', '*.img')])
Exemplo n.º 6
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