zbcx_ckyc 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +90 -0
- package/src/plugins/app/com/CesiumTool.js +730 -0
- package/src/plugins/app/com/MapMethods.js +355 -0
- package/src/plugins/app/com/MapTool.vue +772 -0
- package/src/plugins/app/com/MenuRouter.vue +157 -0
- package/src/plugins/app/com/ParamsDes.vue +35 -0
- package/src/plugins/app/com/SelCoorSys.vue +235 -0
- package/src/plugins/app/com/WebProj4.js +32 -0
- package/src/plugins/app/com/measure.js +127 -0
- package/src/plugins/app/com/yx.js +238 -0
- package/src/plugins/app/modelmanagement/D3DrawGraph.js +708 -0
- package/src/plugins/app/modelmanagement/MineralGo.vue +241 -0
- package/src/plugins/app/modelmanagement/MineralModel.vue +1203 -0
- package/src/plugins/app/modelmanagement/ModelCloudmap.vue +69 -0
- package/src/plugins/app/modelmanagement/ModelMst.vue +60 -0
- package/src/plugins/app/modelmanagement/ModelSy.vue +173 -0
- package/src/plugins/app/modelmanagement/ModelTp.vue +51 -0
- package/src/plugins/app/modelmanagement/ModelUpload.vue +774 -0
- package/src/plugins/app/znycpjxt/Api.js +714 -0
- package/src/plugins/app/znycpjxt/Bf/AttFactory.js +25 -0
- package/src/plugins/app/znycpjxt/Bf/IAnomalyhandle.js +102 -0
- package/src/plugins/app/znycpjxt/Bf/IComposeanomaly.js +140 -0
- package/src/plugins/app/znycpjxt/Bf/IContinueanaly.js +138 -0
- package/src/plugins/app/znycpjxt/Bf/IContrastanaly.js +138 -0
- package/src/plugins/app/znycpjxt/Bf/ICustomNode.js +145 -0
- package/src/plugins/app/znycpjxt/Bf/IDerivanaly.js +139 -0
- package/src/plugins/app/znycpjxt/Bf/IFilterananly.js +141 -0
- package/src/plugins/app/znycpjxt/Bf/IMeananaly.js +137 -0
- package/src/plugins/app/znycpjxt/Bf/IModelNodeBase.js +135 -0
- package/src/plugins/app/znycpjxt/Bf/IMoveaverage.js +135 -0
- package/src/plugins/app/znycpjxt/Bf/IReducepole.js +141 -0
- package/src/plugins/app/znycpjxt/Bf/ISmoothanaly.js +135 -0
- package/src/plugins/app/znycpjxt/Bf/ITrendanaly.js +144 -0
- package/src/plugins/app/znycpjxt/Bf/IVector2grd.js +144 -0
- package/src/plugins/app/znycpjxt/Bf/IYcfj.js +84 -0
- package/src/plugins/app/znycpjxt/Bf/IYcxxjs.js +105 -0
- package/src/plugins/app/znycpjxt/Bf/IYgsbtq.js +112 -0
- package/src/plugins/app/znycpjxt/Bf/IYgtxrh.js +112 -0
- package/src/plugins/app/znycpjxt/Bf/Iinteranaly.js +135 -0
- package/src/plugins/app/znycpjxt/Bf/index.js +44 -0
- package/src/plugins/app/znycpjxt/Bf/input/InputData.js +21 -0
- package/src/plugins/app/znycpjxt/Bf/input/InputExcel.js +28 -0
- package/src/plugins/app/znycpjxt/Bf/input/InputKd.js +31 -0
- package/src/plugins/app/znycpjxt/Bqqd/Bqqd.vue +380 -0
- package/src/plugins/app/znycpjxt/Bqqd/BqqdMap.vue +1046 -0
- package/src/plugins/app/znycpjxt/Bqqd/SetOpacity.vue +101 -0
- package/src/plugins/app/znycpjxt/Bqqd/SjzxTree.vue +244 -0
- package/src/plugins/app/znycpjxt/Bqqd/YclsjjTree.vue +212 -0
- package/src/plugins/app/znycpjxt/Bqqd/api/DsjzxApi.js +37 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmx.vue +161 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/CfgGloalParams.vue +92 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/CfgNodeFlds.vue +102 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/CfgNodeParams.vue +277 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/Ckycmxgl.vue +303 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/SetLabelParam.vue +68 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxgl/SetModelParam.vue +69 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Ckycmxtab.vue +107 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Dtzzylwl.vue +156 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Jjsjwl.vue +230 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Sjsl.vue +126 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Zcxlj.vue +128 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Zjq.vue +123 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Zstp.vue +271 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/Zzylwl.vue +149 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/coms/ParamsData.vue +323 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/coms/ParamsDataNew.vue +336 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycmxtab/coms/QqtEcharts.vue +137 -0
- package/src/plugins/app/znycpjxt/Ckycmx/Ckycrwgl/Ckycrwgl.vue +290 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeApi.js +83 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeEditor/CodeEditor.md +36 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeEditor/CodeEditor.vue +227 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeEditor/PlugCodeEditor.vue +78 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeEditor/demo/basic.png +0 -0
- package/src/plugins/app/znycpjxt/CusTools/CodeEditor/demo/basic.vue +27 -0
- package/src/plugins/app/znycpjxt/CusTools/DmbjForm.vue +76 -0
- package/src/plugins/app/znycpjxt/CusTools/DmfbForm.vue +351 -0
- package/src/plugins/app/znycpjxt/CusTools/GjForm.vue +206 -0
- package/src/plugins/app/znycpjxt/CusTools/Gjbjyfb.vue +200 -0
- package/src/plugins/app/znycpjxt/CusTools/ParamSelect.vue +222 -0
- package/src/plugins/app/znycpjxt/CusTools/ParamSelect2.vue +204 -0
- package/src/plugins/app/znycpjxt/CusTools/Zngjj.vue +105 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/DataAnlyModel.vue +134 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Hgfx/HgfxEcharts.vue +98 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Hgfx/HgfxTab.vue +73 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Hgfx.vue +101 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Jctj/JctjjgTab.vue +70 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Jctj/Plzft.vue +154 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Jctj.vue +118 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Jlfx/JlfxImg.vue +80 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Jlfx.vue +91 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/PCAfx/PcaTab.vue +161 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/PCAfx.vue +101 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Qqt/QqtEcharts.vue +202 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Qqt.vue +88 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Xgxfx/XgxfxImg.vue +80 -0
- package/src/plugins/app/znycpjxt/DataAnlyModel/Xgxfx.vue +96 -0
- package/src/plugins/app/znycpjxt/DatasetMan/CreateDataset.vue +296 -0
- package/src/plugins/app/znycpjxt/DatasetMan/DatasetMan.vue +141 -0
- package/src/plugins/app/znycpjxt/DatasetMan/PreData.js +91 -0
- package/src/plugins/app/znycpjxt/DatasetMan/PreData.vue +545 -0
- package/src/plugins/app/znycpjxt/DatasetMan/PreDataApi.js +101 -0
- package/src/plugins/app/znycpjxt/DatasetMan/SelData.vue +186 -0
- package/src/plugins/app/znycpjxt/DatasetMan/SjTree.vue +130 -0
- package/src/plugins/app/znycpjxt/DatasetMan/Sjj.vue +478 -0
- package/src/plugins/app/znycpjxt/DatasetMan/Yclsjj.vue +445 -0
- package/src/plugins/app/znycpjxt/DatasetMan/Yssjj.vue +389 -0
- package/src/plugins/app/znycpjxt/DocList/DocList.vue +496 -0
- package/src/plugins/app/znycpjxt/DocList/unit/DocItem.vue +137 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/Dchj.vue +107 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/GeophysicalAnomaly.vue +115 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/Jxyt.vue +98 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/Lbjs.vue +127 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/Pjcjs.vue +103 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/AnomalyExtraction/Qdjs.vue +103 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/ExceptHandlModel.vue +163 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Cdjs.vue +102 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Czfx.vue +163 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/GetFormData.vue +343 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Hdpj.vue +100 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Pjtd.vue +90 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Qsfx.vue +109 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/ResultOnlyData.vue +121 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/ResultTable.vue +231 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/UniversalComputing.vue +139 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Xgxsjs.vue +93 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Xxsjs.vue +90 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Ycfj.vue +116 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/GeneralCalculation/Yhcl.vue +100 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/AnomalsGard.vue +91 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/Dqhxycht.vue +113 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/GeocAnomalies.vue +99 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/JgTableList.vue +203 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/Lszcl.vue +110 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/extgeoanomalies/Ycxxjs.vue +116 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/geoAnomalyExtraction/GeoAnomalyExtraction.vue +108 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/geoAnomalyExtraction/coms/AttWeight.vue +99 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/geoAnomalyExtraction/coms/Ckdctq.vue +98 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/geoAnomalyExtraction/coms/LeftForm.vue +266 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/ygyctq/Ygsbtq.vue +150 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/ygyctq/Ygtxrh.vue +107 -0
- package/src/plugins/app/znycpjxt/ExceptHandlModel/ygyctq/ygyctq.vue +98 -0
- package/src/plugins/app/znycpjxt/Index/DataCard.vue +45 -0
- package/src/plugins/app/znycpjxt/Index/Index.vue +123 -0
- package/src/plugins/app/znycpjxt/Rzgl/Rzgl.vue +156 -0
- package/src/plugins/app/znycpjxt/coms/CmapColor.vue +70 -0
- package/src/plugins/app/znycpjxt/coms/CustomFileView.vue +343 -0
- package/src/plugins/app/znycpjxt/coms/CustomForm.vue +220 -0
- package/src/plugins/app/znycpjxt/coms/GrdView.vue +355 -0
- package/src/plugins/app/znycpjxt/coms/LeftForm.vue +195 -0
- package/src/plugins/app/znycpjxt/coms/MakeData.js +472 -0
- package/src/plugins/app/znycpjxt/coms/PreView.js +55 -0
- package/src/plugins/app/znycpjxt/coms/RightContent.vue +71 -0
- package/src/plugins/app/znycpjxt/coms/TableEarth.vue +259 -0
- package/src/plugins/app/znycpjxt/intellPred/ModelList.vue +200 -0
- package/src/plugins/app/znycpjxt/intellPred/coms/D3DrawGraph.js +634 -0
- package/src/plugins/app/znycpjxt/intellPred/coms/MineralGo.vue +249 -0
- package/src/plugins/app/znycpjxt/intellPred/coms/ModelCard.vue +298 -0
- package/src/plugins/app/znycpjxt/intellPred/coms/ModelEdit.vue +292 -0
- package/src/plugins/app/znycpjxt/intellPred/coms/ModelSpecif.vue +46 -0
- package/src/plugins/app/znycpjxt/intellPred/intellPred.vue +71 -0
- package/src/plugins/bf/BfApi.js +92 -0
- package/src/plugins/bf/BfColAdd.vue +78 -0
- package/src/plugins/bf/BfColEdit.vue +68 -0
- package/src/plugins/bf/BfColFilter.vue +112 -0
- package/src/plugins/bf/BfDataGroup.vue +80 -0
- package/src/plugins/bf/BfDataPreview.vue +118 -0
- package/src/plugins/bf/BfDataStat.vue +81 -0
- package/src/plugins/bf/BfDuplicateDel.vue +82 -0
- package/src/plugins/bf/BfProcCall.vue +82 -0
- package/src/plugins/bf/BfRunHis.vue +289 -0
- package/src/plugins/bf/BfRunParams.vue +94 -0
- package/src/plugins/bf/BfSaveFlow.vue +186 -0
- package/src/plugins/bf/BfSelFlow.vue +123 -0
- package/src/plugins/bf/BfTabCombine.vue +127 -0
- package/src/plugins/bf/BfTabJoin.vue +108 -0
- package/src/plugins/bf/BfTabMerge.vue +68 -0
- package/src/plugins/bf/BfTabReader.vue +126 -0
- package/src/plugins/bf/BfValFormat.vue +68 -0
- package/src/plugins/bf/BfValNumber.vue +68 -0
- package/src/plugins/bf/BfValProc.vue +78 -0
- package/src/plugins/bf/BfValSort.vue +78 -0
- package/src/plugins/bf/BiFlow.vue +1177 -0
- package/src/plugins/bf/IBfPlug.js +205 -0
- package/src/plugins/bf/coms/ColAdd.vue +75 -0
- package/src/plugins/bf/coms/ColEdit.vue +52 -0
- package/src/plugins/bf/coms/ColList.vue +91 -0
- package/src/plugins/bf/coms/DataGroup.vue +90 -0
- package/src/plugins/bf/coms/DataStat.vue +67 -0
- package/src/plugins/bf/coms/EditTable.vue +161 -0
- package/src/plugins/bf/coms/NodeTree.vue +105 -0
- package/src/plugins/bf/coms/PlugCmd.vue +95 -0
- package/src/plugins/bf/coms/RunParams.vue +68 -0
- package/src/plugins/bf/coms/TabCombine.vue +60 -0
- package/src/plugins/bf/coms/TabJoin.vue +69 -0
- package/src/plugins/bf/coms/ValFormat.vue +53 -0
- package/src/plugins/bf/coms/ValProc.vue +77 -0
- package/src/plugins/bf/coms/ValSort.vue +89 -0
- package/src/plugins/bf/parts/Icon.vue +105 -0
- package/src/plugins/bf/parts/Rect.vue +98 -0
- package/src/plugins/bf/parts/index.js +11 -0
- package/src/plugins/cxMixin/IAttBase.js +78 -0
- package/src/plugins/cxMixin/IAttDlg.js +45 -0
- package/src/plugins/cxMixin/IAttProc.js +98 -0
- package/src/plugins/cxMixin/IComBase.js +42 -0
- package/src/plugins/cxMixin/IContextMenu.js +74 -0
- package/src/plugins/cxMixin/IDataAcce.js +1106 -0
- package/src/plugins/cxMixin/IDataList.js +775 -0
- package/src/plugins/cxMixin/IDataMan.js +1670 -0
- package/src/plugins/cxMixin/IDataMan2.js +2561 -0
- package/src/plugins/cxMixin/IDataProc.js +379 -0
- package/src/plugins/cxMixin/IDatagrid.js +234 -0
- package/src/plugins/cxMixin/IEditableDg.js +477 -0
- package/src/plugins/cxMixin/IExpBase.js +51 -0
- package/src/plugins/cxMixin/IFormBase.js +29 -0
- package/src/plugins/cxMixin/IGridBpm.js +732 -0
- package/src/plugins/cxMixin/IGridData.js +109 -0
- package/src/plugins/cxMixin/IOperMore.js +323 -0
- package/src/plugins/cxMixin/IPlugBase.js +341 -0
- package/src/plugins/cxMixin/ISendCode.js +86 -0
- package/src/plugins/cxMixin/ISinglePage.js +112 -0
- package/src/plugins/cxMixin/ITags.js +81 -0
- package/src/plugins/cxe/CxeMap.vue +61 -0
- package/src/plugins/home/HeadNav.vue +194 -0
- package/src/plugins/home/Home.vue +59 -0
- package/src/plugins/home/HomePage.vue +237 -0
- package/src/plugins/home/Login.vue +139 -0
- package/src/plugins/zbcxCesium/coms/GraDrawBarWgt.vue +176 -0
- package/src/plugins/zbcxCesium/coms/baseMapSwitch/BaseMap.scss +42 -0
- package/src/plugins/zbcxCesium/coms/baseMapSwitch/BaseMap.vue +59 -0
- package/src/plugins/zbcxCesium/coms/dataPreview/DataPreview.vue +526 -0
- package/src/plugins/zbcxCesium/coms/dataPreview/DataPreviewPlug.vue +79 -0
- package/src/plugins/zbcxCesium/coms/dataPreview/ReadShpFile.js +42 -0
- package/src/plugins/zbcxCesium/coms/legend/Legend.vue +78 -0
- package/src/plugins/zbcxCesium/coms/popup/dialog-left-bg.png +0 -0
- package/src/plugins/zbcxCesium/coms/popup/index.js +88 -0
- package/src/plugins/zbcxCesium/coms/popup/index.vue +93 -0
- package/src/plugins/zbcxCesium/pub/LoadGeojson.js +44 -0
- package/src/plugins/zbcxCesium/pub/LoadModel.js +128 -0
- package/src/plugins/zbcxCesium/pub/LoadOgc.js +226 -0
- package/src/plugins/zbcxCesium/pub/Opacity.vue +139 -0
- package/src/plugins/zbcxCesium/pub/PubCxe.js +97 -0
- package/src/plugins/zbcxCesium/pub/SceneSet.vue +178 -0
- package/src/plugins/zbcxCesium/pub/ShowEffect.vue +216 -0
- package/src/plugins/zbcxCesium/pub/TMeasure.vue +122 -0
- package/src/plugins/zbcxCesium/pub/ToDefView3.vue +109 -0
- package/src/plugins/zbcxCesium/pub/getWmsGetCapabilities.js +127 -0
- package/src/plugins/zbcxCesium/utils/ShpToGeoJson.js +24 -0
- package/src/plugins/zbcxCesium/utils/WebProj4.js +32 -0
|
@@ -0,0 +1,472 @@
|
|
|
1
|
+
// flds:colname对应接口参数的key,namec是中文名,disptype: def 不显示;seldyna:动态选择,multiple: true时候多选;input:输入框;select 下拉选择, nullable: 0 非必填, disabled: input框是否禁止输入
|
|
2
|
+
const sfmkcsb =
|
|
3
|
+
[
|
|
4
|
+
{
|
|
5
|
+
name: '全局参数',
|
|
6
|
+
type: 'globalParams',
|
|
7
|
+
flds: [
|
|
8
|
+
{ colname: 'x', namec: 'X范围', disptype: 'coorRange', min: 'xmin', max: 'xmax', disabled: false, nullable: 0 },
|
|
9
|
+
{ colname: 'y', namec: 'Y范围', disptype: 'coorRange', min: 'ymin', max: 'ymax', disabled: false, nullable: 0 },
|
|
10
|
+
{ colname: 'step', namec: '网格精度', disptype: 'input', disabled: false, nullable: 0 }
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '基础统计',
|
|
15
|
+
type: 'dataanly',
|
|
16
|
+
flds: [
|
|
17
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
18
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna' },
|
|
19
|
+
{ colname: 'bins', namec: '频率组数', disptype: 'input', elAtt: { type: 'number', max: 50, min: 10 } },
|
|
20
|
+
{ colname: 'islog', namec: '统计方式', disptype: 'select', options: [{ label: '原始数据', value: false }, { label: '对数变化', value: true }] }
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: 'QQ/PP图',
|
|
25
|
+
type: 'dataanly',
|
|
26
|
+
flds: [
|
|
27
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
28
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna' },
|
|
29
|
+
{ colname: 'islog', namec: '统计方式', disptype: 'select', options: [{ label: '原始数据', value: false }, { label: '对数变化', value: true }] },
|
|
30
|
+
{ colname: 'type', namec: '类型', disptype: 'select', options: [{ label: 'QQ图', value: 'qq' }, { label: 'PP图', value: 'pp' }] }
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: '回归分析',
|
|
35
|
+
type: 'dataanly',
|
|
36
|
+
flds: [
|
|
37
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
38
|
+
{ colname: 'independent', namec: '自变量', disptype: 'seldyna', multiple: true },
|
|
39
|
+
{ colname: 'dependent', namec: '因变量', disptype: 'seldyna' }
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '相关性分析',
|
|
44
|
+
type: 'dataanly',
|
|
45
|
+
flds: [
|
|
46
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
47
|
+
{ colname: 'cols', namec: '统计对象', disptype: 'seldyna', multiple: true }
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: '聚类分析',
|
|
52
|
+
type: 'dataanly',
|
|
53
|
+
flds: [
|
|
54
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
55
|
+
{ colname: 'cols', namec: '分析字段', disptype: 'seldyna', multiple: true },
|
|
56
|
+
{ colname: 'param', namec: '参数', disptype: 'def' },
|
|
57
|
+
{
|
|
58
|
+
colname: 'method',
|
|
59
|
+
namec: '链接策略',
|
|
60
|
+
disptype: 'select',
|
|
61
|
+
options:
|
|
62
|
+
[
|
|
63
|
+
{ label: '最近邻方法', value: 'single' }, { label: '最远邻方法', value: 'complete' }, { label: '平均', value: 'average' }, { label: '加权', value: 'weighted' }
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
colname: 'orientation',
|
|
68
|
+
namec: '方向',
|
|
69
|
+
disptype: 'select',
|
|
70
|
+
default: 'right',
|
|
71
|
+
options:
|
|
72
|
+
[
|
|
73
|
+
{ label: '上', value: 'top' }, { label: '右', value: 'right' }, { label: '下', value: 'bottom' }, { label: '左', value: 'left' }
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: 'PCA分析',
|
|
80
|
+
type: 'dataanly',
|
|
81
|
+
flds: [
|
|
82
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
83
|
+
{ colname: 'cols', namec: '分析字段', disptype: 'seldyna', multiple: true }
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: '插值分析',
|
|
88
|
+
type: 'dataanly',
|
|
89
|
+
flds: [
|
|
90
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
91
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'excel,csv' },
|
|
92
|
+
{ colname: 'step', namec: '网格精度', disptype: 'input', disabled: false, nullable: 0 },
|
|
93
|
+
{ colname: 'bounds', namec: '插值范围', disptype: 'range', max1: 'max1', min1: 'min1', max2: 'max2', min2: 'min2', disabled: false, nullable: 0 },
|
|
94
|
+
{ colname: 'method', namec: '插值方法', disptype: 'select', nullable: 0, options: [{ label: '普通克里金', value: 'okriging' }, { label: '径向基插值', value: 'rbf' }, { label: '反距离加权插值', value: 'idw' }] },
|
|
95
|
+
{ colname: 'model', namec: '模型', disptype: 'select', nullable: 0, options: [{ label: 'linear', value: 'linear' }, { label: 'power', value: 'power' }, { label: 'gaussian', value: 'gaussian' }, { label: 'spherical', value: 'spherical' }, { label: 'exponential', value: 'exponential' }, { label: 'hole-effect', value: 'hole-effect' }, { label: 'multiquadric', value: 'multiquadric' }, { label: 'gaussian', value: 'gaussian' }, { label: 'inverse', value: 'inverse' }, { label: 'cubic', value: 'cubic' }, { label: 'quintic', value: 'quintic' }] },
|
|
96
|
+
{ colname: 'power', namec: '权重', default: 2, disptype: 'input', disabled: true, nullable: 0 },
|
|
97
|
+
{ colname: 'islog', namec: '是否对数变换', default: '否', disptype: 'select', options: [{ label: '是', value: '是' }, { label: '否', value: '否' }], nullable: 0 }
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: '衬度计算',
|
|
102
|
+
type: 'dataanly',
|
|
103
|
+
flds: [
|
|
104
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
105
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'grd' },
|
|
106
|
+
{ colname: 'kernelsize', namec: '核窗口大小', disptype: 'select', options: [{ label: '3', value: '3' }, { label: '5', value: '5' }, { label: '7', value: '7' }], nullable: 0 },
|
|
107
|
+
{ colname: 'subareasize', namec: '子窗口大小', disptype: 'select', options: [{ label: '5', value: '5' }, { label: '7', value: '7' }, { label: '9', value: '9' }, { label: '11', value: '11' }, { label: '13', value: '13' }], nullable: 0 }
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: '圆滑处理',
|
|
112
|
+
type: 'dataanly',
|
|
113
|
+
flds: [
|
|
114
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
115
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'grd' },
|
|
116
|
+
{ colname: 'method', namec: '圆滑方法', disptype: 'select', nullable: 0, options: [{ label: '3×3线性', value: 'three_line' }, { label: '5×5线性', value: 'five_line' }, { label: '7×7线性', value: 'sever_line' }, { label: '9×9线性', value: 'nine_line' }, { label: '3×3二次', value: 'three_quadratic' }, { label: '5×5二次', value: 'five_quadratic' }, { label: '7×7二次', value: 'sever_quadratic' }, { label: '9×9二次', value: 'nine_quadratic' }] }
|
|
117
|
+
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
name: '滑动平均',
|
|
122
|
+
type: 'dataanly',
|
|
123
|
+
flds: [
|
|
124
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
125
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'grd' },
|
|
126
|
+
{ colname: 'size', namec: '窗口大小', disptype: 'input', placeholder: '>=3', disabled: false, nullable: 0 }
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: '趋势分析',
|
|
131
|
+
type: 'dataanly',
|
|
132
|
+
flds: [
|
|
133
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
134
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'grd' },
|
|
135
|
+
{ colname: 'x_step', namec: 'x拟合点行数', disptype: 'input', placeholder: '>= 2', disabled: false, nullable: 0 },
|
|
136
|
+
{ colname: 'y_step', namec: 'y拟合点列数', disptype: 'input', placeholder: '>= 2', disabled: false, nullable: 0 },
|
|
137
|
+
{ colname: 'x_order', namec: 'x方向阶次', disptype: 'input', placeholder: '>=2 <=5', disabled: false, nullable: 0 },
|
|
138
|
+
{ colname: 'y_order', namec: 'y方向阶次', disptype: 'input', placeholder: '>=2 <=5', disabled: false, nullable: 0 },
|
|
139
|
+
{ colname: 'type', namec: '分析类型', disptype: 'select', options: [{ label: '趋势分析', value: 'trend' }, { label: '残差分析', value: 'residual' }] }
|
|
140
|
+
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: '异常分级',
|
|
145
|
+
type: 'dataanly',
|
|
146
|
+
flds: [
|
|
147
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
148
|
+
{ colname: 'col', namec: '统计对象', disptype: 'seldyna', filetype: 'grd' },
|
|
149
|
+
{ colname: 'anomal', namec: '异常下限值', disptype: 'input', disabled: false, nullable: 1 },
|
|
150
|
+
{ colname: 'fw', namec: '范围', disptype: 'coorRange', min: 'min', max: 'max', disabled: false, nullable: 0 }
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: '成矿地层提取',
|
|
155
|
+
type: 'dataanly',
|
|
156
|
+
flds: [
|
|
157
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
158
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna' },
|
|
159
|
+
// { colname: 'x', namec: 'X范围', disptype: 'coorRange', min: 'xmin', max: 'xmax', disabled: false, nullable: 0 },
|
|
160
|
+
// { colname: 'y', namec: 'Y范围', disptype: 'coorRange', min: 'ymin', max: 'ymax', disabled: false, nullable: 0 },
|
|
161
|
+
{ colname: 'bounds', namec: '插值范围', disptype: 'range', max1: 'xmax', min1: 'xmin', max2: 'ymax', min2: 'ymin', disabled: false, nullable: 0 },
|
|
162
|
+
{ colname: 'step', namec: '网格精度', disptype: 'input', disabled: false, nullable: 0 },
|
|
163
|
+
{ colname: 'buffer', namec: '缓冲半径', disptype: 'input', disabled: false, nullable: 0 }
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
name: '异常提取分析',
|
|
168
|
+
type: 'dataanly',
|
|
169
|
+
flds: [
|
|
170
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
171
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna' },
|
|
172
|
+
// { colname: 'x', namec: 'X范围', disptype: 'coorRange', min: 'xmin', max: 'xmax', disabled: false, nullable: 0 },
|
|
173
|
+
// { colname: 'y', namec: 'Y范围', disptype: 'coorRange', min: 'ymin', max: 'ymax', disabled: false, nullable: 0 },
|
|
174
|
+
{ colname: 'bounds', namec: '插值范围', disptype: 'range', max1: 'xmax', min1: 'xmin', max2: 'ymax', min2: 'ymin', disabled: false, nullable: 0 },
|
|
175
|
+
{ colname: 'step', namec: '网格精度', disptype: 'input', disabled: false, nullable: 0 },
|
|
176
|
+
{ colname: 'buffer', namec: '缓冲半径', disptype: 'input', disabled: false, nullable: 0 }
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: '地磁化极',
|
|
181
|
+
type: 'dataanly',
|
|
182
|
+
flds: [
|
|
183
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
184
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' },
|
|
185
|
+
{ colname: 'incD', namec: '地磁倾角(度分)', min: 'incD', max: 'incF', disptype: 'coorRange', nullable: 1 },
|
|
186
|
+
{ colname: 'decD', namec: '地磁方位角(度分)', min: 'decD', max: 'decF', disptype: 'coorRange', nullable: 1 },
|
|
187
|
+
{ colname: 'sinc', namec: '异常源磁化方向倾角', disptype: 'input', disabled: false, nullable: 0 },
|
|
188
|
+
{ colname: 'sdec', namec: '异常源磁化方向方位角', disptype: 'input', disabled: false, nullable: 0 }
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
name: '平均场计算',
|
|
193
|
+
type: 'dataanly',
|
|
194
|
+
flds: [
|
|
195
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
196
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' },
|
|
197
|
+
{ colname: 'size', namec: '窗口大小', disptype: 'input', placeholder: '>=3', disabled: false, nullable: 0 },
|
|
198
|
+
{ colname: 'type', namec: '分析类型', disptype: 'select', nullable: 0, options: [{ label: '背景异常', value: 'background' }, { label: '局部异常', value: 'local' }] }
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
name: '解析延拓',
|
|
203
|
+
type: 'dataanly',
|
|
204
|
+
flds: [
|
|
205
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
206
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' },
|
|
207
|
+
{ colname: 'height', namec: '延拓高度', disptype: 'input', disabled: false },
|
|
208
|
+
{ colname: 'type', namec: '分析类型', disptype: 'select', options: [{ label: '背景异常', value: 'background' }, { label: '局部异常', value: 'local' }] }
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
name: '求导计算',
|
|
213
|
+
type: 'dataanly',
|
|
214
|
+
flds: [
|
|
215
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
216
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' },
|
|
217
|
+
{ colname: 'order', namec: '阶数', disptype: 'input', placeholder: '>=1 <=2', disabled: false, nullable: 0 },
|
|
218
|
+
{ colname: 'direct', namec: '求导方向', disptype: 'select', options: [{ label: '水平x方向', value: 'x' }, { label: '水平y方向', value: 'y' }, { label: '垂直方向', value: 'z' }, { label: '总梯度', value: 'tga' }, { label: '位场倾斜', value: 'tilt' }], nullable: 0 },
|
|
219
|
+
{ colname: 'method', namec: '求导方法', disptype: 'select', options: [{ label: '有限差分', value: 'fd' }, { label: '傅里叶变换', value: 'fft' }], nullable: 0 }
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: '滤波计算',
|
|
224
|
+
type: 'dataanly',
|
|
225
|
+
flds: [
|
|
226
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
227
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' },
|
|
228
|
+
{ colname: 'method', namec: '滤波方法', disptype: 'select', options: [{ label: '低通滤波', value: 'lowpass' }, { label: '高通滤波', value: 'highpass' }, { label: '带通滤波', value: 'bandpass' }], nullable: 0 },
|
|
229
|
+
{ colname: 'order', namec: '滤波强度', disptype: 'input', placeholder: '>=1 <=1000', disabled: false, nullable: 0 },
|
|
230
|
+
{ colname: 'low', namec: '低频', disptype: 'input', placeholder: '>0 <1', disabled: true, nullable: 0 },
|
|
231
|
+
{ colname: 'high', namec: '高频', disptype: 'input', placeholder: '>0 <=1', disabled: true, nullable: 0 }
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: '异常下限计算',
|
|
236
|
+
type: 'dataanly',
|
|
237
|
+
flds: [
|
|
238
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
239
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd,excel,csv' },
|
|
240
|
+
{ colname: 'islog', namec: '是否对数变换', disptype: 'select', options: [{ label: '是', value: true }, { label: '否', value: false }], nullable: 0 },
|
|
241
|
+
{ colname: 'method', namec: '计算方法', disptype: 'select', options: [{ label: '均值标准差', value: 'meanstd' }, { label: '频率直方图', value: 'histogram' }, { label: 'C-A分形', value: 'ca' }], nullable: 0 },
|
|
242
|
+
{ colname: 'limit', namec: '标准差倍率上限', placeholder: '>= 0', elAtt: { type: 'number', min: 0 }, disptype: 'input', nullable: 0 }
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: '地球化学异常绘图',
|
|
247
|
+
type: 'dataanly',
|
|
248
|
+
flds: [
|
|
249
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
250
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', multiple: true, filetype: 'grd' },
|
|
251
|
+
{ colname: 'width', namec: '图像长', disptype: 'input', disabled: false },
|
|
252
|
+
{ colname: 'height', namec: '图像宽', disptype: 'input', disabled: false }
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
name: '知识图谱融合计算',
|
|
257
|
+
type: 'dataanly',
|
|
258
|
+
flds: [
|
|
259
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
260
|
+
{ colname: 'col', namec: '融合对象', disptype: 'seldyna' },
|
|
261
|
+
{ colname: 'x', namec: 'X范围', disptype: 'coorRange', min: 'xmin', max: 'xmax', disabled: false, nullable: 0 },
|
|
262
|
+
{ colname: 'y', namec: 'Y范围', disptype: 'coorRange', min: 'ymin', max: 'ymax', disabled: false, nullable: 0 },
|
|
263
|
+
{ colname: 'step', namec: '网格精度', disptype: 'input', disabled: false, nullable: 0 },
|
|
264
|
+
{ colname: 'buffer', namec: '缓冲半径', disptype: 'input', disabled: false, nullable: 0 }
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
name: '矿点',
|
|
269
|
+
type: 'dataanly',
|
|
270
|
+
flds: [
|
|
271
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
272
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv' }
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: '证据权',
|
|
277
|
+
type: 'dataanly',
|
|
278
|
+
flds: [
|
|
279
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
280
|
+
{ colname: 'colZjtc', namec: '证据图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
281
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv,POINT' }
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
name: '自注意力网络',
|
|
286
|
+
type: 'dataanly',
|
|
287
|
+
flds: [
|
|
288
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
289
|
+
{ colname: 'colZjtc', namec: '证据图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
290
|
+
{ colname: 'batchsize', namec: '批处理大小', default: 256, placeholder: '>= 50 <= 1000', elAtt: { type: 'number', max: 1000, min: 50 }, disptype: 'input' },
|
|
291
|
+
{ colname: 'epochs', namec: '迭代次数', default: 100, placeholder: '>= 50 <= 500', elAtt: { type: 'number', max: 500, min: 50 }, disptype: 'input' },
|
|
292
|
+
{ colname: 'learningrate', namec: '学习率', default: 0.001, placeholder: '>= 0.00001 <= 0.01', elAtt: { type: 'number', max: 0.01, min: 0.00001 }, disptype: 'input' }
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
name: '多头自注意力网络',
|
|
297
|
+
type: 'dataanly',
|
|
298
|
+
flds: [
|
|
299
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
300
|
+
{ colname: 'colZjtc', namec: '证据图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
301
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv,POINT', exp: [] },
|
|
302
|
+
{ colname: 'colYzfyb', namec: '负样本', disptype: 'seldyna', filetype: 'excel,csv,POINT' },
|
|
303
|
+
{ colname: 'batchsize', namec: '批处理大小', default: 256, placeholder: '>= 50 <= 1000', elAtt: { type: 'number', max: 1000, min: 50 }, disptype: 'input' },
|
|
304
|
+
{ colname: 'epochs', namec: '迭代次数', default: 100, placeholder: '>= 50 <= 500', elAtt: { type: 'number', max: 500, min: 50 }, disptype: 'input' },
|
|
305
|
+
{ colname: 'learningrate', namec: '学习率', default: 0.001, placeholder: '>= 0.00001 <= 0.01', elAtt: { type: 'number', max: 0.01, min: 0.00001 }, disptype: 'input' }
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
name: '卷积神经网络',
|
|
310
|
+
type: 'dataanly',
|
|
311
|
+
flds: [
|
|
312
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
313
|
+
{ colname: 'colXltc', namec: '训练图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
314
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv,POINT' },
|
|
315
|
+
{ colname: 'colYzfyb', namec: '负样本', disptype: 'seldyna', filetype: 'excel,csv,POINT' },
|
|
316
|
+
{ colname: 'batchsize', namec: '批处理大小', default: 256, placeholder: '>= 50 <= 1000', elAtt: { type: 'number', max: 1000, min: 50 }, disptype: 'input' },
|
|
317
|
+
{ colname: 'epochs', namec: '迭代次数', default: 200, placeholder: '>= 50 <= 1000', elAtt: { type: 'number', max: 1000, min: 50 }, disptype: 'input' },
|
|
318
|
+
{ colname: 'learningrate', namec: '学习率', default: 0.001, placeholder: '>= 0.00001 <= 0.01', elAtt: { type: 'number', max: 0.01, min: 0.00001 }, disptype: 'input' },
|
|
319
|
+
{ colname: 'wsize', namec: '样本尺寸', default: 8, placeholder: '>= 8 <= 256', elAtt: { type: 'number', max: 256, min: 8 }, disptype: 'input' },
|
|
320
|
+
{ colname: 'percentage', namec: '验证集比例', default: 0.2, placeholder: '>= 0.1 <= 0.5', elAtt: { type: 'number', max: 0.5, min: 0.1 }, disptype: 'input' },
|
|
321
|
+
{ colname: 'augmentationtimes', namec: '数据增强次数', default: 1, placeholder: '>= 1 <= 10', elAtt: { type: 'number', max: 10, min: 1 }, disptype: 'input' },
|
|
322
|
+
{ colname: 'mxname', namec: '训练模型名称', placeholder: '', disptype: 'input' }
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
name: '卷积神经网络模型预测',
|
|
327
|
+
type: 'dataanly',
|
|
328
|
+
flds: [
|
|
329
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
330
|
+
{ colname: 'colXltc', namec: '预测图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
331
|
+
{ colname: 'colYcmx', namec: '预测模型', disptype: 'ckyctask', filetype: 'keras' }
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
name: '随机森林',
|
|
336
|
+
type: 'dataanly',
|
|
337
|
+
flds: [
|
|
338
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
339
|
+
{ colname: 'colZjtc', namec: '证据图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
340
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv' },
|
|
341
|
+
{ colname: 'estimator', namec: '决策树数量', disptype: 'input', nullable: 0 },
|
|
342
|
+
{ colname: 'split', namec: '叶子节点最小样本数', default: 2, disptype: 'input', nullable: 0 },
|
|
343
|
+
{ colname: 'depth', namec: '决策树最大深度', disptype: 'input', nullable: 0 }
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
name: '支持向量机',
|
|
348
|
+
type: 'dataanly',
|
|
349
|
+
flds: [
|
|
350
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
351
|
+
{ colname: 'colZjtc', namec: '证据图层', disptype: 'seldynaList', filetype: 'grd' },
|
|
352
|
+
{ colname: 'colYzkd', namec: '已知矿点', disptype: 'seldyna', filetype: 'excel,csv' },
|
|
353
|
+
{ colname: 'method', namec: 'SVM方法名', disptype: 'select', options: [{ label: 'SVC', value: 'SVC' }, { label: 'NuSVC', value: 'NuSVC' }, { label: 'SVR', value: 'SVR' }, { label: 'NuSVR', value: 'NuSVR' }], nullable: 1 },
|
|
354
|
+
{ colname: 'C', namec: '正则化参数', disptype: 'input', nullable: 0 },
|
|
355
|
+
{ colname: 'kernel', namec: '核函数类型', disptype: 'select', options: [{ label: 'linear', value: 'linear' }, { label: 'poly', value: 'poly' }, { label: 'rbf', value: 'rbf' }, { label: 'sigmoid', value: 'sigmoid' }], nullable: 0 },
|
|
356
|
+
{ colname: 'gamma', namec: '核函数系数', disptype: 'input', nullable: 0 },
|
|
357
|
+
{ colname: 'degree', namec: '核函数阶数', disptype: 'input', nullable: 0 }
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
name: '知识图谱',
|
|
362
|
+
type: 'dataanly',
|
|
363
|
+
flds: [
|
|
364
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
365
|
+
{ colname: 'tsjxz', namec: '图数据选择', disptype: 'select', options: [], nullable: 1 },
|
|
366
|
+
{ colname: 'kclx', namec: '矿床类型', disptype: 'input', nullable: 1 }
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
name: '特高值处理',
|
|
371
|
+
type: 'dataanly',
|
|
372
|
+
flds: [
|
|
373
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
374
|
+
{ colname: 'col', namec: '元素列名', disptype: 'seldyna', filetype: 'excel,csv', nullable: 1 },
|
|
375
|
+
{ colname: 'method', namec: '特高值处理方法', default: 'replace', disptype: 'select', options: [{ label: '删除', value: 'deletion' }, { label: '异常上限替换', value: 'replace' }], nullable: 1 },
|
|
376
|
+
{ colname: 'limit', namec: '特高值下限计算公式(x+Nσ),请填写N', placeholder: '>= 0', elAtt: { type: 'number', min: 0 }, disptype: 'input' }
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
name: '遥感蚀变提取',
|
|
381
|
+
type: 'dataanly',
|
|
382
|
+
flds: [
|
|
383
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
384
|
+
{ colname: 'col', namec: '卫星影像', disptype: 'seldyna', filetype: 'img,tif', nullable: 1 },
|
|
385
|
+
{ colname: 'imagetype', namec: '卫星影像类型', disptype: 'select', options: [{ label: 'ASTER', value: 'ASTER' }, { label: 'Landsat8', value: 'Landsat8' }, { label: 'TM', value: 'TM' }], nullable: 1 },
|
|
386
|
+
{ colname: 'extraction', namec: '蚀变类型', disptype: 'select', options: [{ label: 'Iron', value: 'Iron' }, { label: 'Al-OH', value: 'Al-OH' }, { label: 'Mg-OH', value: 'Mg-OH' }, { label: 'Hydroxyl', value: 'Hydroxyl' }], nullable: 1 },
|
|
387
|
+
// { colname: 'bounds', namec: '插值范围', disptype: 'range', max1: 'max1', min1: 'min1', max2: 'max2', min2: 'min2', disabled: false, nullable: 0 },
|
|
388
|
+
{ colname: 'precision', namec: '数据集精度', elAtt: { type: 'number' }, disptype: 'input' }
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
name: '遥感图像融合',
|
|
393
|
+
type: 'dataanly',
|
|
394
|
+
flds: [
|
|
395
|
+
{ colname: 'mulImage', namec: '多光谱影像文件', disptype: 'seldynaList', filetype: 'img,tif' },
|
|
396
|
+
{ colname: 'panImage', namec: '全色影像文件', disptype: 'seldynaList', filetype: 'img,tif' },
|
|
397
|
+
{ colname: 'method', namec: '融合方法', disptype: 'select', options: [{ label: '小波融合', value: 'wavelet' }, { label: 'GS正交融合', value: 'gramschmidt' }], nullable: 1 },
|
|
398
|
+
{ colname: 'bounds', namec: '插值范围', disptype: 'range', max1: 'max1', min1: 'min1', max2: 'max2', min2: 'min2', disabled: false, nullable: 0, noShowBtn: true }
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
name: '平均梯度',
|
|
403
|
+
type: 'dataanly',
|
|
404
|
+
flds: [
|
|
405
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
406
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' }
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
name: '信息熵计算',
|
|
411
|
+
type: 'dataanly',
|
|
412
|
+
flds: [
|
|
413
|
+
{ colname: 'file', namec: '文件相对路径', disptype: 'def' },
|
|
414
|
+
{ colname: 'col', namec: '提取对象', disptype: 'seldyna', filetype: 'grd' }
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
name: '计算相关系数',
|
|
419
|
+
type: 'dataanly',
|
|
420
|
+
flds: [
|
|
421
|
+
{ colname: 'files', namec: '文件相对路径', disptype: 'def' },
|
|
422
|
+
{ colname: 'col', namec: '提取对象(请选择两个栅格文件)', disptype: 'seldyna', multiple: true, filenum: 2, filetype: 'grd' }
|
|
423
|
+
]
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
|
|
427
|
+
export default
|
|
428
|
+
{
|
|
429
|
+
data()
|
|
430
|
+
{
|
|
431
|
+
return {
|
|
432
|
+
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
|
|
436
|
+
// 按功能相关性组织函数块,函数名体现功能
|
|
437
|
+
methods:
|
|
438
|
+
{
|
|
439
|
+
makeForm(sfmkcsbObj, fldsData)
|
|
440
|
+
{
|
|
441
|
+
let form = {}, rules = {}, flds = []
|
|
442
|
+
let cursf = {}
|
|
443
|
+
if (!fldsData)
|
|
444
|
+
cursf = sfmkcsb.find(item => item.name === sfmkcsbObj.name && item.type === sfmkcsbObj.type)
|
|
445
|
+
else
|
|
446
|
+
cursf = fldsData
|
|
447
|
+
if (!cursf)
|
|
448
|
+
return { flds, form, rules }
|
|
449
|
+
flds = cursf.flds
|
|
450
|
+
flds.forEach(item =>
|
|
451
|
+
{
|
|
452
|
+
if (sfmkcsbObj.select)
|
|
453
|
+
{
|
|
454
|
+
for (let i in sfmkcsbObj.select)
|
|
455
|
+
{
|
|
456
|
+
if (i == item.colname)
|
|
457
|
+
item.options = sfmkcsbObj.select[i]
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
form[item.colname] = item.default ? item.default : ''
|
|
461
|
+
if (item.disptype == 'seldynaList')
|
|
462
|
+
form[item.colname + '_file'] = []
|
|
463
|
+
if (item.disptype !== 'def')
|
|
464
|
+
{
|
|
465
|
+
if (item.nullable !== 0)
|
|
466
|
+
rules[item.colname] = [{ required: true, message: `请输入${item.namec}`, trigger: 'blur' }]
|
|
467
|
+
}
|
|
468
|
+
})
|
|
469
|
+
return { flds, form, rules }
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 混淆类 - 预览数据的功能
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 修改记录:
|
|
7
|
+
* 24-05-28 张光辉 首次编写
|
|
8
|
+
*/
|
|
9
|
+
export default
|
|
10
|
+
{
|
|
11
|
+
methods:
|
|
12
|
+
{
|
|
13
|
+
preView(att)
|
|
14
|
+
{
|
|
15
|
+
this.queryMedia($app.TabConst.yclsjj.major, $app.TabConst.yclsjj.minor, att.id).then((result) =>
|
|
16
|
+
{
|
|
17
|
+
if (result && result.length)
|
|
18
|
+
{
|
|
19
|
+
let src
|
|
20
|
+
att.mediaId = result[0].id
|
|
21
|
+
if (att.datatype === 'excel' || att.datatype === 'csv')
|
|
22
|
+
{
|
|
23
|
+
src = cx.svr.doc.stream({ id: result[0].id })
|
|
24
|
+
let filetype = cx.file.getFileType(result[0].title)
|
|
25
|
+
if (filetype === 'csv')
|
|
26
|
+
filetype = 'xls'
|
|
27
|
+
cx.run.runPlug('CustomFileView', { data: { att, src, filetype } }, { uicfg: { modal: 1 } })
|
|
28
|
+
}
|
|
29
|
+
else if (att.datatype.toLowerCase().includes('polygon') || att.datatype.toLowerCase().includes('polyline') || att.datatype.toLowerCase().includes('point'))
|
|
30
|
+
{
|
|
31
|
+
src = result[0].filename
|
|
32
|
+
cx.run.runPlug('CustomFileView', { data: { att, src, filetype: 'geojson' } }, { uicfg: { modal: 1 } })
|
|
33
|
+
}
|
|
34
|
+
else if (att.datatype.toLowerCase() === 'grd')
|
|
35
|
+
{
|
|
36
|
+
src = result[0].filename
|
|
37
|
+
cx.run.runPlug('CustomFileView', { data: { att, src, filetype: att.datatype } }, { uicfg: { modal: 1 } })
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
else if (att.datatype.toLowerCase().includes('polygon') && att.memo)
|
|
41
|
+
|
|
42
|
+
cx.run.runPlug('CustomFileView', { data: { att, filetype: 'geojson' } }, { uicfg: { modal: 1 } })
|
|
43
|
+
}).catch((err) =>
|
|
44
|
+
{
|
|
45
|
+
console.log(err)
|
|
46
|
+
})
|
|
47
|
+
},
|
|
48
|
+
|
|
49
|
+
queryMedia(major, minor, entityid)
|
|
50
|
+
{
|
|
51
|
+
let param = { args: [['major', '=', major], ['minor', '=', minor, 'and'], ['entityid', '=', entityid, 'and']] }
|
|
52
|
+
return cx.svr.data.query(cx.consts.SYSTAB, cx.consts.MEDIA, param)
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<style lang='scss' scoped>
|
|
2
|
+
.cust-border { width: 100%; height: 100%; border: 0.01rem solid var(--cx-colorBorder1); padding: 0.16rem; box-sizing: border-box; }
|
|
3
|
+
.cust-title { font-size: 0.16rem; font-weight: 400; }
|
|
4
|
+
</style>
|
|
5
|
+
|
|
6
|
+
<template>
|
|
7
|
+
<cx-BorderRegular class="cust-border">
|
|
8
|
+
<cx-layout style="height: 100%;">
|
|
9
|
+
<cx-region region="north" gutter height="0.4rem;">
|
|
10
|
+
<span class='cust-title'>{{title}}</span>
|
|
11
|
+
</cx-region>
|
|
12
|
+
<cx-region region="center" gutter>
|
|
13
|
+
<slot></slot>
|
|
14
|
+
</cx-region>
|
|
15
|
+
<cx-region region="south" >
|
|
16
|
+
</cx-region>
|
|
17
|
+
</cx-layout>
|
|
18
|
+
</cx-BorderRegular>
|
|
19
|
+
</template>
|
|
20
|
+
|
|
21
|
+
<script>
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 组件 - 数据分析模型 - 右侧内容区域
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 修改记录:
|
|
29
|
+
* 24-05-15 张光辉 首次编写
|
|
30
|
+
*/
|
|
31
|
+
export default
|
|
32
|
+
{
|
|
33
|
+
mixins: [cx.mixin.IComBase],
|
|
34
|
+
props:
|
|
35
|
+
{
|
|
36
|
+
btn: {
|
|
37
|
+
type: Array,
|
|
38
|
+
default: () => []
|
|
39
|
+
},
|
|
40
|
+
noBtn: {
|
|
41
|
+
type: Boolean
|
|
42
|
+
},
|
|
43
|
+
title: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: ''
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
data()
|
|
49
|
+
{
|
|
50
|
+
return {
|
|
51
|
+
btnList: []
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
created()
|
|
55
|
+
{
|
|
56
|
+
this.btnList = this.btn.length ? this.btn : [{ title: '导出分析', icon: 'cx-fi ic-export', callBack: this.onOk }]
|
|
57
|
+
},
|
|
58
|
+
emits: ['ok-click'],
|
|
59
|
+
|
|
60
|
+
methods:
|
|
61
|
+
{
|
|
62
|
+
/**
|
|
63
|
+
* 确定按钮事件
|
|
64
|
+
*/
|
|
65
|
+
onOk()
|
|
66
|
+
{
|
|
67
|
+
this.$emit('ok-click')
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
</script>
|