Geo Node Catalog
Generated category
Geo Node Catalog
Generated from 21 catalog nodes in Web/Geo.
Nodes in this category
Showing 21 of 21 generated node docs.
H3 Cell Area
Web/Geo/H3Calculates the area of an H3 cell in the specified unit.
H3 Cell Boundary
Web/Geo/H3Returns the polygon boundary (vertices) of an H3 cell. Useful for visualization and geospatial operations.
H3 Cell Children
Web/Geo/H3Returns all child cells at a finer resolution that fit within the given cell.
H3 Cell Parent
Web/Geo/H3Returns the parent cell at a coarser resolution. The parent contains the given cell.
H3 Cell to Lat/Lng
Web/Geo/H3Converts an H3 cell index to the geographic coordinate of its center point.
H3 Cells to Polygon
Web/Geo/H3Converts a set of H3 cells to polygon boundaries. Returns the outline(s) of the cell set, merging adjacent cells.
H3 Compact Cells
Web/Geo/H3Compacts a set of H3 cells by replacing groups of cells with their parent when all children are present. Reduces the number of cells while covering the same area.
H3 Edge Length
Web/Geo/H3Returns the average edge length of H3 cells at a given resolution.
H3 Grid Disk
Web/Geo/H3Returns all H3 cells within k steps of the origin cell (a filled disk of hexagons). Useful for proximity searches and area coverage.
H3 Grid Distance
Web/Geo/H3Calculates the grid distance (number of steps) between two H3 cells. Both cells must be at the same resolution.
H3 Grid Path
Web/Geo/H3Finds a path of H3 cells between two cells. Returns all cells along the shortest path. Both cells must be at the same resolution.
Lat/Lng to H3 Cell
Web/Geo/H3Converts a geographic coordinate to an H3 cell index at the specified resolution. H3 is a hierarchical hexagonal grid system.
Get Map Image
Web/Geo/MapFetches a static map image for the given coordinates using OpenStreetMap tiles. Returns a satellite/standard map image centered on the location.
OSRM Match Trace
Web/Geo/RoutingSnaps noisy GPS traces to the road network using OSRM map matching.
OSRM Nearest
Web/Geo/RoutingFinds the nearest routable point(s) to a coordinate using OSRM.
OSRM Table
Web/Geo/RoutingComputes travel time and distance matrices between coordinates using OSRM.
OSRM Tile
Web/Geo/RoutingFetches vector map tiles (MVT) from an OSRM server.
OSRM Trip
Web/Geo/RoutingPlans the shortest round trip through multiple coordinates using OSRM.
Plan Route
Web/Geo/RoutingPlans a route between two points using the OSRM routing service. Returns turn-by-turn directions, distance, and duration.
Reverse Geocode
Web/Geo/SearchConverts geographic coordinates to a human-readable address using the Nominatim service (OpenStreetMap).
Search Location
Web/Geo/SearchSearches for a location by name or address using the Nominatim geocoding service (OpenStreetMap). Returns matching locations with coordinates.