Hello. I need to learn how to use GIS and I have chosen to do it with GRASS. My plan is to learn GIS/GRASS essentials during the next 12 months and start applying it for my research the 12 months after that. I have started reading the documentation available and playing with the sample data set. However, I would also like to start playing with a dataset for Puerto Rico (PR) and I am having problems to import it. How would I go about importing a new dataset?<br>
<br>In particular, there is a landcover raster image in Erdas &quot;img&quot; format (prgap_landcover.img) that I would like to import from here:<br><br><a href="ftp://ftp.gap.uidaho.edu/products/Puerto_Rico/GISdata/Landcover/1_Land_cover_grid/">ftp://ftp.gap.uidaho.edu/products/Puerto_Rico/GISdata/Landcover/1_Land_cover_grid/</a><br>
<br>(1) What do I do with this img file? Do I first copy and paste it to my GIS Data Directory? If not, how do I go about telling GRASS where this file is (if I want to import it)?<br><br>(2) I read about the commands to import raster Erdas/IMG files to GRASS (r.in.gdal -e in=&lt;image.img&gt; out=&lt;image&gt;). If I want to use this command, should my img file be in the GIS Data Directory first as I suggested in (1)? Where do I type this command? The GRASS Command Line window seems to open for an existing Location<tt>.</tt><br>
<br>(3) When do I create the location for my data? Do I do this before anything else?<br><br>(4) When trying to create a location from the Location Wizard, I chose as the method &quot;Select coordinate system parameters from a list&quot;. I did this because there is another file in the above mentioned ftp folder with several parameters which seem to me the kind of information that the wizard asks (see an excerpt below). From there I chose &quot;lcc&quot; as the projection code. However, from here onwards I start having problems. For instance, I don&#39;t know whether to choose &quot;Datum with associated ellipsoid&quot; or &quot;Ellipsoid only&quot;. Also, the wizard asks me &quot;Central Parallel&quot;, &quot;First Standard Parallel&quot;, &quot;Second Standard Parallel&quot;, and I don&#39;t know how that relates to the two &quot;Standard_Parallel&quot; parameters given below and where do I get the other &quot;Parallel&quot; parameter from? I seem to be missing one. For the geodetic datum I think I have to choose &quot;nad83&quot; and I think I will choose &quot;No transformation&quot; at the end of the wizard. <br>
<br>Any suggestions will be very welcome. Thank you in advance. Saludos, Julio.<br><br><pre>Spatial_Reference_Information:
  Horizontal_Coordinate_System_Definition:
    Planar:
      Map_Projection:
        Map_Projection_Name: Lambert Conformal Conic
        Lambert_Conformal_Conic:
          Standard_Parallel: 18.033333
          Standard_Parallel: 18.433333
          Longitude_of_Central_Meridian: -66.433333
          Latitude_of_Projection_Origin: 17.833333
          False_Easting: 200000.000000
          False_Northing: 200000.000000
      Planar_Coordinate_Information:
        Planar_Coordinate_Encoding_Method: row and column
        Coordinate_Representation:
          Abscissa_Resolution: 15
          Ordinate_Resolution: 15
        Planar_Distance_Units: meters
    Geodetic_Model:
      Horizontal_Datum_Name: North American Datum of 1983
      Ellipsoid_Name: Geodetic Reference System 80
      Semi-major_Axis: 6378137.000000
      Denominator_of_Flattening_Ratio: 298.257222
</pre><br><br><br>