GRASS migration hints: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (links to manual)
(OSGeo and COTS software functionality comparisons table)
Line 50: Line 50:
* [https://www.faunalia.it/dokuwiki/doku.php?id=confronto_gis ArcGIS & GRASS] (in Italian)
* [https://www.faunalia.it/dokuwiki/doku.php?id=confronto_gis ArcGIS & GRASS] (in Italian)
-->
-->
* [http://spreadsheets.google.com/ccc?key=0Albk_XRkhVkzdGxyYk8tNEZvLUp1UTUzTFN5bjlLX2c&hl=en Matrix of OSGeo and COTS software functionality] (2010)
* [http://www.spatialserver.net/osgis/ Feature Comparison of Open Source Desktop GIS Software] (several tables, 2007)
* [http://www.spatialserver.net/osgis/ Feature Comparison of Open Source Desktop GIS Software] (several tables, 2007)
* [http://www.covenant-tech.com/thesis.pdf MSc thesis 2006 (English), comparing ArcGIS & GRASS]
* [http://www.covenant-tech.com/thesis.pdf MSc thesis 2006 (English), comparing ArcGIS & GRASS]
* [http://cemml.carleton.ca/osgeo_files/FOSS_geomatics.pdf  FOSS geomatics] (thesis profiling FOSS4G, 2008)
* [http://cemml.carleton.ca/osgeo_files/FOSS_geomatics.pdf  FOSS geomatics] (thesis profiling FOSS4G, 2008)
[[Category:Community]]
[[Category:Community]]

Revision as of 19:49, 26 May 2010

Migrating to GRASS

Welcome! There is a lot of help on the web and a wealth of expertise available on the mailing lists and via IRC.


GIS "The GRASS way"

Interoperability

Collaboration with external software is highly encouraged.

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 (esp. Python)
  • 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