GRASS migration hints/id: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(New page: == Bermigrasi ke GRASS == Selamat datang! Bantuan untuk belajar menggunakan GRASS tersedia banyak di internet dan Anda juga dapat berkomunikasi dengan banyak ahli melalui milis dan IRC. ...)
 
Line 9: Line 9:
Kolaborasi dengan software di luar GRASS amat disarankan.
Kolaborasi dengan software di luar GRASS amat disarankan.


* [http://www.gdal.org GDAL/OGR] untuk Efor Import/Export
* [http://www.gdal.org GDAL/OGR] untuk Impor/Ekspor
* R statistics: [http://grass.itc.it/statsgrass/index.php GRASS/R interface]
* R statistics: [http://grass.itc.it/statsgrass/index.php Antarmuka GRASS/R ]
* DXF: v.in.dxf, v.out.dxf
* DXF: v.in.dxf, v.out.dxf
* Matlab/[http://www.gnu.org/software/octave/Octave Octave]: r.in.mat, r.out.mat, v.in.mapgen, v.in.ascii, v.out.ascii
* Matlab/[http://www.gnu.org/software/octave/Octave Octave]: r.in.mat, r.out.mat, v.in.mapgen, v.in.ascii, v.out.ascii
* [http://www.povray.org/ POV-Ray] rendering: r.out.pov, v.out.pov  
* [http://www.povray.org/ POV-Ray] untuk melakukan proses rendering: r.out.pov, v.out.pov  
* VMRL: r.out.vrml (3D virtual realilty)
* VMRL: r.out.vrml (3D virtual realilty)
* [http://gmt.soest.hawaii.edu/ GMT] - Generic Mapping Tools for cartography: r.in.bin, r.out.bin
* [http://gmt.soest.hawaii.edu/ GMT] - Generic Mapping Tools untuk kartografi: r.in.bin, r.out.bin
* Google Earth/KML: v.out.ogr
* Google Earth/KML: v.out.ogr
* VTK ([http://www.paraview.org/ Paraview], etc): r3.out.vtk, r.out.vtk, v.out.vtk
* VTK ([http://www.paraview.org/ Paraview], etc): r3.out.vtk, r.out.vtk, v.out.vtk

Revision as of 10:17, 8 July 2008

Bermigrasi ke GRASS

Selamat datang! Bantuan untuk belajar menggunakan GRASS tersedia banyak di internet dan Anda juga dapat berkomunikasi dengan banyak ahli melalui milis dan IRC.


GIS "The GRASS way"

Interoperabilitas

Kolaborasi dengan software di luar GRASS amat disarankan.

  • GDAL/OGR untuk Impor/Ekspor
  • R statistics: Antarmuka GRASS/R
  • DXF: v.in.dxf, v.out.dxf
  • Matlab/Octave: r.in.mat, r.out.mat, v.in.mapgen, v.in.ascii, v.out.ascii
  • POV-Ray untuk melakukan proses rendering: r.out.pov, v.out.pov
  • VMRL: r.out.vrml (3D virtual realilty)
  • GMT - Generic Mapping Tools untuk kartografi: r.in.bin, r.out.bin
  • Google Earth/KML: v.out.ogr
  • VTK (Paraview, etc): r3.out.vtk, r.out.vtk, v.out.vtk
  • V5D: r3.in.v5d, r3.out.v5d

Portability

  • All code POSIX C and generic UNIX compatible
  • Most code MinGW compatible for native MS-Windows

Scriptability

  • GRASS is made up of modular tools specifically designed for easy scriptability in any number of common scripting languages
  • SWIG interface for direct hooks into higher scripting languages
  • if "GRASS_BATCH_JOB=/path/to/script.sh" is set GRASS 6.3+ will run the script as a batch job and exit when it is complete. Start GRASS with the full path to the mapset to avoid the startup menus. See also GRASS and Shell.

Freedom


GRASS Concepts


Tips for recent migrants

Software Comparisons & Thesis