Importing data/pl: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (+category)
Line 85: Line 85:
[[Category: Documentation]]
[[Category: Documentation]]
[[Category: FAQ]]
[[Category: FAQ]]
[[Category:Languages/pl]]
[[Category: Languages/pl]]
[[Category: Import]]

Revision as of 19:48, 2 June 2013

Wprowadzanie swoich danych do systemu GRASS

GRASS obsługuje wiele popularnych formatów danych, a także wiele rzadkich.

The primary import/export tool is called GDAL/OGR. It is the Rosetta Stone of the free GIS world:

W oknie powitalnym programu, przy pomocy Kreatora lokacji utwórz nową lokację o właściwym układzie współrzędnych dla swoich danych. Następnie wybierz z menu:

Dla rastrów:  Plik → Import raster data using GDAL
Dla wektorów:  Plik → Import vector data using OGR

Zazwyczaj GDAL/OGR automatycznie wykryje format pliku.


After the map has been imported you can add it to the display layer list in the Layer Manager window. You will most likely want to right click on the map in the layer list and select "Zoom to selected map(s)". Otherwise when you go to view the map you could be far away and just see a white display canvas.

To view a raster map, add it to the Layer Manager with the grid-like button with a (+), to add a vector map to the Layer Manager use the button with lines and points on it to the right of the add raster map button. The left hand button in the Map Display window will re-render the map if needed.

The "computational region" is a very important concept in GRASS and is distinct from the "display window" you see in the Map Display window. You can also read about it in the rasterintro help page. You can set the computational region and cell resolution to match a specific map with the g.region module.

After importing your data you need to run "g.region -p rast=your_map" or "g.region -p vect=your_map" to set the region bounds/zoom to match that of the newly imported map. Be careful with the region resolution when doing this with vector maps, you may have to run "g.region -a res=" to clean that up and keep it reasonable (for example 2000x2000 rows and columns).

External links

Bulk data import

  • wxGUI menu tools

Moduły

Rastrowe

Wektorowe oraz punktowe

Formaty danych

This page is in progress of translating to Polish from English.