The lat/lon floating point delusion
datafix.com.au
The lat/lon floating point delusion
1–10 of 154 posts
Re: The lat/lon floating point delusion
#2Re: The lat/lon floating point delusion
#3Re: The lat/lon floating point delusion
#4Geojson format advises it also
Re: The lat/lon floating point delusion
#5Did the author think about the implementation? If we assign semantic meaning to the number of decimal points, now we also need to store the number of significant digits side by side with the actual number. We shouldn't round off internally because we might use it in as an intermediate result in a calculation.
Re: The lat/lon floating point delusion
#6Re: The lat/lon floating point delusion
#7Did the author think about the implementation? If we assign semantic meaning to the number of decimal points, now we also need to store the number of significant digits side by side with the actual number. We shouldn't round off internally because we might use it in as an intermediate result in a calculation.
Only if the precision is meaningful. The author's point is that it isn't for geographical coordinates.
Re: The lat/lon floating point delusion
#8Re: The lat/lon floating point delusion
#9When you completely run out of things to complain about.
Re: The lat/lon floating point delusion
#10When you completely run out of things to complain about.