You are viewing a single comment's thread. Return to all comments →
-- formula: √((x₂ - x₁)² + (y₂ - y₁)²) select cast( SQRT( power(max(lat_n) - min(lat_n),2) + power(max(long_w) - min(long_w),2) ) as decimal (38,4)) from station
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 19
You are viewing a single comment's thread. Return to all comments →
-- formula: √((x₂ - x₁)² + (y₂ - y₁)²) select cast( SQRT( power(max(lat_n) - min(lat_n),2) + power(max(long_w) - min(long_w),2) ) as decimal (38,4)) from station