Skip to content

hugopendlebury/polarsgeotools

Repository files navigation

Polars-GeoUtils

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

Installation

First, you need to install Polars.

Then, you'll need to install polarsgeoutils:

pip install polarsgeoutils

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published