H3 resolution <r>
must be between <minR>
and <maxR>
, inclusive
0
).15
).Functions that emit this error expect a valid H3 resolution value. Valid H3 resolution values are between 0
and 15
. Some SQL functions may restrict the range even further based on the function's context.
SQL
-- Invoking h3_longlatash3 with a resolution that is out of the valid range.
> SELECT h3_longlatash3(40, -120, 16);
[H3_INVALID_RESOLUTION_VALUE] H3 resolution 16 must be between 0 and 15, inclusive
-- Invoking h3_toparent with a resolution that is larger than the input cell's resolution.
> SELECT h3_toparent(599686042433355775, h3_resolution(599686042433355775) + 1);
[H3_INVALID_RESOLUTION_VALUE] H3 resolution 6 must be between 0 and 5, inclusive
Functions emitting this error classâ
h3_coverash3
functionh3_coverash3string
functionh3_longlatash3
functionh3_longlatash3string
functionh3_maxchild
functionh3_minchild
functionh3_pointash3
functionh3_pointash3string
functionh3_polyfillash3
functionh3_polyfillash3string
functionh3_tessellateaswkb
functionh3_tochildren
functionh3_toparent
functionh3_try_coverash3
functionh3_try_coverash3string
functionh3_try_tessellateaswkb
functionh3_uncompact
functionRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4