<p dir="ltr">Hi,</p>
<p dir="ltr">On Sep 6, 2016 9:25 PM, "Dave Roberts" <<a href="mailto:droberts@montana.edu">droberts@montana.edu</a>> wrote:<br>
><br>
> Hi Ken, Hi Sajid,<br>
><br>
>    Thanks for the pointers.  I think my problem is that grass70 and g.proj parse the files differently.  I.e.,<br>
><br>
> Here is file teste.prj<br>
><br>
> PROJCS["Lambert_Conformal_Conic",<br>
>     GEOGCS["GCS_WGS_1984",<br>
>         DATUM["D_WGS_1984",<br>
>             SPHEROID["WGS_1984",6378137,298.257223563]],<br>
>         PRIMEM["Greenwich",0],<br>
>         UNIT["Degree",0.017453292519943295]],<br>
>     PROJECTION["Lambert_Conformal_Conic"],<br>
>     PARAMETER["standard_parallel_1",40],<br>
>     PARAMETER["standard_parallel_2",45],<br>
>     PARAMETER["latitude_of_origin",0],<br>
>     PARAMETER["central_meridian",-109],<br>
>     PARAMETER["false_easting",0],<br>
>     PARAMETER["false_northing",0],<br>
>     UNIT["Meter",1]]<br>
><br>
> The following does not work<br>
><br>
> grass70 -e -c teste.prj teste<br>
><br>
> Creating new GRASS GIS location/mapset...<br>
> ERROR: ERROR 4: `teste.prj' not recognised as a supported<br>
> file format.<br>
><br>
> ERROR: Could not read georeferenced file teste.prj using either OGR nor<br>
>        GDAL</p>
<p dir="ltr">Yes because it is not a raster or vector file.<br></p>
<p dir="ltr">> However, this does work<br>
><br>
> grass70 -c teste<br>
> g.proj -c wkt=teste.prj</p>
<p dir="ltr">This one is right.</p>
<p dir="ltr">>    I'm having even worse luck with PROJ4 syntax of files.</p>
<p dir="ltr">AFAIK that's only supported in g.proj.</p>
<p dir="ltr">Markus</p>