NDR error: cant encode character ... ordinal not in range

The error-message is: “UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xf6’ in position 32: ordinal not in range(128)”.The NDR fails when pool.py is “aligning rasters”, according to the log-file.

All rasters are in EPSG:32650 and are overlapping. My regional settings are English. Any ideas on what could be wrong?

EDIT: It turned out that it was a space-character in the file-path that messed things up.

1 Like

Glad you figured this out! I’m copying your answer in this reply so it’s easy for others to notice that this thread has a solution.

It turned out that it was a space-character in the file-path that messed things up.