Plans to support 4D coordinates?
See original GitHub issueNow that pyproj uses PROJ 6 behind the curtains it would be nice to be able to do more than just plain projections and simpel datum shifts. So, are there any plans to support 4D coordinates? Without having studied the pyproj in details it seems to be fairly straight forward to me to extend pyproj.transform()
with an optional t
input.
This would allow users of pyproj to do transformations that uses the 14-parameter version of the Helmert transform. Personally I would like to use it so that I can support the NKG transformations code based on pyproj.
Issue Analytics
- State:
- Created 5 years ago
- Comments:24 (24 by maintainers)
Top Results From Across the Web
How to import and mark ground control points (GCPs)
On the Menu bar, click Project > GCP/MTP Manager... 2. Select the GCP coordinate system: By default, the GCP coordinate system will be...
Read more >A Journey Into the 4th Dimension [Part 2] - YouTube
Visualizing 4D Geometry - A Journey Into the 4th Dimension [Part 2]. 704K views · 5 years ago ...more. The Lazy Engineer. 42.6K....
Read more >Shouldn't 4d coordinates always be XYZM ? #580 - GitHub
Am I right in taking the view that this is all based on a user ignoring the fact that JTS really only supports...
Read more >4D Planning Explainer Video - LogiKal Projects
With a 4D Plan, you can coordinate all project stakeholders from clients to the trade contractors. Sometimes, clients can be non-technical staff from ......
Read more >4D CAD models to support the coordination of construction ...
4D CAD helped to coordinate construction operations. ... all co-builders work together in the planning phase to rule out unwanted conflicts between work ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep, that was it. Fixed in #231. Thanks for the debug assistance!
I think I found the issue, it is skipping because of equivalence logic. I will debug later.