Austin Raney
Austin Raney
@fernando-aristizabal, thanks for opening this! I share @jarq6c's sentiment. What do you envision the api(s) would return? A `xarray.Dataset` or some flavor of dataframe (`pandas`, `dask`, etc.)?
> This is a bit too abstract for me and could use more concrete examples (ha!). 😏 > But as it pertains to public and private APIs, I'm not clear...
Thanks for pinging me, @jarq6c! At first glance, this seems like something we should prioritize developing a client for. I've not done much in terms of digging to see what...
In the meantime, you should be able to generate a client library for interacting with these apis using something like [`openapi-generator`](https://github.com/OpenAPITools/openapi-generator).
> @aaraney kicking this dead horse to talk about docs! > From a maintenance and ease of use perspective, I would love to switch from sphinx to [mkdocs](https://www.mkdocs.org)/[mkdocstrings](https://mkdocstrings.github.io/). Likewise! I...
Yeah, I agree. I think this would be a helpful addition to what could be an FAQ section in the `nwiw_client` docs. Having thought about it, I am hesitant to...
Yeah, I think this is very doable. At face value, the only difficulty I see is coming up with a good chunking heuristic. In an ideal world, it would be...
Hahha, I think that is a fair interpretation. I don't know that I'd intended that in a first release, but I would like to have the option in the future...
Thanks for doing a little digging, @jarq6c. Having skimmed the Parquet specification, I see why it is the preferred solution and why we might want to prefer it for this...
Do you have an opinion on the future of the `events` package? I am happy to retain it as it's own namespace package (as it is now). However, I am...