howff

Results 76 comments of howff

I got a notification on desktop facebook saying "Some features not available. This is to respect new rules for messaging services in Europe. We're working to bring them back." So...

I would note that, in my tests, the error is spurious as it appears to generate a correct COG file anyway. But that might not always be true depending on...

@vincentsarago I've just tested your code and it complains `ValueError: 'driver' is required to write dataset.` If you change it to `with mem.open(**profile, driver='COG') as tmp:` then it does not...

Microsoft Windows Defender is blocking various of your releases as containing trojans and Potentially Unwanted Software.

Picking just one file (graw swizzle) in virustotal reports 13 vendors flag it as dangerous https://www.virustotal.com/gui/file/93c29e283e551a4a37a3d9b2fae03c0eccbe37d98a265318c3826a49291b98c3/detection and the whole release is flagged by 9 vendors https://www.virustotal.com/gui/file/200d2e8c678bf122be671693b2c7ff8e34af8c0556271c603118e4213c99afd6/detection

Has this been fixed in geotiff.js now?

The "COG" driver seems to be a `Copy`-only driver (in GDAL terminology), without a `Create` method, so will rioxarray be able to use it without having to make a complete...

I don't know which encryption algorithm is used by the desktop version but it's possible there's now a free alternative to the SQLite Encryption Extension, such as: https://github.com/shenghe/FreeSQLiteEncryption or https://github.com/rindeal/SQLite3-Encryption

Thanks for the quick reply. This is what happened: ``` $ sudo apt install libv8-dev Note, selecting 'libnode-dev' instead of 'libv8-dev' The following NEW packages will be installed: libnode-dev libnode64...

Thanks. (I did test with that env var as well, same result)