Adrian Tofting
Adrian Tofting
My use case is kind of specific. Each thread should open a separate [dataset reader](https://rasterio.readthedocs.io/en/stable/topics/windowed-rw.html#reading) and pass that to their respective jobs. (i.e. 4 dataset readers, one per thread) I...
I experience the same behaviour reading jp2000 from a Google Bucket using [/vsigs/](https://gdal.org/user/virtual_file_systems.html#vsigs-streaming-google-cloud-storage-files-streaming). When downloading the file and reading from it locally, no problem occurs.
I think my problem may be caused by something else than the original issue. Although the error message is the same, I think it is caused by the fact that...
I am having a non-US keyboard layout, which makes it impossible to toggle block comment.
Small feature request. Would be great to be able to select and copy the file name of the image shown. Currently this is not possible, so we end up typewriting...
> Why do you need to copy the image file name during labeling? Awesome, thanks for notifying me! Sometimes we need to take a closer look at a specific image...
Poetry also gives this warning: ``` Resolving dependencies... (31.2s)PackageInfo: Invalid constraint (yapf>='0.28' ; python_version < "3.6") found in nb-black-1.0.7 dependencies, skipping PackageInfo: Invalid constraint (black>='19.3' ; python_version >= "3.6") found...
My first instinct is that we don't need a dedicated type for this. The user can already add an attribute 'rotation' to the Detection sample. Then, if it is present,...
What would it take to use multiple datasets? And the GeoSampler could create one grid for each dataset, or maybe multiple samplers are supported? Then the `batch_indices` along with `dataload_idx`...
I recently had this need. Used [eodag](https://eodag.readthedocs.io/en/stable/) to find corresponing S2 tiles metadata, then downloaded the whole SAFE products from Google Storage. These SAFE products can then be read by...