<div dir="ltr">Hi,<div><br></div><div>please test r57969. You should see a diff if the proj_info files don't match.</div><div><br></div><div>Anna<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 6:08 PM, 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
the error (example UTM map import into LAEA location):<br>
<br>
r.unpack landcover_1m.pack<br>
ERROR: Projection information does not match. Aborting.<br>
<br>
is rather unhelpful. The code is:<br>
<br>
    # check projection compatibility in a rather crappy way<br>
    if not grass.compare_key_value_text_files('PROJ_INFO',<br>
os.path.join(mset_dir, '..', 'PERMANENT', 'PROJ_INFO')) or \<br>
            not grass.compare_key_value_text_files('PROJ_UNITS',<br>
os.path.join(mset_dir, '..', 'PERMANENT', 'PROJ_UNITS')):<br>
        if flags['o']:<br>
            grass.warning(_("Projection information does not match.<br>
Proceeding..."))<br>
        else:<br>
            grass.fatal(_("Projection information does not match. Aborting."))<br>
<br>
I would suggest to print a "diff -u file1 file2" rather than nothing<br>
as now (perhaps Python offers a nice way to show the wrong keys to the<br>
user).<br>
Or are there other options?<br>
<br>
Markus<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</blockquote></div><br></div></div></div>