You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Input table of Create H3 Grid, should be a polygon with WGS-84/EPSG:4326 projection",
1291
-
)
1292
-
@knext.output_table(
1293
-
name="Output Table",
1294
-
description="Output table of Created H3 Grid",
1295
-
)
1296
-
classCreateH3Grid:
1297
-
"""Create H3 Grid node.
1298
-
This node creates hexagonal grid inside the input polygon using [H3](https://h3geo.org/).
1299
-
"""
1300
-
1301
-
geo_col=knut.geo_col_parameter()
1302
-
1303
-
zoom=knext.IntParameter(
1304
-
"Zoom",
1305
-
"The zoom level of the grid from 0 to 15. Default value is 8, the bigger the zoom level, the smaller the hexagon. If the zoom level is too small, the hexagon will be too big to fit in the input polygon, and it can cause error.",
0 commit comments