v.25.5Backward Incompatible Change
Function geoToH3 now accepts the input
FunctiongeoToH3now 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 settinggeotoh3_argument_order = 'lon_lat'. #78852 (Pratima Patel).