Vlad Blazhko

Results 8 comments of Vlad Blazhko

Or maybe another way - is to cross connections with red line or change connections to the red color that go from the widget with uncommitted changes. It seems this...

Yeah, I see the problem with preserving native style, then it is indeed not very good solution to change color of the button. The scaling transformation that you proposed seems...

Looks that `COPY . .` is unnecessary at all, since the folder will be mounted anyway (i.e. volumes option in compose config)

@gmilcinski thanks for the answer! `get_dates()` returns one date per orbit only in those particular example. If I remove `time_difference`, then `get_dates()` will return the same list as `get_tiles()`, but...

Well a little inconsistency at the end of the method `OgcImageService.get_dates()`. ### Problem code ```python class OgcImageService(OgcService): # ... def get_dates(self, request): # from documentation supposed to return recent first...

Dear @AleksMat, Thank you very much for thorough explanation! ### Merging several tiles into a single image Are you sure that tiles with timestamps withing `time_difference` will be merged into...

I had a similar problem and resolved it updating `jupyterlab_widgets` from 1.0.0 to 3.0.9 Relevant conda environment: ``` Python 3.12 jupyterlab 4.4.4 matplotlib 3.10.0 ipympl 0.9.7 jupyterlab_widgets 1.0.0 # updated...

Same for me. I have geotiff as a raster source. QGIS 3.10.4 on Ubuntu 20.04 I get same error if I select too big extent.