版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
MeteoInfo:GISsoftwareformeteorologicaldatavisualizationandanalysisYaqiangWangChineseAcademyofMeteorologicalScienceswangyq@GISapplicationinmeteorologyGISisforspatialdataanalysis.MeteorologicalandclimaticdataareinherentlyspatiallyvariableThepowerfulmappingcapability,Layer-basedvisualizationTheabundantposition-basedinformationandanalysisfunctionsonlandsurfaces,GIS,e.g.topographicanalysis,land-usechanges,urbaninterfaceandwaterresourcesSpatialanalysiscapabilities.Forexample,geostatisticalanalysesusedinclimatedatainterpolationGIShasbeenappliedinmanyfacetsofthemeteorologicalfieldsuchasforecastmodelverification(Feidasetal.,2007),airpollutionprediction(DaiandRocke,2000;Elbir,2004;Hochadeletal.,2006),agrometeorologicalzoning(Menkiretal.,2000;McKenneyetal.,2001),hydrometeorologicalforecasting(BellandMoore,1998)andasaneducationtool(Shipley,2006).CommercialGISsoftwareVeryexpensiveComplexinoperationNotsupportpopularmeteorologicaldataformatsconvenientlyVisualizationtoolsinatmosphericsciencecommunityGrADS,NCL,FerretCommand-lineinterfaceNotcloselylinkedwithGIScommunityMeteoInfoDevelopmentWang2014MeteorologicalApplicationsGISfunctionsweredevelopedfromgroundlevel.Twoeditions:JavaandC#.MeteInfocouldbedownloadedfreelyfromthewebsiteCross-platform:Windows,Unix,Linux,MacOS.ExportasEPS,PDF,EMF,PNG,GIF,JPEG…4D(meteorology)->2D,2.5D(GIS)Todevelopacomprehensivesoftwaretoolwhichhastheabilitytohandleboth4DmeteorologicaldataandtraditionalvectorandrasterGISdata.DatamodelSupporteddataformatsMeteoInfoClassLibraryMeteoInfo
ClassLibraryContour-relatedalgorithmsWang2012Computers&GeosciencesContour-relatedlibraryWang2012Computers&GeosciencesUsingMeteoInfoC.dllUsingMeteoInfoC.dllSourcecodecanbedownloadedfrom:气溶胶数据处理系统(AeroDPS)卫星反演、地面天气现象沙尘暴数据显示分析系统酸雨数据分析系统空气质量预报检验软件气团轨迹统计分析软件TrajStatWangetal.,2009,EMSMeteoInfoDesktopApplicationMainFormSupportedMapandImageDataESRIshapefilewithpoint,polylineorpolygonshapetype.Projectedshapefilewasnotsupportedatpresent.GeographicmapdataofGrADS.GeographicmapdataofMICAPS.wmfmapdata.(Canbecreatedby‘OutputMapData’functioninMeteoInfo)NormalImagedata:Bmp,Jpg,Gif,Tiff,PngLayersandProjectfileAlldatawereviewedaslayersVectorlayer(Point,Polyline,Polygon),hasattributedataImagelayer(geo-locationsetting,worldfile)Rasterlayer(Griddata)AlllayerssavedasfilesandthesettingofMapViewandLayoutcouldbesavedasaprojectfile(.mip).Thelayercreatedfrommeteorologicaldataisonlyexistinmemory.Itcanbesavedasashapefileandthencouldbesavedasalayerintheprojectfile.LegendschemeChartSymbolSetLabeltheshapesbytheattributedataofafieldImagelayer–aftergeo-locatedCreatemeteorologicaldatalayersContourShadedGridFillGridPointVectorBarbRasterStationPointContourShadedBarbWeatherSymbolStationModelStationInfoGridDataStationDataLineDataTrajLineTrajStartPointTrajPointThelayerscreatedfromgriddataThelayerscreatedfromgriddataThelayerscreatedfromstationdataInterpolatestationdatatogriddata,thencreatecontourorshadedlayerCressmanIDW_RadiusIDW_NeighborsLinedataTrajectoryTyphoonNewvariablecreatedformexistingvariablesSectionplotOnedimensionplotMaskoutlayerEachlayerhas‘IsMaskOut’property.Themaskoutlayerisonlyvalidatetothelayerswithtrue‘IsMaskOut’property.Soyoucancontrolwhichlayerswillbemaskedout.MeteoInfo
LayoutAddwebmaplayer
-OpenStreetMap
-OpenStreetMapQuestSatellite
-BingMap
-BingSatelliteMap
-BingHybridMap
-OviMap
-OviSatelliteMap
-OviTerrainMap
-OviHybridMap
-YahooMap
-YahooSatelliteMap
-YahooHybridMapMercatorprojectionMapprojectionLambert_ConformalAlbers_Conic_Equal_AreaNorth_Polar_StereographicSouth_Polar_StereographicMercatorRobinsonMollweideOrthographicOblique_StereographicTransverse_MercatorMapprojectionexampleLambertPolarSteregraphicAlbersMercatorMapprojectionexampleMollweideRobinsonOblique_StereographicOrthographicAnalysisfunctionsSamplesWindowsMacOSLinuxUnix在中国气象局高性能计算机上运行只需将MeteoInfo软件的文件夹拷贝到大型机用户路径中,无需安装Java版本问题的处理(如果大型机个人账户中Java的缺省版本是1.5,需要改为1.7)修改meteoinfo.sh文件支持Xwindow的客户端(比如Xmanager)登陆后,运行meteoinfo.sh文件即可Plugin:ExtendMeteoInfofunctionsTrajStat(Wang2009EMS)MeteoInfoScriptJythonConsoleMeteoInfoscriptMeteoInfo有两种语言版本:Java和C#,Java版支持的脚本语言有Jython和Groovy,C#支持的脚本语言是IronPython。
需要具备的基本知识:
1.初步了解Jython或者Python。总体而言Python是非常强大、流行且简单易学的编程语言。
2.了解MeteoInfoJava库的主要用法。MeteoInfoJava库API帮助文档:/Documentation.aspx。1.在MeteoInfo脚本编辑器(通过“工具->脚本”菜单打开)中运行。在脚本编辑器中编写脚本或者打开已有的脚本程序,然后点击工具栏中的“RunScript”按钮运行。
2.在命令行环境中运行。
Windows系统:meteoinfo.batD:\Temp\test\test.py
Linux系统:meteoinfo.sh/cma/u/wangyq/test/test.py
3.在系统自动定时任务中运行。对于需要自动定时运行的MeteoInfo脚本程序可以加入系统定时任务中,Windows中是“任务计划程序”,Linux中是crontab。
Windows系统:最好将运行脚本的命令放入一个批处理文件(.bat)中,然后将该批处理文件加入任务计划程序中。
Linux系统:将运行脚本的命令放入一个shell脚本中,然后在crontab中设置。
meteoinfo.sh-b/cma/u/wnagyq/test/test.pyRunMeteoInfoscriptWriteandrunascr
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 西京学院《景观小品设计》2021-2022学年第一学期期末试卷
- 西京学院《电力电子技术》2022-2023学年期末试卷
- 西华师范大学《篆刻技法》2021-2022学年第一学期期末试卷
- 西华师范大学《影视叙事艺术研究》2021-2022学年第一学期期末试卷
- 西华师范大学《西方行政学说史》2021-2022学年第一学期期末试卷
- 西华师范大学《区域分析方法》2023-2024学年第一学期期末试卷
- 西华师范大学《教师书写与板书设计》2021-2022学年第一学期期末试卷
- 版油气开发专业危害因素辨识与风险防控 专项测试题及答案
- 交通运输综合执法(单多选)复习试题及答案
- 2024年专用设备行业政策分析:专用设备行业标准保障行业稳定发展
- 电梯维保报价单【模板】
- 2023年四川凉山州木里重点国有林保护局招聘18人笔试备考试题及答案解析
- 产品质量风险辨识与控制清单范例
- 电力电缆试验
- 压疮与失禁性皮炎鉴别
- 思想意识形态渗透就在你我身边
- 2023跨界联名营销趋势报告-SocialBeta
- 小学一年级写字教案()
- 做好车险续保工作探讨课件
- 【家园合作对幼儿良好行为习惯的培养研究开题报告文献综述(含提纲)】
- 商务响应说明及商务偏离表
评论
0/150
提交评论