Popularity
70 Stars
Updated Last
11 Months Ago
Started In
March 2015

Stable Dev CI deps codecov

GeoInterface

An interface for geospatial vector data in Julia.

This Package describe a set of traits based on the Simple Features standard (SF) for geospatial vector data, including the SQL/MM extension with support for circular geometry. Using these traits, it should be easy to parse, serialize and use different geometries in the Julia ecosystem, without knowing the specifics of each individual package. In that regard it is similar to Tables.jl, but for geometries instead of tables.

Packages which support the GeoInterface.jl interface can be found in INTEGRATIONS.md.