Changes between Version 4 and Version 5 of UbuntuDesktop

Show
Ignore:
Author:
jlivni (IP: 64.81.161.197)
Timestamp:
01/24/08 15:57:29 (3 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuDesktop

    v4 v5  
    11Assuming you have the [UbuntuBaseStack Base GIS stack] installed, and you have a shiny Ubuntu desktop, then you might as well go ahead and install some more stuff.  
    22 
    3 '''QGIS''' 
     3'''[http://www.qgis.org/ QGIS]''' 
     4 
    45QGIS is a nice desktop app.  Easily view/edit your vector and raster data, including data stored in PostGIS.  Also some nice GRASS integration, not to mention the new python scripting. 
    56  
    1415 }}} 
    1516 * Now QGIS will get nicely updated whenever you run your general Ubuntu updates  
     17 
     18'''[http://grass.itc.it/ GRASS]'' 
     19 
     20 * Grass is awesome, and does all the analysis you want, though it has a bad reputation for user-friendliness.  Now its actually got a nice UI, but we'll these instructions are for accessing it's functionality via QGIS anyway.  After installing QGIS, just install the grass plugin: 
     21{{{ 
     22sudo apt-get install qgis-plugin-grass  
     23}}} 
     24 
     25 * That was easy.  Now you have access to all the GRASS kernel functions, with a nice UI.  Enjoy!