Tyler Sutterley

Results 60 comments of Tyler Sutterley

@robbibt still thinking about the best way to enact these changes. One idea I've been floating is to cache the interpolation objects for each constituent so that won't have to...

Hey @robbibt, basically yes that was the plan. The new functions can completely replicate the prior functionality. The difference is that using the new read and interpolate method keeps all...

Hi @hillsonghimire, As far as I know, most browsers cannot display tiff images directly. Without making changes to `ipyleaflet` to include bindings to e.g. [`GeoRaster`](https://github.com/GeoTIFF/georaster-layer-for-leaflet), you could: 1) convert the...

That's not good! I'll work on this today.

Thanks @robbibt for finding this bug and pointing it out! Should be fixed in 2.0.8. Let me know if you have any more trouble!

Excellent! You're right. What's hard coded into the `model` class for TPXO8-atlas is the compact format. A model definition file should be able to be used with subsetted TPXO8-atlas netCDFs....

Thanks @robbibt! I'll make those change to my version of the definition file. I'm still thinking about the best way for users to enter these arguments, while still allowing for...

Hi @glukvit! As part of #156 and other issues, I removed dependencies that were part of the example notebooks but not needed as part of the "core code". These are...

Good question! Are you looking for comparisons between modeled tide height and the Operational Forecasts? Or interpolation utilities to use these forecasts at specific points?