spatial-data-lab / knime-geospatial-extension

This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.
MIT License
20 stars 8 forks source link

Point to H3 #325

Closed koettert closed 3 weeks ago

koettert commented 4 months ago

Relates to https://github.com/spatial-data-lab/knime-geospatial-extension/issues/60

Create a node with Geopoint as input and an option checkbox to also output the polygon, along with the cell ID. The node would call the h3.latlng_to_cell(lat, lng, resolution) method to return the H3 info.