v.25.5Backward Incompatible Change

Function geoToH3 now accepts the input

Function geoToH3 now accepts the input in the order (lat, lon, res) (which is common for other geometric functions). Users who wish to retain the previous result order (lon, lat, res) can set setting geotoh3_argument_order = 'lon_lat'. #78852 (Pratima Patel).