Skip to content

Experimental C and C++ implementation of the GeoArrow specification

License

Notifications You must be signed in to change notification settings

paleolimbot/geoarrow-c

 
 

Repository files navigation

geoarrow-c

Codecov test coverage Documentation geoarrow on GitHub

The geoarrow C library is a geospatial type system and generic coordinate-shuffling library written in C with bindings in C++, R, and Python. The library supports well-known binary (WKB), well-known text (ISO) and geoarrow encodings as Arrow extension types with all possible mutual conversions including support for Z, M, and ZM geometries.

The library currently implements version 0.1.0 of the GeoArrow specification. The easiest way to get started with GeoArrow is to use the Python bindings, which currently use geoarrow-c under the hood for most operations.

About

Experimental C and C++ implementation of the GeoArrow specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.7%
  • C++ 31.2%
  • Cython 1.8%
  • Python 1.1%
  • Other 1.2%