Daniel Evans

Results 16 comments of Daniel Evans

In terms of finding out that H3 doesn't handle this yet, what's the expected path through the various bits of documentation? I ask as the Python docs don't mention this....

> @DFEvans, as a user who recently ran into this problem, where did you find yourself looking first for this information? My go-to is the Python API documentation here: https://uber.github.io/h3-py/api_reference.html...

[Glancing at the docs](https://rasterio.readthedocs.io/en/stable/api/rasterio.html#rasterio.open), the list of accepted values for `open` is: > fp ([str](https://docs.python.org/3/library/stdtypes.html#str), file object, PathLike object, FilePath, or [MemoryFile](https://rasterio.readthedocs.io/en/stable/api/rasterio.io.html#rasterio.io.MemoryFile)) – A filename or URL, a file object...

> I'm also intrigued why you're not directly doing > `with rasterio.open("bar.tiff", mode="w", **profile_cog) as ds:` The original code involves is actually using a `BytesIO()` object, the idea being to...

I note that in the second of the two linked issues, Sean's expectation is that rasterio should abstract away this complexity, and that writing directly with `driver="COG"` should be expected...

I observe this semi-regularly, as with others. I'm not entirely sure if everyone's viewing this as the same cause. Prusa Support seems to be interpreting the sequence of events as:...

A case this morning - once again: * Printer turned on and booted to the home screen * File sent via "Upload and Print" * "Conflict" error after successful upload...

The issue still seems to exist - I ran into this myself today, and it turned out that a Fortran-aligned array was also the cause for me. I think @andrewrgarcia's...

I assume the original reproduction cases above still "work", so it's a case of tracking down the bug. Of course, I don't expect that to change quickly (it needs the...

Having come back to it this morning, the solar values are looking much more sensible - so sadly I'm unable to confirm if downgrading version would have fixed it, but...