Michael Sumner
Michael Sumner
I'm not sure how important this is, because we can create a dataset so easily and get_block_indexing() on that, but I wanted to explore how this might look and I...
I noticed some sensitivity to the actual options when constructing: ```R f Error: Not compatible with STRSXP: [type=NULL]. ``` these all ok, note our attempt above is ok with 'open_options'...
Posting this just to share what I've learned. this is NOT a feature request or bug report, just wanting to leave my understanding and notes somewhere relevant. (Thanks!) pizzarr is...
when I try this I get an error, it's finding files that aren't parquet (they are zarr config files in the tree) ```R duckdbfs::open_dataset("s3://vzarr/SEALEVEL_GLO_PHY_L4.parquet", s3_endpoint="projects.pawsey.org.au", s3_url_style = "path", format =...
this prevents repeated prompt messages on Windows to find the installed mc (I haven't tested further)
this is as much a question as anything, if I do this (no dask) everything is fine ```python from virtualizarr import open_virtual_mfdataset import dask.multiprocessing nw = int(2) dask.config.set(num_workers = nw,...
I see this ```python from virtualizarr import open_virtual_dataset u = 'https://thredds.nci.org.au/thredds/fileServer/gb6/BRAN/BRAN2023/daily/ocean_salt_2024_06.nc' ds = open_virtual_dataset(u) ds.virtualize.to_kerchunk('/tmp/test.parquet', format = "parquet") # Traceback (most recent call last): # File "", line 1, in...
Leaving this here as a placehoder for going forward. This branch does not pass tests, but I think it's close. This branch includes 'devel' and ['pkautio/devel'](https://github.com/ropensci/MODIStsp/pull/273) on top of the...
these can be leveraged by passing through the warp api (before anything else is done) e.g. under "Geolocation:" (limited by GDAL currently needing to wrap into -180,180 but still common...
The R code is very simple to do this, we need the vaster/grout tricks to be on CRAN (perhaps easy to wrangle with gdalraster). crs is just a dummy for...