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



Langkah-langkah Membuat Layer Sungai dengan SRTM di ArcGIS



STEP 1: Fill Surface Sinks

Proses ini adalah untuk mengisi pixel-pixel kosong yang terdapat pada data SRTM-nya.

  • Run….>Hydrology>Fill
    • Input surface raster : select “file SRTM raster-nya
    • Output raster : type elevfill (contoh saja)

Note : untuk langkah tersebut di atas dan langkah-langkah selanjutnya, jangan lupa untuk merubah Environment Settings > klik Raster Analysis Settings

    • Cell size : Same as layer “data SRTM” ( ini artinya bahwa semua output layer mempunyai cell size yang sama dengan data SRTM).

Seluruh tools yang dipakai dalam proses ini ada didalam Spatial Analysis Tools.



STEP 2: Run Flow Direction

  • Run….>Hydrology>Flow Direction
    • Input surface raster : select elevfill
    • Output raster : type elevflow (contoh saja)
    • Accepts the remaining defaults



STEP 3: Run Flow Accumulation

  • Run….>Hydrology>Flow Accumulation
    • Input surface raster : select elevflow
    • Output raster : type elevaccum (contoh saja)
    • Accepts the remaining defaults



STEP 4: Create A Stream Network

Untuk langkah membuat jaringan sungai ini, sebelumnya harus ditentukan terlebih dahulu ingin seberapa detail sungai yang terbentuk. Detail sungai yang terbentuk didasarkan pada nilai pixel “elevaccum layer” yang dipakai pada saat running model-nya. Untuk melihat seperti apa gambaran detail sungai yang nanti dibuat, silahkan ikuti proses berikut:

  • For elevaccum, change the Symbol properties as following below:
    • Select the Classified renderer with 5 classess
    • Click Classify and set the first four break values to 100, 200, 300, and 500

  • In the Table of Contents, set the color for each class symbol to No Color
  • For the 500 class symbol, set the color to Black
  • Turn the remaining class symbol color to black, from bottom to top

Jika sudah menentukan nilai pixel yang diinginkan, langkah selanjutnya adalah membuat layer sungainya.

  • Run….>Conditional>Set Null:
    • Input conditional raster : select elevaccum
    • Input false raster or constant value: type 1
    • Output raster: type strmnet
    • Expression: type Value LT 100 (tergantung anda)

Setelah proses ini selesai, maka layer sungai sudah terbentuk, tetapi tipe datanya masih dalam bentuk raster. Untuk merubah layer sungai raster ke dalam bentuk solid vector, maka diproses dengan langkah sebagai berikut:

  • Run….>Hydrology>Stream to Feature:
    • Input stream raster : select strmnet
    • Input flow direction raster : select elevflow
    • Output polyline features : type rivers (contoh saja)
    • Click simplify polylines

Silahkan mencoba!!!

Selasa, 03 November 2009

What maps are for?

1. Navigation Utilities
Terestrial, Water, Aerial transportation using Navigation Map to navigate.


















2. Art and Science
Knowledge of map and art are needed to make a good map. A good map mean that map easily to read and understand for the map user.






















3. History Verification