Cargo Features

GeoPolars has no features set by default.

[dependencies]
geopolars = { version = "0.1.0-alpha.3", features = ["proj"] }
default

These default features are set whenever geopolars is added without default-features = false somewhere in the dependency tree.

Enables csv-file, dtype-slim, fmt, temporal and zip_with of polars ^0.24

Only the _minimal_ features to get polars to compile should be declared here

proj

Enables proj

Affects geoseries::GeoSeries.to_crs