I use the example given in the tutorial to operate on my data, but after I import the data into Kudu, I find that the last field is not Geometry type. Could you please tell me how to solve this problem?
Asked
Active
Viewed 58 times
1 Answers
0
You are using your own data, correct? Likely the geometry is not valid WKT, which will result in a 'null' attribute. There is a handy website that you can use to validate your WKT strings here

Emilio Lahr-Vivaz
- 1,439
- 6
- 5