XOR

Good luck.
The image is of a very large, Chinese satellite calibration field with the coordinates of:
40.452107, 93.742118
If you take the bitwise logical exclusive OR (XOR) of the coordinates in the following forms;
x = 93.742118, y = 40.452107 (decimal)
x = 5D, y = 28 (hexadecimal)
x = 01011101, y = 00101000 (binary)
x = ], y = ( (ASCII)
Then, x XOR y = 1110101 (binary)
x XOR y = 75 (hexadecimal)
x XOR y = 117 (decimal)
x XOR y = u (ASCII)
XOR could also be meant as an encryption cipher, but it operates essentially the same as the bitwise XOR as far as I can tell. XOR could also have something to do with the unexplained XOR^2 feature from Octane Coin.
That's all I've got for now. Anyone else trying to figure this puzzle out?