Cargo Features

geoarrow2 has no features set by default.

[dependencies]
geoarrow2 = { version = "0.0.2", features = ["csv", "flatgeobuf", "geos", "geozero", "gdal", "proj", "geodesy", "serde", "serde_json"] }
csv

Enables with-csv of geozero ^0.11

Affects io::csv

flatgeobuf

Enables flatgeobuf and geozero ^0.11

flatgeobuf:

Set default-features = false because async not working in wasm right now

Affects io::flatgeobuf

geos

Enables geos ^8.3

Affects algorithm::geos

geozero

Enables geozero ^0.11

Affects io::geojson

gdal

Enables gdal

proj

Enables proj

Affects algorithm::proj

Features from optional dependencies

geodesy implicit feature

Enables geodesy ^0.11

geodesy:

A platform for experiments with geodetic transformations and data flow

Affects algorithm::geodesy

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format