Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add normal_gravitational_potential, normal_gravity_potential, and centrifugal_potential #187

Merged
merged 25 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6c716ac
Add centrifugal potential to Ellipsoid and Sphere
Apr 8, 2024
6409055
Add geodetic_to_ellipsoidal_harmonic to Ellipsoid class
Apr 10, 2024
13d6a6f
Add inverse
Apr 10, 2024
113bcc0
minor cleanup
Apr 10, 2024
78bd56b
improve checking of height==0 case
MarkWieczorek Apr 10, 2024
d2fe1cb
Add normal_gravitational_potential
MarkWieczorek Apr 11, 2024
58bf107
Add normal_gravity_potential
MarkWieczorek Apr 11, 2024
5fcd568
Merge with centrifugal_potential branch
MarkWieczorek Apr 11, 2024
5ac3321
Add tests to check gravity, gravitationa, centrifugal potentials
MarkWieczorek Apr 11, 2024
62cb3fc
update for code-style
MarkWieczorek Apr 11, 2024
3bc0838
Fix sign of output lat in geodetic_to_ellipsoidal_harmonic
MarkWieczorek Apr 11, 2024
6cd8b39
Add normal gravity and gravitational potential to sphere class.
MarkWieczorek Apr 11, 2024
749bd1f
Fix dtype of output for geodetic_to_ellipsoidal_harmonic when height …
Apr 12, 2024
d3b34e9
Minor documation cleanup
Apr 12, 2024
6efc961
Add centrifugal potential to triaxial ellipsoid
Apr 18, 2024
2ec8d9e
Merge branch 'main' into normal_potential
Apr 18, 2024
53eb086
fix docstring
Apr 18, 2024
894d0ae
Add test for triaxial centrifugal potential
Apr 18, 2024
aa5ca21
Fix equations in docstrings of potential methods
leouieda Jun 7, 2024
7fc9071
precompute variables and remove redundant code in normal grav computa…
MarkWieczorek Jun 8, 2024
452318d
Update boule/_ellipsoid.py
MarkWieczorek Jul 2, 2024
1df518d
Update np.float_ to np.float64 form numpy 2.0
Jul 2, 2024
dd465a7
Update boule/_ellipsoid.py
MarkWieczorek Aug 27, 2024
5744b5a
format code
MarkWieczorek Aug 27, 2024
82fd279
Merge branch 'main' into normal_potential
MarkWieczorek Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading