爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2993|回复: 1

请教:生成等值面的值和测站的值不一致

[复制链接]

新浪微博达人勋

发表于 2017-2-8 16:37:08 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
本帖最后由 dragon_ydl 于 2017-2-8 16:39 编辑

一组测站数据(约2000个)。 最大的值是75。
结果生成等值面后。 最大值是7。

  1. gridInterp.InterpolationMethod = InterpolationMethods.IDW_Radius;
  2. gridInterp.Radius = 2;
  3. gridInterp.MinPointNum = 1;

  4. double[] X = new double[aGDP.XNum];
  5. double[] Y = new double[aGDP.YNum];
  6. ContourDraw.CreateGridXY(gridInterp.GridDataSet, ref X, ref Y);
  7. double[,] S = stationData.Data;
  8. S = ContourDraw.FilterDiscreteData_Radius(S, gridInterp.Radius,
  9. gridInterp.GridDataSet.DataExtent, stationData.UNDEF);
  10. GridData gridData = ContourDraw.InterpolateDiscreteData_Radius(S,
  11. X, Y, gridInterp.MinPointNum, gridInterp.Radius, stationData.UNDEF);

  12. //Create legend scheme
  13. bool hasNoData = true;
  14. LegendScheme contourPolygonLS = LegendManage.CreateLegendSchemeFromGridData(gridData, LegendType.GraduatedColor,
  15. ShapeTypes.Polygon, ref hasNoData);
  16. ((PolygonBreak)contourPolygonLS.LegendBreaks[0]).DrawFill = false;
复制代码
调试的时候。 发现gridData.data 里面的最大值就是7了。

求大神指导。

值是1-7

值是1-7
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-2-8 17:09:22 | 显示全部楼层
应该是数据的问题,删了部分数据.,显示正常了。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表