Results 10 issues of Mikhail Moskovchenko

The issue is `interpolate_na` can be much slower than `rio.fill.fillnodata` Simple example: Reading B9 Landsat band ``` with rioxarray.open_rasterio(r"path/to/file/B9.tif", chunks = True, lock = True) as tif: b9 = tif.load().chunk('auto')...

proposal

`lidRplugins` requires `rgeos` but it was removed from CRAN. https://cran.r-project.org/package=rgeos

I have a custom Landsat cloud mask based on QA band with values 0 and 1 and a Landsat panchromatic band. When I try to match cloud mask to a...

#### Short description I use `odc-geo` to reproject and match Landsat 8 QA mask raster to the resolution of the panchromatic band. All the other operations with data are performed...

This PR adds `dataset_id_suffix` parameter to 'Dataset.from_generator' function. `Dataset.from_generator` function passes all of its arguments to `BuilderConfig.create_config_id`, including generator function itself. `BuilderConfig.create_config_id` function tries to hash all the args, which...

### Describe the bug # TL:DR `Dataset.from_generator` function passes all of its arguments to `BuilderConfig.create_config_id`, including `generator` function itself. `BuilderConfig.create_config_id` function tries to hash all the args, which can take...

### System Info - `transformers` version: 5.0.0.dev0 - Platform: Windows-10-10.0.26200-SP0 - Python version: 3.11.9 - Huggingface_hub version: 1.2.1 - Safetensors version: 0.5.3 - Accelerate version: not installed - Accelerate config:...

bug

### System Info transformers 4.57.3 python 3.13.9 ### Who can help? @yonigozlan @molbap ### Information - [x] The official example scripts - [x] My own modified scripts ### Tasks -...

bug

The changes added in this PR are nearly identical to #3173 Zip archives are still the default distribution format for Sentinel-2 MSI_SAFE imagery, however, now SatPy `msi_safe` reader does not...

Function `_get_matched_dataset_info` should return only dataset info, not a tuple of (True, info) - [ ] Closes #xxxx - [x] Tests added - [ ] Fully documented - [ ]...