Hi Markus - <div>Thanks for your prompt reply.  Unfortunately, I think that my GRASS skills are faaaar below those of most other users. (I don't even know how to *find* the datum.table file to which I thought I was supposed to add the ARC1960 datum, or really understand your suggestions.) But! From your advice I was able to (I think) select the proper Arc1960 datum.  I have done everything so far with the graphical interface, and was trying to select the Arc1960 (using location wizard) from the first menu choice (selecting from a list of coordinate system parameters) -- when I chose the second menu option (select EPGS code of spatial reference system), I believe I found it.  Pretty basic, in the end.  Thanks again!</div>
<div><br></div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 17, 2012 at 5:54 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ali,<br>
<div class="im"><br>
On Fri, Nov 16, 2012 at 9:05 PM, Ali Swanson <<a href="mailto:swanson.ali@gmail.com">swanson.ali@gmail.com</a>> wrote:<br>
> Hi all -<br>
> I'm brand new to GRASS (though have basic familiarity with ArcInfo).<br>
<br>
</div>welcome :)<br>
<div class="im"><br>
> I work<br>
> in a datum that apparently isn't contained in the basic GRASS library --<br>
> from what I've uncovered searching this list & the general web, I need to<br>
> add my datum by going to the $GISBASE/etc/datum.table and appending this<br>
> text:<br>
><br>
> The Arc 1960 datum; source: EPSG database<br>
> arc60 "Arc 1960" clark80 dx=-160 dy=-6 dz=-302<br>
<br>
</div>Which EPSG code is that? EPSG 4210, this one?<br>
<br>
epsg_tr -pretty_wkt 4210<br>
GEOGCS["Arc 1960",<br>
    DATUM["Arc_1960",<br>
        SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,<br>
            AUTHORITY["EPSG","7012"]],<br>
        TOWGS84[-160,-6,-302,0,0,0,0],<br>
        AUTHORITY["EPSG","6210"]],<br>
    PRIMEM["Greenwich",0,<br>
        AUTHORITY["EPSG","8901"]],<br>
    UNIT["degree",0.0174532925199433,<br>
        AUTHORITY["EPSG","9122"]],<br>
    AUTHORITY["EPSG","4210"]]<br>
<br>
It should be there. You can use the Location Wizard to select this<br>
EPSG code.<br>
<br>
BUT: I just tried and the datum is not recognised:<br>
<br>
g.proj -w<br>
GEOGCS["clark80",<br>
    DATUM["unknown",<br>
        SPHEROID["Clarke_1880",6378249.145,293.465]],<br>
    PRIMEM["Greenwich",0],<br>
    UNIT["degree",0.0174532925199433]]<br>
<br>
Do these tickets strike back?<br>
<a href="http://trac.osgeo.org/grass/ticket/1452" target="_blank">http://trac.osgeo.org/grass/ticket/1452</a><br>
<a href="http://trac.osgeo.org/grass/ticket/1748" target="_blank">http://trac.osgeo.org/grass/ticket/1748</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br></div>