As DM3MAT pointed out, the longitude field in the `geo_t` data structure is an `int8_t` and will overflow for values above +/- 127 degrees.
As DM3MAT pointed out, the longitude field in the
geo_tdata structure is anint8_tand will overflow for values above +/- 127 degrees.