Aurélien Ponte

Results 29 issues of Aurélien Ponte

The following code crash: ``` import utide import numpy as np import matplotlib.dates as mdates import datetime, dateutil print(utide.__version__) time = np.arange(0.,30.*86400,60.) t0 = datetime.datetime(2011,9,10) dtime = [t0+dateutil.relativedelta.relativedelta(seconds=t) for t...

Proving `lat=0` leads to a crash with the following example: ``` import utide import numpy as np import matplotlib.dates as mdates import datetime, dateutil print(utide.__version__) time = np.arange(0.,30.*86400,60.) t0 =...

This PR follows from #33 and aims at brainstorming what a netcdf based I/O implementation could look like. Bare in mind these are my first attempts at coding in Julia....

Not being an acoustician, it's difficult to grasp whether there are what are the differences between Bellhop and RaySolver physics. Do we expect any? The documentation states they are similar...

question

This issue is intended to decide what type of I/O would be adequate and build a roadmap for implementation. Here are a couple of first thoughts to start the discussion:...

enhancement

Food for thoughts ... I am under the impression this library could become a landmark tool for underwater acoustic modeling. Is it the ambition you had @mchitre ? If this...

question

### Description Cached tile data is not updated when a different style of the same tile source is used. It should be updated. This could be achieved if the style...

Type: Enhancement

Hi and congratulation to the EnviroDIY team for this very ambitious and well-thought project ! I am a physical oceanographer working at the french national marine institute (Ifremer) and we...

I would need for my applications to keep two-sided spectra. This doesn't seem to be implemented. Do you think it would be possible to modify the library to do that...