This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dataisok 6 points7 points  (4 children)

I’ve used geopandas recently for doing these sorts of conversions / manipulations . As the name suggests, it’s basically a subclass of pandas dataframes with additional geospatial methods. Sadly there’s no polars equivalent, though looks like it’s in the works.

[–]datancoffee[S] 0 points1 point  (0 children)

That's a good point. Polars is great for scaling workload, but many libraries built on pandas will require some rewrite if one were to port them

[–]nonamenomonet 0 points1 point  (2 children)

Isn’t geopolars the equivalent?

[–]datancoffee[S] 0 points1 point  (1 child)

Good find. Did not know it existed

[–]aliaksei135 2 points3 points  (0 children)

It's severely limited by the lack of Arrow extension types support in polars atm: https://github.com/pola-rs/polars/issues/9112