James Polly
James Polly
Edited for brevity, "reproducible" code, and a possible solution: Regarding @snowman2's suggestion to use `with` and `fsspec`, I've had trouble with rioxarray while using this pattern when reading from private...
Xarray functionality in the Data Catalog would be a big deal for me. Is there an update on this?
I really appreciate the responses. :pray: Re: the "pandas approach" mentioned by @noklam, I think there are [certainly a few xarray-supported file types](https://docs.xarray.dev/en/stable/user-guide/io.html) that could benefit from built-in handling in...
An update and a couple questions about partitioned datasets and lazy evaluation. The implementation discussed above works well. I've only tested it on local file systems. TL;DR: To not lose...
Agreed with @tdrwenski that this smells similar. I'd love to help here ~~but will need a nudge in a direction~~.
Adding a little more detail here, hopefully useful. For reference, a working example: ``` from siphon.catalog import TDSCatalog thredds_url_fmrc = "https://tds.hycom.org/thredds/catalog/GLBy0.08/expt_93.0/FMRC/runs/catalog.xml" cat_fmrc = TDSCatalog(thredds_url_fmrc) ds_fmrc = cat_fmrc.datasets[0].remote_access() ``` where `cat_fmrc.datasets`...
In `catalog.make_access_urls()` there are two clauses which, in the non-working example discussed here, are never satisfied or are empty: 1. The first is on line 570: `if service_name in all_service_dict:`....
Taking another stab to get the tests passing in the CI. My opening comment in this PR mentioned 38 test failing on my machine when following the [test instructions](https://unidata.github.io/siphon/latest/developerguide.html#testing). Only...
@dopplershift Can I rerun the CI here or is that beyond my permissions?
@dopplershift Well this was embarrassing. Once more time would be appreciated.