Common Tasks/id: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
* [[Export for GpsDrive| Ekspor]] untuk perangkat lunak navigasi
* [[Export for GpsDrive| Ekspor]] untuk perangkat lunak navigasi


== GIS Tasks ==
== Operasi SIG ==


* Map (re-)projection
* Proyeksi-(ulang) peta
** r.proj and v.proj (snippets from manual pages)
** r.proj dan v.proj (snippets from manual pages)
** gdal_warp as an alternative for large, complex (re-)projection tasks
** gdal_warp sebagai sebuah alternatif untuk operasi proyeksi ulang dengan data banyak dan kompleks
** ogr2ogr as an alternative to v.proj
** ogr2ogr sebagai sebuah alternatif untuk v.proj


* [[Georeferencing | Georectify a scanned raster image]]
* [[Georeferencing/id | Koreksi geometri gambar hasil pemindaian]]
** r.in.gdal into XY location
** r.in.gdal ke dalam location berbasis koordinat XY  
** GUI georectifier
** GUI georectifier
** i.points + i.rectify (alternate method)
** i.points + i.rectify (metode alternatif)


* [[Trace vector contours from a scanned map]]
* [[Trace vector contours from a scanned map|Digitasi kontur vektor dari sebuah peta hasil pemindaian]]


* Create a DEM from contour lines and trig points
* Membuat garis kontur dan titik tinggi dari DEM
** r.surf.contour
** r.surf.contour


* Create a DEM from x,y,z point data
* Membuat sebuah DEM dari data titik x,y,z
** v.surf.rst
** v.surf.rst
** v.surf.idw
** v.surf.idw
Line 52: Line 52:
** r.surf.nnbathy
** r.surf.nnbathy


* Create vector contour lines from a raster DEM
* Membuat garis kontur vektor dari sebuah DEM raster
** r.contour
** r.contour



Revision as of 13:59, 4 October 2008

This page is in progress of translating to Bahasa Indonesia.

Tutorial mini mengenai beberapa perintah umum SIG

Impor/Ekspor dan Tampilan

  • Mengimpor dan menampilkan data elevasi dari SRTM
r.in.srtm
  • Mengimpor dan menampilkan data VMap0 Digital Chart of the World
v.in.ogr
  • GRASS Newsletter, 3, June 2005.
  • Jika batas region Anda melewati batas dari sebuah blok VMap0 Anda dapat menggunakan perintah v.append, dapat dilihat dalam bagian Grass addons di Wiki ini, untuk menggabungkan vektor. Butuh waktu untuk proses ini hingga selesai.
  • Mengimpor dan menampilkan data elevasi dan batimetri ETOPO2
r.in.bin

Impor / Ekspor

  • Impor dan ekspor raster dengan r.in.gdal / r.out.gdal
    • Beragam tips tentang r.in.gdal
    • Pilihan pembuatan dan tipe datanya dengan perintah r.out.gdal
  • Impor dan ekspor vektor dengan v.in.ogr / v.out.ogr
    • Beragam tipe data vektor, terutama shapefile dengan perintah v.in.ogr
    • Tipe data v.out.ogr
  • Ekspor untuk perangkat lunak navigasi

Operasi SIG

  • Proyeksi-(ulang) peta
    • r.proj dan v.proj (snippets from manual pages)
    • gdal_warp sebagai sebuah alternatif untuk operasi proyeksi ulang dengan data banyak dan kompleks
    • ogr2ogr sebagai sebuah alternatif untuk v.proj
  • Membuat garis kontur dan titik tinggi dari DEM
    • r.surf.contour
  • Membuat sebuah DEM dari data titik x,y,z
    • v.surf.rst
    • v.surf.idw
    • v.surf.bspline
    • r.surf.nnbathy
  • Membuat garis kontur vektor dari sebuah DEM raster
    • r.contour

3D Visualization

  • Use NVIZ to render a 3D image
nviz elevation.dem
  • Use NVIZ to make a fly through movie
  • Use Paraview to render a 3D image
    • r.out.vtk, v.out.vtk

Raster operations

Creation

  • slope, aspect and surface parameters
    • r.slope.aspect
    • r.param.scale
  • Create a shaded relief map
    • r.shaded relief
  • drape semi-transparent land use map over shaded relief map
    • d.his

Analysis

  • cost surface analysis
    • r.cost
    • r.drain (fun examples)
    • r.walk (fun examples) [how output is different]

Vector operations

  • Disolve interior lines
    • v.dissolve

Hardcopy and Presention Graphics Creation

  • Create a high quality hardcopy plot
    • Creating PostScript with ps.map
    • export to GMT