From bb172f872ddc5606e9fb6e336013e876e5bd268f Mon Sep 17 00:00:00 2001 From: ritchie Date: Fri, 10 Jan 2025 09:14:14 +0100 Subject: [PATCH 1/2] docs: Add polars-h3 to plugin list --- docs/source/user-guide/plugins/index.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/plugins/index.md b/docs/source/user-guide/plugins/index.md index 0bc7a6d27f86..059b25d37edb 100644 --- a/docs/source/user-guide/plugins/index.md +++ b/docs/source/user-guide/plugins/index.md @@ -268,16 +268,27 @@ understanding. Here is a curated (non-exhaustive) list of community-implemented plugins. +### Various + - [polars-xdt](https://github.com/pola-rs/polars-xdt) Polars plugin with extra datetime-related functionality which isn't quite in-scope for the main library +- [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and + cryptographic hashing functions for Polars + +### Data science + - [polars-distance](https://github.com/ion-elgreco/polars-distance) Polars plugin for pairwise distance functions - [polars-ds](https://github.com/abstractqqq/polars_ds_extension) Polars extension aiming to simplify common numerical/string data analysis procedures -- [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and - cryptographic hashing functions for Polars + +### Geo + - [polars-reverse-geocode](https://github.com/MarcoGorelli/polars-reverse-geocode) Offline reverse geocoder for finding the closest city to a given (latitude, longitude) pair +- [polars-h3](https://github.com/Filimoa/polars-h3) This is a Polars extension that adds support for + the H3 discrete global grid system, so you can index points and geometries to hexagons directly in + Polars ## Other material From 221503c1687a9260e12cca6c03b3ed192eeeceab Mon Sep 17 00:00:00 2001 From: ritchie Date: Fri, 10 Jan 2025 09:34:35 +0100 Subject: [PATCH 2/2] add polars-st --- docs/source/user-guide/plugins/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/plugins/index.md b/docs/source/user-guide/plugins/index.md index 059b25d37edb..671fd2d6ee86 100644 --- a/docs/source/user-guide/plugins/index.md +++ b/docs/source/user-guide/plugins/index.md @@ -284,11 +284,13 @@ Here is a curated (non-exhaustive) list of community-implemented plugins. ### Geo +- [polars-dt](https://github.com/Oreilles/polars-st) Polars ST provides spatial operations on Polars + DataFrames, Series and Expressions. Just like Shapely and Geopandas. - [polars-reverse-geocode](https://github.com/MarcoGorelli/polars-reverse-geocode) Offline reverse - geocoder for finding the closest city to a given (latitude, longitude) pair + geocoder for finding the closest city to a given (latitude, longitude) pair. - [polars-h3](https://github.com/Filimoa/polars-h3) This is a Polars extension that adds support for the H3 discrete global grid system, so you can index points and geometries to hexagons directly in - Polars + Polars. ## Other material