Normal gravity formulae and numerical values for reference ellipsoids #133
Normal gravity formulae and numerical values for reference ellipsoids #133
Conversation
|
Changes Unknown when pulling 4bf840e on normal-gravity into * on master*. |
|
@birocoles que tal? Vou começar a usar isso nas aulas. Veja se falta algo. Se quiser adicionar alguma coisa é só fazer commit nesse branch mesmo (assim ele adiciona no pull request). |
|
Humm... tava precisando, obrigado. rs 2014-10-21 22:05 GMT-02:00 Leonardo Uieda notifications@github.com:
Bem, faça sua escolha. As torturas ocorrem. Se elas são desnecessária, |
|
Hahaha de uma olhada aí se acha que falta algo. |
|
amanha, vou ver se olho. Uns dados velhos da Petrobras marinhos pra coisar... |
|
Changes Unknown when pulling 7e46212 on normal-gravity into * on master*. |
|
Changes Unknown when pulling 50eebbc on normal-gravity into * on master*. |
|
@birocoles @eusoubrasileiro acho que o básico está tudo ai ne? Se achar algo gritante que esteja faltando avisem. Queria dar um merge logo nisso para poder usar em conjunto com o |
|
@birocoles posso dar um merge? |
|
sire I am getting this error: in () /hd0/DevPython/fatiando/fatiando/cookbook/gravmag_normal_gravity.py in () /hd0/DevPython/fatiando/fatiando/fatiando/vis/mpl.pyc in basemap(area, projection, resolution) ImportError: No module named basemap Did I miss something? |
|
You don't have basemap installed. Run
|
|
heehe :-( sorry |
|
Show! |
|
Funcionou?
|
|
Sim, perfeitamente! |
|
very cool, testei também com meu data-set aqui marinho, vou só fazer um quality control melhor com o pandas. show! Quem precisa do OASIS?! Ia fazer no excel.. mesmo mas melhor.. |
Normal gravity formulae and numerical values for reference ellipsoids
This PR implements functions to calculate the normal gravity field (gravity of a reference ellipsoid). This includes the "centrifugal" component.
Functions:
gamma_somiglianacalculates using the Somigliana formulagamma_somigliana_free_aircalculates at a height using the Somigliana formula plus the free-air correctiongamma_closed_formcalculates anywhere using the closed form expression.bouguer_platecalculates the gravitational attraction of the infinite Bouguer plateThe ellipsoid can be passed to the gravity functions as a keyword argument. Ellipsoids are represented by the
ReferenceEllipsoidclass, which takesa, f, GM, omegaas arguments. Other physical parameters of the ellipsoid are computed based on these 4 using properties. Instances ofRefereceEllipsoidwith the values for WGS84 are present in the module:Checklist: