Hi,
I´m trying to extract data using an ArcGIS Server Feature service reader which is going okay. For some of the layers I´m getting the following error:
Python Exception <UnicodeDecodeError>: 'ascii' codec can't decode byte 0xe5 in position 10: ordinal not in range(128)
I´m guessing the problem relates to some characters in the tabel of the layer which can´t be read by the ArcGIS reader? Or could the problem relates to the transformer being programmed in Python 2 instead of Python 3 (which i´ve been told is handling encoding-problems better)?
I only need the geometries (and the layer names), so is there a way for me just to be able to read the those?
If that´s not possible is there a way for me to encode the tables so that I wont get the error-message?
Thanks in advance :)
Christian