GRASS 6 Tutorial/id

From GRASS-Wiki
Jump to navigation Jump to search

This page is in progress of translating to Bahasa Indonesia.

Perangkat Lunak Bebas/Open Source GRASS 6 merupakan perangkat lunak yang sudah dapat dioperasikan secara lengkap dan menjadi versi stabil untuk kegunaan produksi. Tutorial ini mencoba untuk memberikan Anda sebuah bantuan untuk membiasakan diri dengan fungsionalitas yang lebih baik, terutama dalam bagian vektor dan pengelolaan data atribut.

Bacaan lebih lengkap dapat dilihat pada referensi di bawah.

Disclaimer: Jika contoh yang diterangkan di sini tidak berfungsi dengan baik, Anda dipersilahkan untuk mengirimkan contoh lain dan/atau perbaikan kode kepada kami.Silahkan nikmati WIKI ini!

Tutorial ini ditujukan bagi pengguna GRASS yang ingin melakukan migrasi dari rilis sebelumnya ke versi GRASS saat ini. Jika Anda seorang pemula, silakan lihat juga buku atau tutorial tambahan berikut.

NOTE: This tutorial here still awaits the merge of the previous GRASS 5.7 tutorial.

Introduction

New GRASS development has made major improvements to the vector architecture. The most significant change includes a new 2- and 3-dimensional vector library that manages vector attributes in standard database management systems (DBMS). This system provides the power of true relational databases for vector attribute management while preserving the flexibility of traditional GRASS topological tools. GRASS now also incorporates true 3-dimensional voxels in the NVIZ visualization environment as well as numerous enhancements to virtually every tool in the GRASS library.

Getting started in general

Getting started - how to migrate to the new GRASS version

Raster data management

  • The raster management works as it did in previous GRASS versions.
Tutorials and books written for GRASS 4 and 5 should for the most part still work.

Vector data management

Grass Six Tutorial Default Settings

      -  Default settings for vector geometry;
         for vector attributes; for db.* modules

Grass Six Tutorial Geometry Management

http://grass.itc.it/grass57/tutorial/geom_storage.html

       -  General notes on Geometry 
         management; Managing the default settings; 
         GRASS vector architecture; Geometry stored in native format;
         Geometry stored in SHAPE file; 
         Import/export of vector data Geometry;
         Generating vector geometry from various sources

Grass Six Tutorial Attribute Management

http://grass.itc.it/grass57/tutorial/attrib_storage.html

       - General notes on Attribute 
         management; Managing the default settings; Examples;
         Database Schema

Usage examples

There await porting from the GRASS 5.7 tutorial

Basic usage examples

http://grass.itc.it/grass57/tutorial/ex_basic.html

Complex usage examples

http://grass.itc.it/grass57/tutorial/ex_complex.html

Vector network analysis examples

Vector overlay/clipping examples

http://grass.itc.it/grass57/tutorial/vectoroverlay.html

Examples from US National Atlas

http://grass.itc.it/grass57/tutorial/usa_demo.html

FAQ (Frequently Asked Questions)

Troubleshooting

http://grass.itc.it/grass57/tutorial/troubleshooting.html

  • Grass Six Tutorial Troubleshooting

Links of interest

Further reading

GRASS and R kriging interpolation

Mini How to interpolate using kriging with GRASS and R

How to interpolate point value using kriging method with R and GRASS 6

References