Closed rarewei closed 4 years ago
Is the difference more than, or less than, the tolerance of the spatial reference?
Sorry...I mean after loading the data into Hive by that function,my result is 1 bit less than original data. This affects the correctness of intersect results.
What is the absolute error? What is the relative error? I don't see numbers that can be copy-pasted into a calculator.
Absent additional information, this is assumed to related to floating-point roundoff and not affect the result more than the spatial-reference tolerance.
I use GeoJson to create a table. GeoJson like this: But using Hive ST_ASTEXT function, the result is less than one bit。like this POLYGON ((104.76771238499998 26.762176599999975,
so how to fix that?