Skip to content

issues Search Results · repo:Oreilles/polars-st language:Python

Filter by

11 results
 (70 ms)

11 results

inOreilles/polars-st (press backspace or delete to remove)

Hi, thank you for making this project. I m attempting to plot a geodataframe that looks like this: geocode | geometry ------- | -------- str | binary 840e491ffffffff ...
  • frewsxcv
  • Opened 
    2 days ago
  • #14

It would be great if there was a readthedocs or book documentation for this project! Would be awesome if that could be added to the README and pushed to the PyPI page.
  • DeflateAwning
  • Opened 
    13 days ago
  • #13

The following test /demo currently fails. I feel like it should pass def test_check_type(): gdf = st.GeoDataFrame( [ POINT (0 0) , LINESTRING (0 0, 1 1, 2 2) , ...
  • DeflateAwning
  • Opened 
    13 days ago
  • #12

Hi With the current version (0.1.0a10) and polars 1.15.0, with the following example: gdf = st.GeoDataFrame({ geometry : [ POINT(0 0) , POINT(1 2) ], name : [ Alice , Bob ] }) gdf_2 = st.GeoDataFrame({ ...
  • hbanderier
  • Opened 
    15 days ago
  • #10

Thanks for this really useful project! Looking at the docs, I couldn t find a method similar to the geopandas .project(), which finds the distance along a linestring a point sits. (This package has a .distance() ...
  • machow
  • Opened 
    on Jan 29
  • #9

Context I am trying to run pytests using polars_st in GH actions, but the fix from #5 hasn t released yet. image Expected solution Bump version to version = 0.1.0-alpha.11
  • Andre-Medina
  • Opened 
    on Dec 2, 2024
  • #7

more info on this stack overflow tldr: need to replace from logging import warning ... warning.warn(...) with from logging import warning ... warning(...) image
  • Andre-Medina
  • 1
  • Opened 
    on Nov 20, 2024
  • #5

In docs/pages/index.md the example given errors out straight away Currently: import polars as pl import polars_st as st df = pl.DataFrame({ ... wkt : [ ... POINT(0 0) , ... ...
  • Andre-Medina
  • 2
  • Opened 
    on Nov 18, 2024
  • #3

Tried installing with pip install polars-st and received the message: Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile extensions. Install ...
  • hugoboia
  • 1
  • Opened 
    on Nov 5, 2024
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub