コード例 #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
コード例 #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
コード例 #3
0
ファイル: ui_postproc.py プロジェクト: whigg/script_glaciers
 def __callback_dem():
     setup.get_file(dem_string, VAR.read_variable("DEM"),
                    [('Tiff', '*.tif'), ('Image', '*.img')])
コード例 #4
0
ファイル: ui_postproc.py プロジェクト: whigg/script_glaciers
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
コード例 #5
0
 def __callback_dem ():
     setup.get_file (dem_string, VAR.read_variable("DEM"), [('Tiff', '*.tif'), ('Image', '*.img')])
コード例 #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