artttt
artttt
Well im still testing but `windowed=False` kills my cluster once the array gets large and` windowed =True ` does not cause an issue on the cluster. I was premature to...
with #410 that issue is because when writing with a lock the file is written in windows in separate sessions for each chunk on this line https://github.com/corteva/rioxarray/blob/199c05143bb9a68b42090bb7143121214b517626/rioxarray/raster_writer.py#L195 im guessing the...
Ive been exploring some refinements im now using the xarray chunks as the window for writing. this seems to be working well. ``` if windowed: client = get_client() ac =...
I did a little looking at kernel changing. looks like there are 2 commands that do the same thing notebook:change-kernel and kernelmenu:change. They open the `selectKernel` dialog and as far...
Hi Bane, Am i right to assume that the idea here is to grab the url from a users browser window and parse it to set up licaltileserver? If so...
@giswqs ive not tried AWS SageMaker so im not sure but as long as you can install the required package/s then it is worth a try. You may have to...
@jtpio I've recently found a way of doing this without needing the callback and waits for the frontend to be ready in a single request. ```python from ipylab import JupyterFrontEnd...
That example isn't overly complicated as file 1 can be split into 2 compliant chunks. This one is a little trickier ``` file 1: 5GB chunk file 2: 1MB chunk...
If this was the case then _copy_managed would have plenty of issues with files written with unusual part sizes but it doesn't. A little experimentation tells me this isn't an...
Yes I would like to. I'm about to be away from the computer for a while so I will pencil it into my schedule to have a look in late...