Geo tools for Polars.
- ✅ blazingly fast, written in Rust!
- ✅ seamless Polars integration!
- ✅ Determine timezone string from latitude and longitudes!
- ✅ Get localised date times based on the latitude and longitudes!
- ✅ lookup timezones based on latitude / longitude
- ✅ find nearest locations based on latitude / longitude
First, you need to install Polars.
Then, you'll need to install polarsgeoutils
:
pip install polarsgeoutils
The module creates a custom namespace which is attached to a polars expression
What does this mean. If you are using polars regularly you will be aware of the .str and .arr (now renamed .list) namespaces which have special functions related to string and arrays / lists
This module creates a custom namespace