Metadata-Version: 2.1
Name: polars-coord-transforms
Version: 0.6.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: polars >=0.20.0
License-File: LICENSE
Summary: Tools for coordinate transforms and S2-indexing via Polars Expression Plugins
Author: Georgy Popov
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/georgypv/polars-coord-transforms/

# polars-coord-transforms

This plugin provides various functions for transforming coordinates which can be useful in robotics, geospatial analysis etc.

The functions are divided among two namespaces: `transform` and `s2`

- `transform` namespace contains functions for converting coordinates from\to map, ecef and lla reference frame.

- `s2` namespace contains functions which allow to work with [S2 Cells](http://s2geometry.io/about/overview)



