Sebastian Val

Results 12 comments of Sebastian Val

Apprecate you checking in Joe! Feel free to use this for memory measurements, but I don't think the daily URL is what we'll want to hit in the end. We'll...

Welcome back @jflasher , hope you enjoyed the travel! I'm not sure there is any /daily endpoint that will return actual data for more than one station as the daily...

The URL for the Israel source is now https://api.svivaaqm.net/v1/envista/ We are actively using a version of this adapter successfully on our side but we've diverged enough that it may not...

Sounds like you may not be setting the right API token or auth headers. Information/auth was reverse engineered from https://svivaaqm.net/ IIRC. An example request: curl 'https://api.svivaaqm.net/v1/envista/regions/4/index/latest?hoursBack=24' -H 'User-Agent: Mozilla/5.0 (X11;...

It works fine for version 1.5.8 though, so this seems like a regression given that previously working code is now broken. Can you clarify whether this is expected?

That discussion seems to say that the filters are properly applied to variable length datatypes, but that only the pointers are compressed which doesn't result in appreciable compression gains. I...

Thanks for the additional info! Given the upstream PR, it seems like this would be a wonfix upstream. Would you be willing to entertain a PR implementing the suggestion I...

I see the following: The `datatype` can be a numpy datatype object, or a string that describes a numpy dtype object (like the `dtype.str` attribute of a numpy array). Supported...

I'm not sure what you mean here. I think all the variable data types support compression, but the error only pops up for variable length types. The error is thrown...

Thanks for the feedback! There is now a discussion on this over at https://github.com/Unidata/netcdf-c/discussions/2554 and it would be cleaner to take this from upstream if it were possible so I'll...