itati01

Results 15 comments of itati01

Hi, This seems to be an issue with rasterio or GDAL, but I don't know the reason. Do you need the blocksize arguments? If not, you may want to try...

Works for me as well. However, the file shows up as "ü.nc" in Windows Explorer but "ü.nc" under Linux (and in Win Explorer, I used Ubuntu 18.04 via WSL). Now,...

Looks indeed like an unicode issue, although I am far from being an expert. ```sys.getfilesystemencoding()``` returns "utf-8" in Python 3, under Linux and Windows. In Python 2, using ```filename =...

Sorry for the confusion. No, the problem is not solved for Python 3 on Win. Python 2 on Win partly and Python 3 on Linux fully work. The unicode issues...

Thanks for the link to the interesting discussion. So, let's hope that they might fix this issue at some time. By the way, creating a folder and writing to a...

I followed your example and created a new environment and it works. This is the output I receive with the original environment. Maybe there is something with xarray? Do you...

Unfortunately, conda only offers 0.18 even with in a new virtual env. Do have any idea how to proceed?

Even with freshly installed Anaconda and Miniconda (both Python 3.9), `conda install cartopy -c conda-forge` suggests 0.18 under Windows. After installing proj 8.2.1, conda suggests to downgrade it when I...

Hi @monocongo, This issue is not afflicting me and I cannot explore what caused all the trouble. Thank you.