<div dir="ltr"><br><br>On Wed, Sep 4, 2019 at 6:01 PM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> On Wed, Sep 4, 2019 at 4:31 AM Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> wrote:<br>> > On Tue, Sep 3, 2019 at 4:22 AM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br>> >><br>> >> Hi all,<br>> >><br>> >> there is a new PR for PROJ6 support in GRASS<br>> >> <a href="https://github.com/OSGeo/grass/pull/118">https://github.com/OSGeo/grass/pull/118</a><br>> >><br>> >> There are two important changes when using PROJ6:<br>> >><br>> >> First, reprojection with v.proj and r.proj is no longer always possible without the user making informed decisions. The reason is that there can be several different operations available to reproject coordinates from one CRS to another CRS. These different operations are listed and the user has to provide the appropriate operation with the pipeline option, taking care of any axisswap.<br>> ><br>> > first, thanks for all the work. Second, I don't see how most users are supposed to know what to pick. Is there perhaps a way to pick a good default? I just can't imagine not having r.import/v.import...<br>><br>> I see the same problem: users won't know what to select if defaults<br>> are gone with PROJ 6.<br><div><br></div><div>We can provide information that enables users to make an informed decision. The options listed by PROJ6 are ordered by guessed best choice, i.e. the first one is, given the provided information, the best choice. But users need to review the list of options.</div><div><br></div><div>Reprojection from one CRS to another CRS was never easy. For both raster and vector data, some preparation was always needed to decide on appropriate settings. PROJ6 provides methods to improve the accuracy of reprojected coordinates, depending on the actual use case. The user decides (must decide).<br></div><div>></div>> > Anna<br>> >><br>> >><br>> >> Second, axis order is no longer always easting, northing, e.g. for EPSG:4326 it is northing, easting, and an axisswap might need to be removed from operations provided by PROJ.<br>> >><br>> >> There are many more changes (see details in the PR), but these are the two most important ones.<br>> >><br>> >> Feedback welcome!<br>><br>> Thanks for your hard work.<br>><br>> I talked to Robert Bivand here at the GeoSTAT 2019 in Münster who gave<br>> a talk about the topic:<br>><br>> "Not just R-spatial: sustaining open source geospatial software stacks"<br>> <a href="https://github.com/rsbivand/geostat19_talk">https://github.com/rsbivand/geostat19_talk</a><br>><br>> You can quick-view the talk in rendered HTML like this (maybe there<br>> are better ways):<br>> <a href="http://htmlpreview.github.io/?https://raw.githubusercontent.com/rsbivand/geostat19_talk/master/docs/geostat_bivand_19.html">http://htmlpreview.github.io/?https://raw.githubusercontent.com/rsbivand/geostat19_talk/master/docs/geostat_bivand_19.html</a><br>><br>> It contains a section about PROJ (6).<br><div><br></div><div>Not so random citation:</div><div>"...we need to manipulate the CRS read in with the file to insert our choice of how to make the transformation..."</div><div><br></div><div>I will try to restrict the number of options based on the current region in a modified PR.<br></div><div><br></div><div>Markus M<br></div><br></div>