Changeset 34362
- Timestamp:
- Nov 18, 2008, 5:14:18 AM (16 years ago)
- Location:
- grass/branches/develbranch_6
- Files:
-
- 2 edited
-
lib/init/helptext.html (modified) (2 diffs)
-
raster/rasterintro.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/branches/develbranch_6/lib/init/helptext.html
r30972 r34362 39 39 subdirectory. New MAPSET can be added at GRASS startup. To remove a 40 40 MAPSET, remove it's directory using your file manager or by <br> 41 <tt>rm -rf /path/to/the/mapset_to_delete</tt>. The 'wxgrass' graphical 42 user interface provides options to rename/remove LOCATIONs and MAPSETs. 41 <tt>rm -rf 42 /path/to/the/mapset_to_delete</tt>. The <a href="wxGUI.html">wxGUI</a> 43 graphical user interface provides options to rename/remove LOCATIONs 44 and MAPSETs. 43 45 44 46 <p> … … 159 161 within this new location. 160 162 161 <h3>B) Create New Location with text screen</h3>162 The "wxgrass" graphical user interface provides a graphical "Location Wizard"163 instead which let's you easily create a new LOCATION. You will be 164 guided through a series of dialogues to browse and select 165 predefined projections (also via EPSG code) or to define individual 166 projections. The rules to define the resolution as described above 167 also apply here.163 <h3>B) Create New Location with wxGUI</h3> 164 The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a 165 graphical "Location Wizard" instead which let's you easily create a 166 new LOCATION. You will be guided through a series of dialogues to 167 browse and select predefined projections (also via EPSG code) or to 168 define individual projections. The rules to define the resolution as 169 described above also apply here. 168 170 169 171 -
grass/branches/develbranch_6/raster/rasterintro.html
r34335 r34362 77 77 the map is resampled on the fly (nearest neighbor algorithm). In other 78 78 words, the output will have as many rows and columns as the current region. 79 To export maps with various grid spacings (e.g, 500x500 or 200x500), you79 To export maps with various grid spacings (e.g, 500x500 or 200x500), you 80 80 can just change the region resolution with <a href="g.region.html">g.region</a> 81 81 and then export the map. The resampling is done with nearest neighbor
Note:
See TracChangeset
for help on using the changeset viewer.
