Olly
Olly
At my company we pretty do the whole caching thing ourselves due to slow query speed and lots of data sources. Not many companies can quickly pivot away from redshift,...
Hi! Adding a request for more GIS features. One important one is the ability to transform a geometry to a specified SRID. Redshift docs [here](https://docs.aws.amazon.com/redshift/latest/dg/ST_Transform-function.html)
Confirming that expr doesn't work for the format field This fails to render the param format ``` { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "config": {"view": {"stroke": "transparent"}}, "params": [{"name": "testFormat", "value":".0%"}], "data": {"values":...
+1 on this!
Thank you!
@mrocklin - sorry for the slow response. I'm running lots of parallel simulations. The task is looping through a large array of objects. Adjusting the objects and storing the simulation...
in `distributed.utils_perf - WARNING - full garbage collections took 35% CPU time recently (threshold: 10%)` is the threshold the warning threshold or the threshold for which GC occurs?
I'm running parallel simulations using dask distributed. I'm using Zarr to create and persist input data to disk for fast reading for each simulation. The data is too large to...
@user27182 noting that for some reason I can't replicate your example when running ``` python import pyvista as pv from pyvista import examples image = examples.load_channels() image = image.extract_subset(voi=(75, 109,...