Martijn Visser

Results 529 comments of Martijn Visser

The same `ERROR: Status 3: Driver: Ugrid: Could not read double array` also pops up in files without time coordinates. For instance, if I have a vector of type `int`...

It's great to have an example of such a large NetCDF. At this moment I cannot tell if this time is spent in the NetCDF C library or in the...

Would be nice if this could be made to work with ranges, don't see why in this case it shouldn't. And would be good to update the README examples to...

@wrongkindofdoctor I'm reopening. Glad that using `collect` as a workaround helped, but I'll reopen so we don't forget to fix it properly sometime. The README syntax is now updated in...

Ha nice! This is indeed pretty extensive :) How about we merge #59 to master first, tag another 0.6 release, then rebase this branch on top of it. The other...

Hmm so NetCDF.open has a finalizer attached, so it will be closed after it becomes unreachable and the GC is run. This is not really deterministic however, so I can...

Yeah indeed, there is no guarantee that you cannot hit that error. But I'm thinking perhaps it would be good to un-deprecate `NetCDF.close` (it is `NetCDF._close` now if you still...

Hi, is it possible to share your file? If you could do that with a short example of how you check the values in Python and how you do it...

The difference in value is due to the `scale_factor` and `offset_value` that your NetCDF has. In Python they are automatically applied, in this package they are (currently) not. See also...

This is not (yet) possible, currently only scalar timeseries and grid timeseries are supported. In a way this could easily be done as a post processing step, on the other...