Country Data Processing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* create labels | * create labels | ||
* display map of a country | * display map of a country | ||
= GRASS Installation = | |||
Required elements | |||
* GRASS GIS system installed | |||
* download SPEARFISH data http://grass.itc.it/sampledata/spearfish_grass60data-0.3.tar.gz | |||
Create directory structure required for this tutorial | |||
* dataset directory mkdir ~/grass | |||
* input data directory mkdir ~/grass/indata | |||
Create GRASS location using SPEARFISH data to be able create new locations | |||
$ cd ~/grass | |||
$ tar zxf spearfish_grass60data-0.3.tar.gz | |||
Start GRASS | |||
$ grass62 spearfish/PERMANENT | |||
= Obtaining Data = | |||
http://www.gis.psu.edu/ |
Revision as of 11:10, 7 July 2007
This tutorial describes how to
- find free data of country on Internet
- create new GRASS location
- import found data into GRASS
- create new vector layers from existing data
- create labels
- display map of a country
GRASS Installation
Required elements
- GRASS GIS system installed
- download SPEARFISH data http://grass.itc.it/sampledata/spearfish_grass60data-0.3.tar.gz
Create directory structure required for this tutorial
- dataset directory mkdir ~/grass
- input data directory mkdir ~/grass/indata
Create GRASS location using SPEARFISH data to be able create new locations
$ cd ~/grass $ tar zxf spearfish_grass60data-0.3.tar.gz
Start GRASS
$ grass62 spearfish/PERMANENT