<div dir="ltr"><br><br>On Fri, Mar 8, 2019 at 5:56 PM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br>><br>> On vendredi 8 mars 2019 17:01:57 CET Markus Metz wrote:<br>> ><br>> > My question is, what should GRASS do with a SRS without proj string? The<br>> > best answer is probably: use WKT instead of a proj string. But most of the<br>> > GRASS code uses (for historical reasons) some form of proj syntax, also to<br>> > store projection info for a GRASS location. If there is no proj string,<br>> > GRASS thinks there is no SRS and falls back to a generic xy system which is<br>> > not always correct.<br>><br>> The WKT will not help here. You will be able to get here, but you won't be<br>> able to do coordinate transformation with it. This is just that this EPSG<br>> method is not implemented or mapped to a PROJ projection method<br><div><br></div><div>I understand that coordinate transformation with PROJ will not be possible. But having a valid SRS definition would at least allow to compare two spatial references, i.e. OSRIsSame() should work. Having a valid SRS instead of dumping it would also help if the corresponding PROJ method becomes implemented in the future. That's why I am wondering about an alternative to the current proj-like projection information in GRASS.<br></div><div><br></div><div>Markus M<br></div></div>