GRASS 6 Tutorial/ko: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(Created page with " GRASS 6 Tutorial Jump to: navigation, search The Free Software/Open Source GIS GRASS 6 is fully operational and stable version for production use. This tutor...")
 
No edit summary
Line 1: Line 1:


GRASS 6 Tutorial
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!
 
Jump to: navigation, search
 


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.  
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 [http://grass.itc.it/gdp/tutorials.php books or tutorials].


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!
'''''NOTE: This tutorial here still awaits the merge of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''


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.
==Introduction==


NOTE: This tutorial here still awaits the merge of the previous GRASS 5.7 tutorial.  
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
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to
virtually every tool in the GRASS library.


==Getting started in general==


* [[GRASS_Help| Introductory Material]] for GRASS
* [http://www.linux.org/lessons/ Introductory Material] for Linux


Contents
==Getting started - how to migrate to the new GRASS version==
[show]


* [[Grass Six Tutorial Getting Started]]
* [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] from other GIS softwares


==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.
* [http://grass.ibiblio.org/grass63/manuals/html63_user/rasterintro.html Raster data processing introduction] from the main help manual.


==Vector data management==
[http://grass.osgeo.org/wiki/GRASS_6_Tutorial/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===


* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html


===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)===
* [[Faq|GRASS Wiki FAQ]]


* [[Grass Six Tutorial Faq]]


==Troubleshooting==
http://grass.osgeo.org/grass57/tutorial/troubleshooting.html


* Grass Six Tutorial Troubleshooting


==Links of interest==


[edit] Introduction
* GRASS-GMT Examples: http://169.237.35.250/~dylan/grass_user_group/


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.
==Further reading==


[edit] Getting started in general
===GRASS and R kriging interpolation===
Introductory Material for GRASS  
Introductory Material for Linux


[edit] Getting started - how to migrate to the new GRASS version
====Mini How to interpolate using kriging with GRASS and R====
Grass Six Tutorial Getting Started
Migration tips from other GIS softwares


[edit] Raster data management
[[How to interpolate point value using kriging method with R and GRASS 6]]
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. Raster data processing introduction from the main help manual.


[edit] Vector data management
==== References ====
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]
* GRASS 6 Tutorial: http://www.gdf-hannover.de/literature
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation


Working with vector data in GRASS
[[Category: Documentation]]
 
[[Category: Tutorial]]
[edit] Usage examples
 
There await porting from the GRASS 5.7 tutorial
 
[edit] Basic usage examples
 
http://grass.osgeo.org/grass57/tutorial/ex_basic.html
 
[edit] Complex usage examples
 
http://grass.osgeo.org/grass57/tutorial/ex_complex.html
 
[edit] Vector network analysis examples
New Spearfish examples: v.net, v.net.iso, v.net.path etc.
Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html
 
[edit] Vector overlay/clipping examples
 
http://grass.osgeo.org/grass57/tutorial/vectoroverlay.html
 
[edit] Examples from US National Atlas
 
http://grass.osgeo.org/grass57/tutorial/usa_demo.html
 
[edit] FAQ (Frequently Asked Questions)
GRASS Wiki FAQ
Grass Six Tutorial Faq
 
[edit] Troubleshooting
 
http://grass.osgeo.org/grass57/tutorial/troubleshooting.html
Grass Six Tutorial Troubleshooting
 
[edit] Links of interest
GRASS-GMT Examples: http://169.237.35.250/~dylan/grass_user_group/
 
[edit] Further reading
 
[edit] GRASS and R kriging interpolation
 
[edit] Mini How to interpolate using kriging with GRASS and R
 
How to interpolate point value using kriging method with R and GRASS 6
 
[edit]  References
GRASS books and tutorials
GRASS 6 Tutorial: http://www.gdf-hannover.de/literature
Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation
   
 
 
 
Categories: Documentation
Tutorial
   
 
 
Ghlimassuh
Talk
Preferences
Watchlist
Contributions
Log out
 
 
Page
Discussion
 
 
 
 
 
 
 
 
Read
Edit
View history
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Navigation
 
Main Page
Community
Development
Documents
GRASS Help
Recent changes
Help
   
 
Toolbox
 
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link
 
 
In other languages
 
Deutsch
Bahasa Indonesia
svenska
 
This page was last modified on 7 November 2012, at 13:16.
This page has been accessed 130,087 times.
Content is available under GNU Free Documentation License 1.2.
Privacy policy
About GRASS-Wiki
Disclaimers

Revision as of 14:08, 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.

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

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