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
somewhere in the dependency tree.default-features = false 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
…