Michael Sumner

Results 295 issues of Michael Sumner

I have poorly named parquet files like `"outputs/000016.parquet", "outputs/000017.parquet"` and so I see this: ```R open_dataset(files) Error: Parser Error: syntax error at or near "000001" LINE 1: CREATE OR REPLACE...

No more address sanitizer problems. There's valgrind reports with geometry read : https://github.com/hypertidy/vapour/actions/runs/9396874849/job/25878915640 Considering summarizing like this: ``` the segfaults afaict were due to passing int in place of Rcpp::IntegerVector. ...

I'm pretty keen to get the Arrow stream support in, I tried doing it but got lost in the details of how this package is actually structured at the C++...

### What is the bug? I think an error like "Invalid number of values in BLOCKSIZE" should clean up the empty directories left behind. I encountered this by switching from...

Here I don't see splitting occuring everywhere expected. ``` r library(terra) #> terra 1.7.78 ``` ``` r v

pick some heuristic for the target grid see also #51

this crashes the session ```R gdal_raster_data(sds::nsidc_seaice("2024-09-01"), target_dim = c(1, 1), resample = "Q2")[[1]] ``` but, gdalwarp is fine: ```bash gdalwarp autotest/gcore/data/float64.tif /tmp/t.tif -ts 1 1 -r Q2 ERROR 1: Unknown...

https://github.com/akgold/do4ds/blob/b66dad8b9f476a60381139f968cfb6b09483f944/chapters/sec1/1-1-env-as-code.qmd#L243 This `\index{Git}` isn't rendering properly for me, at least when I look at https://do4ds.com/chapters/sec1/1-1-env-as-code.html#step-3-collaborate-or-deploy fwiw to me the sentence reads like > Sharing a requirements file makes downloads and...

In my hypertidy/dsn package I have this function: ```R "mem()" function (x, extent = NULL, projection = "", dimension = NULL, PIXELOFFSET = NULL, LINEOFFSET = NULL, BANDOFFSET = NULL)...