GRASS 6 Tutorial/ko: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
'''''NOTE: This tutorial here still awaits the merge of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''
'''''NOTE: This tutorial here still awaits the merge of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''


==Introduction==
== 서언 ==


New GRASS development has made major improvements to the vector
새로운 GRASS 개발은 벡터 구조분야에 많은 진전을 보았습니다. development has made major improvements to the vector
architecture. The most significant change includes a new 2- and
architecture. 가장 의미 있는 변화로 표준의 데이터베이스 (DBMS) 시스템의 벡터 속성을 관리할 수 있는 새로운 2차- 3차 벡터 라이버러리를 도입한 것입니다. The most significant change includes a new 2- and
3-dimensional vector library that manages vector attributes in
3-dimensional vector library that manages vector attributes in
standard database management systems (DBMS). This system provides the
standard database management systems (DBMS). 이 시스템은 전통적인 GRASS topology가 가지는 유연성을 유지하면서 관계 데이터베이스의 객체의 속성을 관리할 수 있게 한다.  This system provides the
power of true relational databases for vector attribute management
power of true relational databases for vector attribute management
while preserving the flexibility of traditional GRASS topological
while preserving the flexibility of traditional GRASS topological
tools. GRASS now also incorporates true 3-dimensional voxels in the
tools. GRASS는 이제 GRASS 라이버러리[http://grass.itc.it/grass60/index.php numerous enhancements]에 있는 사실상 거의 모든 성능향상 부분을 포함할 뿐만 아니라 [http://grass.itc.it/gdp/nviz/index.html NVIZ]시각화에 있는 3차원 입면체를 도입하였다.  now also incorporates true 3-dimensional voxels in the
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to
visualization environment as well as  to
virtually every tool in the GRASS library.
virtually every tool in the GRASS library.



Revision as of 14:22, 21 May 2013

The Free Software/Open Source GIS GRASS 6 is fully operational and stable version for production use. This tutorial tries to give you a hand to familiarize yourself with the improved functionality, especially in the vector engine and attribute management. For further reading, see the references below.

Disclaimer: In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!

This tutorial is intended for GRASS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional books or tutorials.

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

서언

새로운 GRASS 개발은 벡터 구조분야에 많은 진전을 보았습니다. development has made major improvements to the vector architecture. 가장 의미 있는 변화로 표준의 데이터베이스 (DBMS) 시스템의 벡터 속성을 관리할 수 있는 새로운 2차- 3차 벡터 라이버러리를 도입한 것입니다. The most significant change includes a new 2- and 3-dimensional vector library that manages vector attributes in standard database management systems (DBMS). 이 시스템은 전통적인 GRASS topology가 가지는 유연성을 유지하면서 관계 데이터베이스의 객체의 속성을 관리할 수 있게 한다. This system provides the power of true relational databases for vector attribute management while preserving the flexibility of traditional GRASS topological tools. GRASS는 이제 GRASS 라이버러리numerous enhancements에 있는 사실상 거의 모든 성능향상 부분을 포함할 뿐만 아니라 NVIZ시각화에 있는 3차원 입면체를 도입하였다. now also incorporates true 3-dimensional voxels in the visualization environment as well as 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

Working with vector data in GRASS

Usage examples

There await porting from the GRASS 5.7 tutorial

Basic usage examples

http://grass.osgeo.org/grass57/tutorial/ex_basic.html

Complex usage examples

http://grass.osgeo.org/grass57/tutorial/ex_complex.html

Vector network analysis examples

Vector overlay/clipping examples

http://grass.osgeo.org/grass57/tutorial/vectoroverlay.html

Examples from US National Atlas

http://grass.osgeo.org/grass57/tutorial/usa_demo.html

FAQ (Frequently Asked Questions)

Troubleshooting

http://grass.osgeo.org/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