turf/docs/SEE_ALSO.md
Sargun Vohra 623932e074
Add Kotlin Multiplatform port information to SEE_ALSO.md
Added Kotlin Multiplatform as a port for Turf with a link to the current to-do list for porting.
2025-10-03 18:05:29 -07:00

1.9 KiB

Ports of Turf.js

Turf has been ported to several other languages, listed below.

Other Geospatial Analysis Software

Below are other geospatial options that aren't specifically ports of Turf.

Python

  • Shapely is a friendly Python binding to GEOS
  • geopandas is a layer on top of Shapely and Fiona for PostGIS-like tasks

C++

  • GEOS is a port of JTS to C++

JavaScript

  • jsts is a port of JTS to JavaScript

Java

Go

  • gogeos is a Go binding to GEOS
  • go.geo is a pure-Go implementation of some geometry operations and primitives

Postgres

  • PostGIS provides geospatial operations within the Postgres database. Advanced operations rely on GEOS.