Leonardo Uieda

Results 412 comments of Leonardo Uieda

> What if we noted that its preferable to input geodetic coordinates (which is the default), because the normal gravity routine uses a formalism that requires geodetic coordinates? That sounds...

I completely agree! The main issue is that this will require some deductions first. Standard books like Physical Geodesy by Hofmann-Wellenhof & Moritz (2006) don't have the equations. There is...

Good catch! I like the suggestion as well. Thanks!

I'm in favor of adding a `coordinate_system` argument instead of `geodetic`. The docstring can mention that the calculations are done in the geodetic system so can be more efficient to...

@MarkWieczorek this is truly fantastic! Thank you for all your work on this and for the pointer to the paper. I'm reviewing this by pieces whenever I can find some...

Merged! Sorry for the long delay and many many thanks for implementing all of this @MarkWieczorek!

Completely agree that we need a better `print(bl.WGS84)`. The `__repr__` is created automatically by `attrs` and I'd prefer to leave it as is, since `__repr__` is supposed to allow `eval(a.__repr__)...

Hi @yabellini thank you for the invitation. Unfortunately, this is well beyond my limited remote sensing knowledge. I'd recommend [Leah Wasser](https://github.com/lwasser) as a possible reviewer (she may also be able...

Hi @zeedotcom77, you're probably using a newer version of [Fatiando a Terra](http://fatiando.org/). The results in the paper were generated using version 0.2. You'll need to install that version to run...

@eteq well, I'm looking into using this actually. I though of just copying it to my repo but then I'd also need to copy the license file. If this were...