Robbi Bishop-Taylor

Results 111 comments of Robbi Bishop-Taylor

Ah, this was all I was looking for, thanks: ``` with open(output_path, "wb") as f: f.write(data) ``` I think an `.odc.thumbnail` or `.odc.write_thumbnail` method would be super useful - it's...

> I would strongly disagree - I think using the exact middle point confronts the user with unnecessary complexity and is confusing (esp. for 3-monthly). First of all you do...

@Kirill888 Sorry I don't have more precise steps to reproduce - I'll try and narrow it down, but it does happen pretty regularly - perhaps one in every 10 times...

Whoops, yep, most of my testing has been using `'3Gb'`, I entered it incorrectly on that small example only. It's working well again now, but I'll do 1 & 2...

This is happening again: 1) Can confirm that other notebooks can run 2) Exception produced when interrupting kernel: ``` distributed.nanny - WARNING - Restarting worker --------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent...

Yep, I can draw/delete/clear multiple other rectangles, the "done" button just doesn't respond: ![image](https://user-images.githubusercontent.com/17680388/76712360-2ef29480-676c-11ea-85ec-69f9e6877804.png) > this though: distributed.nanny - WARNING - Restarting worker, were you running anything on dask at...

Here's a video of the issue occuring: https://www.loom.com/share/d85a0c3411c14e36984c7320bc256355

Minimal example which is currently working correctly for me but wasn't working about 10 minutes ago: [select_on_a_map.zip](https://github.com/opendatacube/odc-tools/files/4336124/select_on_a_map.zip) I'm using the "Development environment - Jupyterhub environment with 8 Cores, 60G Memory"...