helptext.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!-- meta page description: GRASS GIS Quickstart -->
  2. <p>
  3. When <a href="grass.html">launching</a> GRASS GIS for the first time, you will open a
  4. <b>default Location</b> "world_latlog_wgs84" where you can find a map layer
  5. called "country_boundaries" showing a world map in the WGS84 coordinate system.
  6. </p>
  7. <center>
  8. <img src="grass_start.png" alt="[GRASS GIS after first startup]">
  9. </center>
  10. <br>
  11. <p>
  12. The main component of the Data tab is the <em>Data Catalog</em>
  13. which shows the GRASS GIS hierarchical structure consisting of
  14. Database <img src="grassdb.png" alt="[GRASS Database]">,
  15. Location <img src="location.png" alt="[Location]"> and
  16. Mapset <img src="mapset.png" alt="[Mapset]">.
  17. </p>
  18. <dl>
  19. <dt><img src="grassdb.png" alt="[GRASS Database]">&nbsp;<b>GRASS Database</b> (directory with projects)</dt>
  20. <dd>Running GRASS GIS for the first time, a folder named "grassdata" is automatically
  21. created. Depending on your operating system, you can find it in your $HOME
  22. directory (*nix) or My Documents (MS Windows).</dd>
  23. <dt><img src="location.png" alt="[Location]">&nbsp;<b>Location</b> (a project)</dt>
  24. <dd>A Location is defined by its coordinate reference system (CRS).
  25. In the case of the default Location, it is a geographic coordinate reference system
  26. WGS84 (EPSG:4326). If you have data in another CRS than WGS84, you should create
  27. a new Location corresponding to your system.</dd>
  28. <dt><img src="mapset.png" alt="[Mapset]">&nbsp;<b>Mapset</b> (a subproject)</dt>
  29. <dd>Each Location can have many Mapsets for managing different aspects of
  30. a project or project's subregions. When creating a new Location, GRASS GIS
  31. automatically creates a special Mapset called PERMANENT where the core
  32. data for the project can be stored.</dd>
  33. </dl>
  34. <p>
  35. For more info about data hierarchy, see
  36. <a href="grass_database.html">GRASS GIS Database</a> page.
  37. </p>
  38. <h2>GRASS started in the default Location, now what?</h2>
  39. <p>
  40. First, if you would like to get to know GRASS better before importing your own data,
  41. please download provided samples such as the &quot;North Carolina&quot; dataset.
  42. You can simply reach them through
  43. &quot;Download sample location to current database&quot; management icon
  44. <img src="location-download.png" alt="[Download Location]">.
  45. </p>
  46. <p>
  47. To work with your own data, you typically want to first create a new Location
  48. with a <a href="https://en.wikipedia.org/wiki/Spatial_reference_system">
  49. coordinate reference system (CRS)</a> suitable for your study area or one that
  50. matches your data's CRS. The Location Wizard <img src="location-add.png" alt="[Add Location]">
  51. will help you with that by guiding you through a series of dialogs to browse
  52. and select predefined projections (also via EPSG code) or to define individual
  53. projections.
  54. <h3>Creating a New Location with the Location Wizard</h3>
  55. <p>
  56. If you know the CRS of your data or study area,
  57. you can fill <a href="https://epsg.io">EPSG code</a>
  58. or description and Location Wizard finds appropriate CRS from a predefined list
  59. of projections.
  60. If you do not know CRS of you data, you can read it from your georeferenced
  61. data file (e.g. shapefile or GeoTiff file with the related metadata properly
  62. included).
  63. </p>
  64. <h3>Importing data</h3>
  65. After creating a new Location, you are ready to import your data. You can use
  66. simple raster or vector data import <img src="raster-import.png" alt="[Raster import]">,
  67. <img src="vector-import.png" alt="[Vector import]"> or a variety of more specialized tools.
  68. If the data's CRS does not match your Location's CRS, data will be automatically reprojected.
  69. After import your raster or vector data are added as a layer to Map Display.
  70. To change layer properties, go to Display tab.
  71. To analyze your data, search for a tool in the Modules tab.
  72. <h2>Text-based startup and Location creation</h2>
  73. GRASS GIS can be run entirely without using the graphical user interface.
  74. See <a href="grass.html">examples</a> of running GRASS GIS from a command line.
  75. <h2>See also</h2>
  76. <em>
  77. <a href="index.html">GRASS GIS 8 Reference Manual</a>
  78. <br>
  79. <a href="grass.html">GRASS GIS 8 startup program manual page</a>
  80. <br>
  81. <a href="https://grass.osgeo.org/learn/">GRASS GIS tutorials and books</a>
  82. </em>
  83. <p>
  84. <a href="https://epsg.io/">List of EPSG codes</a> (Database of worldwide coordinate systems)
  85. <!--
  86. <p>
  87. <i>Last changed: $Date$</i>
  88. -->