-
```
fft_sizes=[1024, 2048, 512],
hop_sizes=[120, 240, 50],
win_lengths=[600, 1200, 240],
```
These are the defaults provided. What sample rate are they intended for?
…
-
Once this feature is in a stable state, we should add documentation on loading an interacting (selecting scales) of such data.
CC: @btbest
-
The widget is cool but even cooler would be:
```
napari https://emdata.janelia.org/api/repo/ee789
```
and the plugin would determine that it is a DVID API endpoint, and load the complete volum…
-
## 🚀 Feature
Currently we downscale when the data size exceeds the maximum OpenGL texture size along a dimension (typically, 16K or 32K in 2D, or 2K in 3D). The problem is that the user has no way …
-
I'd like to get more clarity on the Multiscales section.
To my understanding, overviews for raster data - including COGs - do not necessarily have to align with standard webmap zoom levels. In fact…
-
_Originally posted by @fsimonis in https://github.com/precice/precice/pull/1675#discussion_r1417492097_
@fsimonis:
> For big meshes it may be benefitial to use the `Mesh.index()` and ask for all…
-
With the rise of fast vector databases for doing approximate nearest neighbors (FLANN, annoy, chroma, milvius, weaviate, etc.), it becomes increasingly useful to have vectorial representations of audi…
-
In https://mediatum.ub.tum.de/1515271, we coined the terms "spread" and "collect" for the geometric multiscale mappings, meaning going from the few to the many points, or from the many to the few.
…
-
Hi,
Thanks for the package. I am a new user of the package and trying to get the meaning of the output. In your [paper](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.100457…
-
Rendering commands that take channels fail when you pass channel names instead of indices.
## Example
```python
from spatialdata import SpatialData
from spatialdata.models import Image2DModel
…