Robbi Bishop-Taylor

Results 111 comments of Robbi Bishop-Taylor

@SpacemanPaul If product and dataset IDs were some of the fields we could pass through, I think that would allow us to include direct links to Explorer in Terria, effectively...

We have had additional use cases for this in DEA Intertidal recently too, where it would have been very useful to be able to expose certain tidal metadata fields to...

"linear" also seems to fail with a different error: ``` compute_tide_corrections( x=np.linspace(155, 160, 10), y=np.linspace(-30, -40, 10), delta_time=pd.date_range("2020-01", "2020-02", periods=10), DIRECTORY="/home/jovyan/tide_models_clipped", MODEL="TPXO8-atlas", EPSG=4326, TYPE="drift", TIME="datetime", METHOD="linear", ) ``` ``` ---------------------------------------------------------------------------...

Amazing, thanks so much @tsutterley for the quick fix (as always). I'll test it out and let you know.

It works nicely now on 2.0.8 - awesome! πŸš€ A related TPXO8 question: for some of our other models, we've found we can get a really big performance boost by...

Neat! That's working nicely for me - I had to make two small changes: - Update `grid_file` to `grid_tpxo8atlas_30_v1.nc` (without an underscore and the "c" after 30); the grid file...

Yep, this happens with `datacube.load` too. It's a really annoying warning, and seems to be quite random.

Is there any way we can catch/suppress this inside `odc-*` and `datacube`? Although it seems to have no impact, the spam it produces does impact user experience - particularly for...

This would make masking so much easier throughout the ODC ecosystem. For usability, it would be fantastic to be able to easily compute masks using the existing `.odc.` extensions, rather...