格式统一
This commit is contained in:
@ -41,8 +41,8 @@ class WorkspaceManager:
|
||||
'step7_index': {'training_spectra_indices': "7_Water_Quality_Indices/training_spectra_indices.csv"},
|
||||
'step8_ml_train': {'Supervised_Model_Training': "8_Supervised_Model_Training/"},
|
||||
'step9_ml_predict': {'9_ML_Prediction': "9_ML_Prediction/"},
|
||||
'step10_watercolor': {'WaterIndex_Images': "10_WaterIndex_Images/"},
|
||||
'step11_map': {'14_visualization': "14_visualization/"},
|
||||
'step10_watercolor': {'WaterIndex_CSV': "10_WaterIndex_CSV/"},
|
||||
'step11_map': {'11_Thematic_Map': "11_Thematic_Map/"},
|
||||
}
|
||||
self.step_outputs = {}
|
||||
|
||||
@ -159,17 +159,15 @@ class WorkspaceManager:
|
||||
'1_water_mask': 'step1',
|
||||
'2_Glint_Detection': 'step2',
|
||||
'3_deglint': 'step3',
|
||||
'4_sampling': 'step4_sampling',
|
||||
'5_Data_Cleaning': 'step5_clean',
|
||||
'6_Spectral_Feature_Extraction': 'step6_feature',
|
||||
'7_Water_Quality_Indices': 'step7_index',
|
||||
'8_Supervised_Model_Training': 'step8_ml_train',
|
||||
'8_Regression_Modeling': 'step8_ml_train',
|
||||
'13_Custom_Regression': 'step13',
|
||||
'9_ML_Prediction': 'step9_ml_predict',
|
||||
'11_12_13_predictions/Non_Empirical_Prediction': 'step11_map',
|
||||
'13_Custom_Regression/Custom_Regression_Prediction': 'step13',
|
||||
'14_visualization': 'step13_report',
|
||||
'10_geotiff_batch_rendering': 'step11_map'
|
||||
'10_WaterIndex_CSV': 'step10_watercolor',
|
||||
'11_Thematic_Map': 'step11_map',
|
||||
'12_visualization': ['step12_viz', 'step13_report'],
|
||||
}
|
||||
|
||||
for subdir, step_ids in subdirs.items():
|
||||
|
||||
Reference in New Issue
Block a user