A very powerful tool used to performspatial analysis: Used to: Derive Information, Identify Spatial Relationships, Find Suitable Locations, Calculate Cost of Travel
ArcGIS Spatial Analyst membantu kita untuk dapat melakukan:
Surface analysis
Surface Analysis tools bermanfaat dalam menurunkan informasi geospasial dari data ketinggian, seperti
§Slope
§Aspect
§Hillshade
§Viewshed
Surface creation
Surface Analysis tools mempunyai interpolation tools untuk membuat surface dari data sampel hasil pengukuran.
§Spline
§Inverse Distance Weighted
§Kriging (Ordinary, Universal)
Raster calculation
Raster calculatorà untuk menggabungkan bermacam dataset dengan parameter tertentu
Raster calculator juga merupakan tool untuk :
§Calculating map algebra
§Map functions
§Conducting queries
Distance Analysis
Dapat memberikan informasi seperti:
§Jarak ke rumah sakit terdekat pada lokasi tertentu.
§Menemukan semua restoran pada lokasi tertentu.
§Shortest or least cost path dari satu lokasi ke lokasi lainnya
Pengolahan data Landsat untuk identifikasi garis pantai menggunakan ENVI dan ER Mapper pada dasarnya melalui dua tahapan yakni pengolahan awal dan pengolahan inti. Pengolahan awal data landsat ini menggunakan software ENVI 4.0 untuk dijadikan ke dalam satu dataset band 245. Kemudian tahapan selanjutnya ialah pengolahan inti menggunakan software ER Mapper 6.4 dengan formula if (i1/i2) >= 1 then 1 else if (i3/i2) >= 1 then 1 else 2. Alasan penggunaan kedua software tersebut ialah kebiasaan dan kemudahan dari si penulis yang mengkombinasikan kemampuan dari keduanya untuk pengolahan citra digital.
Ekstraksi Data Ekstrak file Landsat untuk band 2, band 4 dan band 5 yang telah berhasil kita download.
Menyimpan band 2,4, dan 5 ke dalam satu dataset
Buka software ENVI 4.0
Pilih Open External File ->Generic Formats->TIFF/GeoTIFF
Pilih sekaligus file band 2, 4, dan 5 ->Open
Semua file tersebut akan muncul di Available Bands List, lalu simpan ketiga band tersebut ke dalam satu file ENVI Standard.
Pilih files yang akan dijadikan ke dalam satu dataset. Pada New File Builder, pilih Import File...
Pilih semua files yakni files band 2, band 4 dan band 5, kemudian klik OK.
Urutkan files dari band 2 sebagai band pertama, band 4 sebagai band kedua, dan band 5 sebagai band ketiga.
Pilih Reorder Files..., kemudian klik dan tahan sambil memindahkan band 2 ke posisi pertama, diikuti band 4 di posisi kedua dan band 5 di posisi ketiga.
Setelah selesai diurutkan filesnya band2,4,5 pada Reorder Files... lalu klik OK.
Simpan files (misalnya, dengan nama: p125r060_b245), lalu klik OK.
Keterangan pemberian nama files: p(nomer path)r(nomer row)_b245 -> penamaan ini untuk memudahkan kita.
Proses pembuatan files baru sedang berlangsung
Files baru akan tampil di Available Bands List
Export Data ke format ER Mapper File
Simpan files baru yakni dataset band 245 ke dalam format data ER Mapper, karena pengolahan selanjutnya akan dilakukan menggunakan software ER Mapper. INGAT !!! bahwa pada files dataset tersebut band 1 merupakan band 2, band 2 merupakan band 4, dan band 3 merupakan band 5.
Pilih files dataset band 245, lalu klikOK.
Tulis nama files, tambahkan er (misalnya: p125r060_b2445er) pada nama files yang sudah ada untuk mempermudah kita.
Tunggu proses selesai, kemudian bisa kita tutup software ENVI 4.0
Pengolahan Data Menggunakan ER Mapper 6.4
Buka software ER Mapper 6.4
Klik pada icon (Edit Algorithm)di menu utama ER Mapperdan akan ditampilkan 2 window dengan nama : ‘Algorithm not yet saved’ dan ‘Algorithm’
Klik pada icon(Load Dataset)pada window Algorithm untuk membuka filep125r060_b245er.ers(Buka file dataset yang berisi data band 2, 4 dan 5).
Tampilkan citra dengan transformasi Display Histogram Only
Pada window Algorithm, klik (Edit Transform Limits)sebelah kanan.
Terlihat window Transform.
Catatan: untuk langkah ini, pastikan hanya menampilkan 1 layer dan layer tersebut dalam pseudo layerdan color table serta color mode dalam pseudocolor.
Klik(Edit Formula), dan window Formula Editor akan tampil.
Catatan : Apabila Formula telah ada, klik File / Open pada window Formula editor, kemudian ke direktori tempat formula itu tersimpan.
Perhatikan bahwa:INPUT 1 = pilih band 2,
INPUT 2 = pilih band 1, dan
INPUT 3 = pilih band 3
INGAT !!! bahwa : band 1 merupakan band 2 data landsat, band 2 merupakan band 4 data landsat, dan band 3 merupakan band 5 data landsat.
Bila Belum : Pada window Formula Editor masukkan Formula berikut ini:
if (i1/i2) >= 1 then 1 else if (i3/i2) >= 1 then 1 else 2
Klik Apply Changes..
Klik Close.
Pastikan semua transform dalam keadaan Display Histogram Only.
Ketik untuk Output Dataset : p125r060_b245er_land.ers (nama terserah yang penting mudah diingat)
Kemudian klik OK.Akan tampil window Save As ER Mapper Raster Dataset, Pada Data Type, klik Unsigned8BitInteger, Klik OK.
Window status akan memperlihatkan persentasi prosesnya.
Cek Files Hasil Olahan Identifikasi Daratan
Buka file hasil olahan p125r060_b245er_land.ers.
Kemudian pada Algorithm klik histogram, untuk mengatur nilai histogram data ke nilai sebenarnya yang dimiliki oleh data hasil olahan (yakni nilai DN (Digital Number) = 1 dan 2).
Pilih LimitsàLimits to Actual
akan tampil data hasil olahan yang sudah membedakan daratan dan lautan
bisa dilanjutkan untuk dikonversi ke dalam format vektor...
c u in next episode...
-end-
"Don’t be silent, do something and smile for Planet of Earth” by Aji Putra Perdana
"The Transformer of GIS and Remote Sensing“
http://ajiputrap.blogspot.com/
“Dancing in A Globalized, Dancing with Love and Peace for Our Planet of Earth” by My Little Sister
Salam Hangat,
Mencoba berpikir sederhana untuk memecahkan kerumitan dari sebuah problematika.
ArcGIS is a complete system for authoring, serving, and using geographic information. It is an integrated collection of GIS software products for building and deploying a complete GIS wherever it is needed—on desktops, servers, or custom applications; over the Web; or in the field.
ArcGIS merupakan software SIG yang juga memiliki kemampuan dalam pengolahan data raster (citra satelit penginderaan jauh).
Pengolahan citra digital pada umumnya menggunakan software-software pengolahan citra, seperti ENVI, ErMapper, Erdas, Ilwis, dll.Tetapi seperti halnya ArcView dengan ekstensi Image Analyst, software ArcGIS ini juga mempunyai kemampuan dalam pengolahan data raster dengan fasilitas ArcToolbox-nya yang memiliki bermacam-macam Tools dan ekstensi yang disediakan ArcGIS.
PENGOLAHAN CITRA DIGITAL MENGGUNAKAN SOFTWARE ARCGIS 9.x
Cuplikan kata pengantar :
" ArcGIS merupakan software GIS yang “LUAR BIASA”. Alhamdulillah...telah tertuangkan lagi Pengolahan Citra Digital Menggunakan Software ArcGIS 9.2. Sedikit tulisan ini merupakan cuplikan dan editan dari tulisan sebelumnya ........................
Tulisan ini sekedar sharing pengalaman dan semoga dapat bermanfaat. .......... "
Berikut daftar isi dari series E-book posting in GIS community - Komunitas GIS group/milist mengenai PENGOLAHAN CITRA DIGITAL MENGGUNAKAN SOFTWARE ARCGIS 9.x.
PENGOLAHAN CITRA DIGITAL MENGGUNAKAN SOFTWARE ARCGIS 9.x (PCD_ARCGIS_GEOVISI.pdf upload in komunitas gis Aug 16 2008), berisi : A. DISPLAY CITRA B. KOMPOSIT CITRA C. DISPLAY NILAI PIXEL CITRA D. DISPLAY NILAI RENTAN BAND/SALURAN CITRA E. GEOREFERENCE CITRA F. KLASIFIKASI MULTISPEKTRAL CITRA - KLASIFIKASI UNSUPERVISED - KLASIFIKASI SUPERVISED
PENGOLAHAN CITRA DIGITAL MENGGUNAKAN SOFTWARE ARCGIS -lanjutan (PCD_ARCGIS_GEOVISI-2.pdf upload in komunitas gis Dec 30 2008), berisi : A-F. Rangkuman dari sebelumnya (PENGOLAHAN CITRA DIGITAL MENGGUNAKAN SOFTWARE ARCGIS 9.x) G. KOREKSI RADIOMETRIK # Ekstensi Spatial Analyst # Map Algebra H. MOSAIK CITRA I. PEMFILTERAN (FILTERING) J. EKSTRAKSI DATA – PEMOTONGAN CITRA K. TRANSFORMASI CITRA - Penajaman Citra - Principal Components Analysis - Band Ratio - Indeks Vegetasi
PCD_ARCGIS_GEOVISI.pdf upload in komunitas gis Aug 16 2008 PCD_ARCGIS_GEOVISI-2.pdf upload in komunitas gis Dec 30 2008
In the strictest sense, a GIS is a computer system capable of assembling, storing, manipulating, and displaying geographically referenced information (that is data identified according to their locations). Practitioners also regard the total GIS as including operating personnel and the data that go into the system.
------------------------------------------------------------------------------------------------ GIS DEVELOPMENT - Tutorial dalam Overview mengenai GIS http://www.gisdevelopment.net/tutorials/
Overview of GIS
Geographic Information System (GIS) is a computer based information system used to digitally represent and analyse the geographic features present on the Earth' surface and the events (non-spatial attributes linked to the geography under study) that taking place on it. The meaning to represent digitally is to convert analog (smooth line) into a digital form.
"Every object present on the Earth can be geo-referenced", is the fundamental key of associating any database to GIS. Here, term 'database' is a collection of information about things and their relationship to each other, and 'geo-referencing' refers to the location of a layer or coverage in space defined by the co-ordinate referencing system.
Kemudian menuliskan sebuah link mengenai apa itu GIS :
a particular form of Information System applied to geographical data
a System is a group of connected entities and activities which interact for a common purpose
a car is a system in which all the components operate together to provide transportation
an Information System is a set of processes, executed on raw data, to produce information which will be useful in decision-making
a chain of steps leads from observation and collection of data through analysis
an information system must have a full range of functions to achieve its purpose, including observation, measurement, description, explanation, forecasting, decision-making
a Geographic Information System uses geographically referenced data as well as non-spatial data and includes operations which support spatial analysis
in GIS, the common purpose is decision-making, for managing use of land, resources, transportation, retailing, oceans or any spatially distributed entities
the connection between the elements of the system is geography, e.g. location, proximity, spatial distribution
in this context GIS can be seen as a system of hardware, software and procedures designed to support the capture,management, manipulation, analysis, modeling and display of spatially-referenced data for solving complex planning and management problems
although many other computer programs can use spatial data (e.g. AutoCAD and statistics packages), GISs include the additional ability to perform spatial operations
-------------------------------------------- back to gisdevelopment------------ Defining GIS A GIS is an information system designed to work with data referenced by spatial / geographical coordinates. In other words, GIS is both a database system with specific capabilities for spatially referenced data as well as a set of operations for working with the data. It may also be considered as a higher order map.
A typical GIS can be understood by the help of various definitions given below:-
A geographic information system (GIS) is a computer-based tool for mapping and analyzing things that exist and events that happen on Earth
Burrough in 1986 defined GIS as, "Set of tools for collecting, storing, retrieving at will, transforming and displaying spatial data from the real world for a particular set of purposes"
Arnoff in 1989 defines GIS as, "a computer based system that provides four sets of capabilities to handle geo-referenced data :
data input
data management (data storage and retrieval)
manipulation and analysis
data output. "
Hence GIS is looked upon as a tool to assist in decision-making and management of attributes that needs to be analysed spatially.
--------------------------------------------------------------------------------------------------end------------------------------------------------------------------ sumber : usgs dan gisdevelopment