首页 基于遥感的土地利用景观格局指数程序开发与实现_英文_

基于遥感的土地利用景观格局指数程序开发与实现_英文_

举报
开通vip

基于遥感的土地利用景观格局指数程序开发与实现_英文_基于遥感的土地利用景观格局指数程序开发与实现_英文_ Program Development and Implementation of Land- scape Pattern Indexes for Land Use Based on RS XIE Hong -quan ,DAI Di School of Geodesy , Geomatics Engineering,Huaihai Institute of Technology,Lianyungang,Jiangsu 222005,China Abstra...

基于遥感的土地利用景观格局指数程序开发与实现_英文_
基于遥感的土地利用景观格局指数程序开发与实现_英文_ Program Development and Implementation of Land- scape Pattern Indexes for Land Use Based on RS XIE Hong -quan ,DAI Di School of Geodesy , Geomatics Engineering,Huaihai Institute of Technology,Lianyungang,Jiangsu 222005,China Abstract Interpretation results of RS images were taken as the foundation,ETM RS images of July 15,2009 as the data source,ENVI was ap-plied for the preprocessing,Arc GIS used to finish the interpretation,master data obtained,and VB used to complete program development, 12 representative landscape pattern indexes were selected,Excel data used to create Access database,and VB used to complete the program devel- opment, Selection of landscape pattern indexes,program development process and program usage were summarized,through comparing its results with Excel calculation results,it was found that calculation results of this program were correct,the usage was convenient,so needs of most users could be satisfied, Key words Remote sensing,Landscape pattern indexes,Database,Program development Landscape change is a major content of researches onignifi-with simple calculation formulas and definite ecological s cance were selected to reflect landscape heterogeneity from global environmental change and land use / cover change different perspectives and quantitatively analyze land use land- ( LUCC) ,so RS-based landscape change research has already scape pattern in an all-around way, These indexes were patch become a hot spot in landscape ecology researches, GIS- density,edge density,landscape separation,landscape distance based FRAGSTATS quantificationana lysis of landscape pattern index,landscape area index,landscape diversity index,land- greatly facilitates quantificationr esearch of landscape ecology, scape evenness index,landscape fragmentation index,patch however,this software is less used because ofi ts inborn disad- ,1, fractal dimension,patch squareness index,patch near-circular vantages,most of researchers calculate directly in Excel with index and dominance index, Calculation formulas of these index formulas,but a large amount of calculation easily leads to indexes were shown in reference ,4, and ,5,,errors, In this study,ETM remote sensing images of July 15, 2009 were applied as the data source,ENVI for the prepro- cessing,ArcGIS used to finish the interpretation,master data 2Program development proceduresobtained (pa rameter and area of patch) ,and VB used to com- 2, 1 Development environment Access database was crea-plete program development, ted by using original data in Excel, VB was used to finish the interface design,program coding,testing and debugging,inter- 1Selection of landscape pattern indexespretation and establishment of executable program,and finally operation of the application program, Landscape pattern is a configuration and combination of 2, 2 Database creation landscape elements in landscape spaces,and also a result of,2,2, 2, 1 Creating a new database, Access database software interactional landscape structure and landscape eco-process, was opened,database filename set in the window " Create a In the application,characteristics of differenlandt scape indexes, new database" ," db1" input as the database name, goals and contents of researches should be fully considered to 2, 2, 2 Acquisitioning external data, " Import" in " Acquisition choose proper indexes to give the best quantified descriptiont o external data" in the menu of " File" was clicked," File type" the study object, There are research works about the selection of chosen as " Microsoft Excel ( ,x ls ) " in the window of " Import" , landscape indexes in China and abroad, all of these works the storage path of ,xl s files selected in " Search scope" and stressed that the simplest and the most persuasive indexes then the ,xl s files to be converted," Import" clicked,( in this should be used,change trend and corresponding value of each study,data of 2009 was applied) ,the window of " Data import index should be known clearly,landscape size and grading should wizard" opened,the data import finished step by step accord- also be considered in the selection,index analysis should be ,3,ing to the wizard, directed against concrete objectsan d ecological processes, 2, 2, 3 Selection of worksheet, A worksheet was selected for Through repetitive contrast studies,12 landscape indexes saving data, 2, 2, 4 Heading setting, In Excel,column heading is always Received: July 18,2011Accepted: August 7,2011set in the first row of a worksheet,in this step,it should be Supported by Social Development Program of Lianyungang Bureau of Sci- clarified that the first row contained column headings or notence and Technology,Jiangsu Province: RS-based Research on the Eco- according to differences of, xl s worksheet,if there were column environment Evolution of Coastal Regions in Lianyungang ( SH0811) , headings in the first row," Column headings in the first row" E-mail: xiehongquan@163, com should be selected,but if there were many rows of columnfinished,to " sarah" and data import 3, 3 Index calculation Project 1, vbp in VB was opened,headings in the worksheet,these headings should be deleted " Import data" clicked as Fig, 2 shows,first before data import,otherwise,headings would be imported into database as data, 2, 2, 5 Data saving, According to the default setting,data was saved in " New worksheet" , 2, 2, 6 Field setting, If " Column headings in the first row" was selected,column headings would be shown as the " Field name" , otherwise," Field name" would be " Field 1" ," Field 2" etc, ,and a new field name of this column could be retyped, Major key was set to avoid data duplication,and also to accelerate data inquiry,De fault setting of " Add major key with Access" was selected, 2, 2, 7 Finishing data import, A worksheet under " Load data Fig, 2 Import datainfile" was created,then data imported into this worksheet with " Next" was clicked,index calculation window would pop " sarah" as the name,and then the data import finished, Back up," Calculate and output" was clicked ( Fig, 3 ) ,calculation to the window of database,a datasheet of " sarah" would be results output in text files,and then " exit" clicked, seen,and the dbl, mdb created in this way was a real database,The n mdb files were copied to paths of VB programming, 2, 3 Program development 2, 3, 1 New project, Menu of " File" was pulled down," New" clicked to create project standard EXE, 2, 3, 2 Design of welcoming module, Menu of " Project" was pulled down," Add forms" clickedto show the screen and open it, Label1 control was added,Caption changed,frmSplash1,frm saved, 2, 3, 3 Design of database import module, Menu of " Project" was pulled down," Add forms" clicked, DataGrid control and Command Button control were added,Caption changed and F1, frm saved, 2, 3, 4 Design of landscape pattern index calculation module,Men u of " Project " was pulled down," Add forms " clicked,The n Command Button control was added,Caption Fig, 3 Show the calculation resultschanged, 2, 3, 5 Design of defined variables module, Menu of " Project" 4 Conclusionswas pulled down," Add module " clicked,defined variables 3Program usage12 land use landscape indexes were applied in this study, declared according to variables that the program needs, VB was used to complete the program development,and com- 3, 1 Unifying data format of Excel ArcGIS database filesparison between its results and Excel calculation results showed was edited in the Excel,A-D columns respectively indicated that the calculation was fast, correct and convenient, As 2 Land Use Classification Code,Name,Area ( m) ,Perimeter demands of researchers grow more diversified,the software is ( m) ,as Fig, 1 shows, to be further improved in many aspects,such as quantity of land use type and selection of index model, References ,1, GUO JP,ZHOU ZX, Landscape Ecology,M,, Beijing: China Forestry Publishing House,2007, ( in Chinese) , ,2,WU JG, Landscape Ecology,M,, Beijing: Higher Education Press, 2007, ( in Chinese) ,,3, HUANG Y, Land use / cover change monitor and landscape pattern analysis based on remote sensing data and landscape index,D,, Changsha: Central South University,2007, ( in Chinese) , ,4,WANG J,XIONG NN,DONG B,et al, Land use and landscape pat- Fig, 1 Unified data format of Exceltern changes in Beijing in recent 20 years based on remote sensing 3, 2 Creating database The dbl, mdb file was opened in the ,J,, Journal of Beijing Forestry University,2008,30( S1) : 83 )88,VB directory,worksheet named " sarah" deleted,and source ( in Chinese) ,data with modified format miported, The file name was changed ( To be continued in P46) and proportion between the height and width,this background, people can appreciate ridge decorations,3,Meanwhile,in terms of the artistic style and materials of courtyards, Thus,ridge decorations have been closely in roofs of the Former Residence,it is light and ingenious, The designed as internal decorations to a certain degree ( Fig, 8) , best environment to appreciate ridges is courtyards,Based on ,2,TONG H, Analysis on the central axis of the spirit of traditional hou- 5Conclusionsses-the central axis of Leichangs former residence,J,, Sichuan Ar- ’ The architectural roof ofLe ichang Former Residence is thechitecture,2004,24( 4) : 59 )60, ( in Chinese) , representative of Chinese traditional residence, The " axial,3, XU H, The research of the Chinese ancient times constructs ridge adornment,D,, Kaifeng: Henan University,2009, ( in Chinese) , space" and " beam ridges" have decided the spatial sequence, ,4,PAN GX, Chinese Architectural History,M,, 5thed, Beijing: Chinaand controlled people's recognition of architectural connotation Building Industry Press,2004, ( in Chinese) ,with roof language, More importantly,the roof language is the ,5,WEN WH, The impact of the time and space view of harmony be- spiritual restriction for architectures and even people's behav- tween heaven and human on ancient buildings in China,J,, Chinese and Overseas Architecture,2000( 5) : 18 )20, ( in Chinese) , iors, Roof language directly manifests the dominant position of" ,6,GONG YF,LU WJ, Effets of the hierarchy on the roof of Chinese rite" and " the unity between heaven and human" in architec- ancient architecture,J,, Literary Gallery,2010( 6) : 29 )30, ( in Chi- tural culture of Chinese traditional residence, nese) , ,7,TIAN ZB,WU SS,TIAN Q, Chinese patterns History,M,, Beijing: Higher Education Press,2003, ( in Chinese) ,References ,8,WANG QJ, China Building Decoration Language,M,, Beijing: Ma- ,1,LIU YP,KANG J, On the ridge ornament of old constructionchinery Industry Press,2008, ( in Chinese) , ,J,,Shan xi Architecture,2008,34( 8) : 13 )14, ( in Chinese) , 檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪 ——— 传统民居屋顶语言解析以雷畅故居屋顶装饰为例1 1 1 2 ,,,( 1, 四川大学建筑与环境学院,四川成都 610207; 2, 乐山市井研县文体旅游新闻出版局,四川乐山 613103)王 果周波 陈一 李旭东 作者简介( 1988 )) ,,,,: ,E-mail: 75426455@q q, com。王果女四川成都人本科生专业景观建筑 设计 领导形象设计圆作业设计ao工艺污水处理厂设计附属工程施工组织设计清扫机器人结构设计 2011-06-22修回日期 2011-07-29收稿日期 欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁欁 of land utilization based on 3S technology,J,, Forest Engineering, ( Continued from P27) 2008,24( 2) : 5 )8, ( in Chinese) , ,5,WEI D,TANG DS,TANG JK,et al, Research on landscape pattern 檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪檪 基于遥感的土地利用景观格局指数程序开发与实现, 谢宏全戴 娣 ( 淮海工学院测绘工程学院,江苏连云港 222005) “”基金项目基于遥感的连云港海岸带生态环境演变研究江苏省连云港市科学技术局社会发展项目( SH0811) 。 作者简介 ( 1964 ) ), , , ,,E-mail: xiehongquan@ 163, com。201谢宏全1-07-18修回日男辽宁葫芦岛期2011-0人8-07教授从事遥感应用工程研究 收稿日期
本文档为【基于遥感的土地利用景观格局指数程序开发与实现_英文_】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_348501
暂无简介~
格式:doc
大小:78KB
软件:Word
页数:0
分类:生活休闲
上传时间:2017-10-15
浏览量:8