Introduction
Developer Guide
to_crs()
GeoBox
GridSpec
Index
Split float number into whole and fractional parts.
Adding the two numbers back together should result in the original value. Fractional part is always in the (-0.5, +0.5) interval, and whole part is equivalent to round(x).
(-0.5, +0.5)
round(x)
x (float) – floating point number
float
Tuple[float, float]
Tuple
whole, fraction