Tadd Bindas
Tadd Bindas
Not sure if this is related since the IDE is different and I'm not using the same code, but I've been getting the same error with my MacBook air M1...
Has there been any progress made towards this in the past several months? @rabernat @joshua-gould @elyall @jbms Based on the above links to https://github.com/ivirshup/binsparse-python, there hasn't been a binsparse-python commit...
As an update to this thread, I've been working with @ivirshup on updating the initial binsparse-py code for this use case
The current workaround is to use https://github.com/ivirshup/binsparse-python for reading / writing sparse arrays from Scipy Sparse CSR, CSC, and COO formats
Hey, I found this issue when combing through docs / GitHub repos related to the NWPS API. For context, I'm using api.water.noaa.gov with Replace and Route (part of Hydrovis). I...
Thanks, Jason! Understand completely about time. I'll see if I can get around to it in the future (Maybe in the spring) as I have some scheduled work related to...
Some more information/existing reads of the NWM retrospective through coiled: https://docs.coiled.io/blog/coiled-xarray.html
Yup! I noticed the `crs` variables throw errors when using a `open_virtual_dataset()` here is the code: ``` >>> so = dict(anon=True, default_fill_cache=False, default_cache_type="none") >>> vds = open_virtual_dataset( 's3://noaa-nwm-retrospective-3-0-pds/CONUS/netcdf/LDASOUT/2019/201905200000.LDASOUT_DOMAIN1', reader_options={"storage_options": so},...