0

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?

enter image description here

enter image description here

enter image description here

Barbora
  • 921
  • 1
  • 6
  • 11
MaLong
  • 1
  • 1

1 Answers1

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