Giter Club home page Giter Club logo

Comments (28)

dr-ni avatar dr-ni commented on July 29, 2024 1

yes but there are many many other methods (=projection methods whithout ellipsoid projections)
so this is only! for ellipsoids

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024 1

in germany also b=Breite l=Länge h=Höhe
maybe the russian was taking over the german
but nowadys rather everywhere lat and lon are common
I can later add this to the manual and we leave blh...

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024 1

shall we add for all a separate file?

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024 1

could be also possible. Do you mean the helmparms3d output format?

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024 1

updated

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

Relax, @dr-ni .

We don't have a single projection algorithm.

B-L-H <-> X-Y-Z translation is a translation from one kind of 3D coordinates to another kind of 3D coordinates. 3D!!!

It's just that X-Y-Z depends only on the center point and three vectors, and B-L-H depends on the whole 3D figure - an ellipsoid. But both of these systems are 3D, without projections.

Dont worry, be happy.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

yes, but this is only working for ellipsoid projection methods, isn't it?

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

Not, @dr-ni .

This works for ellipsoids. Without any projections.

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

Not, @dr-ni .

We do not use any (ANI!) projections.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

I know but what is with all those other stuff that is not based on ellipsoidal coordinate systems

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

but what is with all those other stuff

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

off course - this was what I was thinking about
if we support ellipsoids we also should support any other common local/global coordinate transformation

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

we also should support any other common local/global coordinate transformation

Not. I introduced the B-L-H <-> X-Y-Z transformation, only because the B-L-H representation is more common and this transformation is not projective.

See also Geomatics Guidance Note 7, part 2 Coordinate Conversions & Transformations including Formulas (version 57, September 2019) 373-07-02.pdf

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

nice paper :-)
to avoid further missunderstanding - should we use instead of blh lat lon h

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

instead of blh lat lon h

And what is the short entry? This one doesn't go anywhere.

"The "latitude" (abbreviation: Lat., φ, or phi)"
"The "longitude" (abbreviation: Long., λ, or lambda)"

In Russia geodesic "latitude" - B, geodesic "longitude" - L.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

are spheres also working with helmeltrans

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

are spheres also

Yes. They are sometimes used to machine spherical triangles. This is an approximation, but very good.

@dr-ni say:

shall we add for all a separate file?

Crazy?! Dirty repository! Who needs to create it himself. Just put this file in a "prominent place".

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

ok, so we add the file to the ellipsoids folder?

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

ok, so we add the file to the ellipsoids folder?

Not. To the documentation. Next to README.md

PS: Crazy thought: Shouldn't we make a separate helmert3d-data, hang up a banner there about collecting transformation matrices? Such a warehouse "with the world by thread".

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

Do you mean the helmparms3d output format?

Yes.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

but has to be checked always if correct and no spam

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

but has to be checked always if correct and no spam

Issues are always open. Kind people will tell you.

PS: I said that the idea is delusional.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

ok can you open it?
I'll add the file to the repo, anyway

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni say:

ok can you open it?

I am a disgusting "marketer". This business will not go with me in charge. Let's leave crazy ideas to posterity.

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

ok

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

Hi @dr-ni

See also https://github.com/SammyB428/GFC/blob/24aaf24c3145f46e62a4d48ce2c36c75e49c155a/GFC/CEarth.cpp#L827-L1003

from helmert3d.

dr-ni avatar dr-ni commented on July 29, 2024

I'm asking myself if this upgrade is a reliable one?

many precisions are so unrealistic, for example WGS84:
WGS_84 6378137.0 6356752.3142451793
0.0000000003 m precisions????!!!
for example 1 Å = 100 pm = 0.1 nm = 10^{−10} m
The Ångström is used in particular in crystallography and chemistry to be able to work with "simple" numerical values. 1 Å is the typical order of magnitude for atomic radii and distances between atoms in crystal structures and bond lengths in molecules. Even the moon forces the earth surface around ±50 cm

from helmert3d.

zvezdochiot avatar zvezdochiot commented on July 29, 2024

@dr-ni . The initial values are a and 1/f. I already wrote about this. The polar axis b is calculated b=a*(1-f). Number of characters for storage only f.

from helmert3d.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.