Rabu, 11 November 2009

Membuat Daerah aliran Sungai Menggunakan ArcGIS 9.x


Translation of the *.aml commands to ArcGIS-ArcView based Tools

1. Step by Step Process

grid

fill justng_cg3 ng_a_fill sink

&type new guinea filled

ArcGIS-ArcView




ng_a_fdr = flowdirection(ng_a_fill, dropgrid, force)

&type new guinea flow direction done

ArcGIS-ArcView



ng_a_fac = FLOWACCUMULATION(ng_a_fdr)

&type new guinea flow accumulation done

ArcGIS-ArcView

















wsh250.aml

/*

str250 = con(ng_a_fac > 250, 1)

&type Streams done

ArcGIS-ArcView
















link250 = STREAMLINK(str250, ng_a_fdr)

&type StreamLink done

ArcGIS-ArcView
















BUILDVAT link250………..(this command does not supported by ArcGIS-ArcView)

&TYPE Streamlink vAT BUILT

order250 = STREAMORDER(link250, ng_a_fdr, Strahler)

&type StreamOrder done

ArcGIS-ArcView

















BUILDVAT order250………..(this command does not supported by ArcGIS-ArcView)

&TYPE Streamorder vAT BUILT

stream_cov = STREAMshape(order250, ng_a_fdr, weed)

&type StreamOrderCoverage done

ArcGIS-ArcView















or

















acc250 = ZONALMAX(link250, ng_a_fac)

ArcGIS-ArcView

















out250 = con(acc250 == ng_a_fac, link250)

ArcGIS-ArcView

















BUILDVAT out250………..(this command does not supported by ArcGIS-ArcView)

wshd250 = WATERSHED(ng_a_fdr, out250)

ArcGIS-ArcView















BUILDVAT wshd250………..(this command does not supported by ArcGIS-ArcView)

ws250p = gridpoly(wshd250)

&type 250 Watershed done

ArcGIS-ArcView













Notes:

For basic command such as dissolve, eliminate, select also available on ArcGIS-ArcView tools.

2. Watershed *.aml translated to ArcGIS-ArcView Model Builder



Tidak ada komentar:

Posting Komentar