<div dir="ltr">Janne,<div><br></div><div>I have already elaborated on the illusory nature of the perception of projections as &quot;clean, beautiful mathematical entities&quot; as opposed to the &quot;ugly geodetic real world references&quot;.</div><div><br></div><div>As already mentioned, proj&#39;s history indicates that without geodesy, a projection library is built on a solid foundation of thin air: While mathematically beautiful, without a geodetic foundation, projected coordinates will never refer to a real world.</div><div><br></div><div>The abstraction of a coordinate without an explicit system is leaky - the Earth being dynamic, there is no &quot;perfect, eternally stable&quot; backdrop that can be used as pivot gateway between all other systems.</div><div><br></div><div>Reference frames are real things in the real world, with all the imperfections of reality. Mathematical coordinate systems are abstract things in an abstract world, that do not suffer from these imperfections. Unfortunately, however, they do not in any way relate to the world we&#39;re living in.</div><div><br></div><div>A large amount of geodetic functionality already exists in proj, and has since its inception. It could, however, probably have been implemented in a more straightforward way if native 3D support had been part of proj at an earlier point in time.</div><div><br></div><div>That being said, I invite you to reread my former input, and my pull requests: What I am currently adding to proj.4 is a minor tool kit of building blocks for implementing a large family of transformations using mostly external parameter files, rather than adding them directly to the library code.</div><div><br></div><div>I think this is exactly what you&#39;re advocating, if I interpret correctly your vague ranting about not having anything in the library that does not need to be there. Please note, however, that &quot;need&quot; is a highly subjective term - your needs are apparently different than mine.</div><div><br></div><div>But in general, the world and its needs evolve, and so does proj. If you do not like the direction proj evolves, the source code is open, you&#39;re free to adapt it in almost any way you find necessary to suit your needs.</div><div><br></div><div>/Thomas</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-24 8:50 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:support@mnspoint.com" target="_blank">support@mnspoint.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-size:10pt">
<p>Hello,</p><span class="">
<p>I 100 % agree with Nicolas to keep all parts that are not required to be inside Proj.4 outside it. Later it is much easier to read and handle such parts as required. You should just add a layer above Proj4 which could be used if your code required and omitted if more simple functionality is only required. As Nicolas wrote:</p>
<p>&quot;BUT I&#39;m more incline to keep only cartographic projection inside proj4 and to implement pipeline and other coordinate transformation outside proj4 in another library/librairies.&quot;</p>
</span><p>The same separate library idea should be ok with the syntax scanner idea for Proj.4 which is not yet implemented since it does not require to be inside Proj.4 at all. Since syntax scanning for errors is totally an independent step.. and can as well be omitted if not required.</p>
<p>You can also do what ever you wish if you rename you end product something else than Proj.4 .. to keep it consistent (compare &quot;libproj&quot; for an example of such projects).</p>
<p>Regards: Janne.</p>
<p>------------------------------<wbr>--------------</p><div><div class="h5">
<p>Thomas Knudsen kirjoitti 2016-10-21 15:55:</p>
<blockquote type="cite" style="padding:0 0.4em;border-left:#1010ff 2px solid;margin:0">
<div dir="ltr">
<div>Nicolas, I understand, and respect, your opinion, but i disagree for a number of reasons. Let me start with the simplest, and the one I think will probably also be the most convincing counterargument for your major concern (&quot;...people who are only interrested in cartographic transformation functions of proj4 will have to pay for something they don&#39;t want...&quot;):</div>
<div> </div>
<div>If you take an architectural look at the proj.4 library, it consists of (currently) 146 different projections, each adding in the range of 2-10 kilobytes to the library footprint.</div>
<div> </div>
<div>The pipeline functionality is typical in that respect: it is organized as a (small) number of additional projections (yes really: the pipeline driver itself is, architectually speaking, just another projection). And, as you can see in the (edited) compilation result below, the current weight of the pipeline package is only approximately twice the weight of the probably most used projection (the Engsager extended transverse mercator, etmerc):</div>
<div><span style="font-family:monospace,monospace"> </span></div>
<div><span style="font-family:monospace,monospace">$ gcc -I. -W -Wall -Wextra -pedantic -O2 -c PJ_pipeline.c PJ_horner.c PJ_cart.c PJ_helmert.c proj_etmerc.c</span></div>
<div><span style="font-family:monospace,monospace">$ dir *.o</span></div>
<div><span style="font-family:monospace,monospace"> </span></div>
<div><span style="font-family:monospace,monospace"> 2.655 horner.o</span></div>
<div><span style="font-family:monospace,monospace"> 3.576 PJ_cart.o</span></div>
<div><span style="font-family:monospace,monospace"> 6.465 PJ_helmert.o</span></div>
<div><span style="font-family:monospace,monospace"> 8.382 PJ_pipeline.o</span></div>
<div><span style="font-family:monospace,monospace">10.733 proj_etmerc.o</span></div>
<div><span style="font-family:monospace,monospace"> </span></div>
<div>Let us assume that the final pipeline functionality may end up weighing 3 times that, it is still only 6 times the weight of etmerc, and all in all less than 10% of the total weight of the library on my test platform (gcc under Windows 7).</div>
<div> </div>
<div>For these, say, 60 kB, you buy an infrastructure for implementing a large number of transformations through use of external parameter files, rather than by letting them add to the direct weight of the library, by implementing them as hard coded projections.</div>
<div> </div>
<div>My colleague Kristian Evers and I are in the process of adding proj.4 support for a number of Danish, Faroese and Greenlandic systems, each of which (due to a very large number of parameters) will weigh a substantial fraction of 60 kB if not implemented using pipelines and external parameter files.</div>
<div> </div>
<div>Hence, I believe that even if you have no use for the pipeline functionality, it will cost you only a modest amount of additional weight - much less weight than the addition of, say, 10 extra hard coded projections</div>
<div> </div>
<div>Now, add to this, that the conceptual simplicity of a projection library in comparison to the complexity of a full geodetic framework, really is an illusion: While in theory projections are simple (in the sense &quot;mathematically well defined&quot;) transformations from angular to linear coordinates, in reality they are not at all simple, if you want them to relate to any kind of real world.</div>
<div> </div>
<div>Evidently, if you only need to relate a latitude/longitude pair in a given horizontal datum, to a set of projected coordinates in the same horizontal datum, a projection library is all you need.</div>
<div> </div>
<div>But that is very seldom the case, as also indicated by the fact that NAD27-to-NAD83 transformation was part of the proj bundle right from the start, and the fact that sponsors during the years have found value in sponsoring Frank Warmerdam&#39;s work on implementing first horizontal datum shifts, later on also vertical.</div>
<div> </div>
<div>The latter also hints at the fact that today, the vast majority of coordinate-capture is done by GPS/GNSS, and hence natively 3D, although not necessarily referred to a system that makes much sense, except for low accuracy work.</div>
<div> </div>
<div>To preserve the high geometrical accuracy from the global system, when transforming to a regional reference system (e.g. ETRS89) and vertical datum (e.g. NAP/EVRS), you need access to more fundamental geodetic functionality (although not much more than already included in the pipeline package), before you can finally transform your latitude, longitude, and elevation data into traditional map coordinates, using the projection functionality already existing in proj.4.</div>
<div> </div>
<div>When moving away from the stable parts of tectonic plates, you also need support for intra plate deformation models. This is the case for large parts of Scandinavia, which are heavily influenced by post-glacial uplift. Using the pipeline metaphor, this can be expressed in fairly simple terms, making it accessible to end users through direct support from their domain specific software, using proj.4 for georeferencing.</div>
<div> </div>
<div>From airborne LiDAR mapping, we have learned the lesson, that provision of high accuracy geodata results in unexpected and innovative uses, leading to request for even higher accuracy. In other words: accuracy is addictive. And without proper geodetic handling of transformations, you will never consistently approach an accuracy much better than metre level (consistent with the difference between global and plate fixed coordinates).</div>
<div> </div>
<div>Geodetic transformations are typically not algorithmically complex, compared to what is already included in proj.4 - we just need a platform for handling the metadata and stringing together elementary transformations. As already hinted at above, the overall weight of the functionality will be only a fraction of the existing library.</div>
<div> </div>
<div>Form the geodetic side, I see proj.4 with the pipeline extension as the only viable road to a successful dissemination of the functionality required. And from the proj.4 side, I see extended geodetic functionality as the only viable road for continued relevance in an increasingly always-connected 3D society.</div>
<div> </div>
<div>/Thomas</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-13 10:41 GMT+02:00 NDavid <span>&lt;<a href="mailto:ericnico.david@gmail.com" target="_blank">ericnico.david@gmail.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry for the (very) late reply,<br> <br> I&#39;ve read the discussion about this pipelines feature at github and your<br> proj4 page and<br> I&#39;ve definitely see such coordinate transformation pipeline as very useful.<br> BUT I&#39;m more incline to keep only cartographic projection inside proj4 and<br> to implement<br> pipeline and other coordinate transformation outside proj4 in another<br> library/librairies.<br> And perhaps with a more C++ style than ANSI C.<br> <br> Some potential coordinate transform that, I think, could fit into a pipeline<br> are<br> - cartographic projection (of course)<br> - datum conversion with planar gridshift or use of geoid.<br> - unit transform<br> - cartesian &lt;-&gt; polar &lt;-&gt; cylindric coordinate<br> - temporal transform (gps time to utc time ? )<br> - trajectory georeferencing (for point cloud, mobile mapping camera)<br> - conversion between sensor coordinate system and platform/IMU<br> - ..<br> Some of this coordinate transformation need additional data (trajectory<br> files, grid files,<br> datum/ellispoid dictionnary) and if implement inside proj4 that could lead<br> to insert<br> into proj4 some dependencies or making it a bigger library.<br> And so people who are only interrested in cartographic transformation<br> functions of<br> proj4 will have to pay for something they don&#39;t want.<br> I know that pj_transform/cs2cs/pj_apply_gr<wbr>idshift are not only about<br> cartographic<br> projection but also about datum transform. I understand to keep such<br> function<br> inside proj4 for historical and compatibility reasons but I don&#39;t think this<br> is<br> their &quot;right&quot; place.<br> <br>  just my 2 cents about this pipeline proposal.<br> Nicolas<br> <br> <br> <br> --<br> View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Transformation-pipelines-your-opinion-tp5269960p5290527.html" target="_blank">http://osgeo-org.1560.x6.nabbl<wbr>e.com/Transformation-pipelines<wbr>-your-opinion-tp5269960p529052<wbr>7.html</a><br> Sent from the PROJ.4 mailing list archive at Nabble.com.<br>
<div class="m_-1028650455992122508HOEnZb">
<div class="m_-1028650455992122508h5">______________________________<wbr>_________________<br> Proj mailing list<br> <a href="mailto:Proj@lists.maptools.org" target="_blank">Proj@lists.maptools.org</a><br> <a href="http://lists.maptools.org/mailman/listinfo/proj" target="_blank">http://lists.maptools.org/mail<wbr>man/listinfo/proj</a></div>
</div>
</blockquote>
</div>
</div>
<br>
<div class="m_-1028650455992122508pre" style="margin:0;padding:0;font-family:monospace">______________________________<wbr>_________________<br> Proj mailing list<br> <a href="mailto:Proj@lists.maptools.org" target="_blank">Proj@lists.maptools.org</a><br> <a href="http://lists.maptools.org/mailman/listinfo/proj" target="_blank">http://lists.maptools.org/<wbr>mailman/listinfo/proj</a></div>
</blockquote>
<p><br></p>
</div></div></div>
<br>______________________________<wbr>_________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/<wbr>mailman/listinfo/proj</a><br></blockquote></div><br></div>