Kyle Penner

Results 18 comments of Kyle Penner

Probably. There's a double for loop, over the exterior and interior rings. There are expensive unary unions. But the major reason for the time increment is a buffer of invalid...

> I'm a little confused by these examples though. I'm not clear why there are 3 cases here. There are only two, with/without crs given? There's a carve out for...

I would bet a substantial amount of money that this is because the extent is represented as a `LineString` and what the interpolator needs to sample over is a `Polygon`:...

Thanks for reminding me about my PR. I didn't expect it to go anywhere because I felt like I wasn't addressing the root issues but I am more than happy...

Howdy, we talked at SciPy, posting to track this PR’s progress 🙂

I'm able to view ~4 million points on my laptop with reduced performance. 800K look great. if you are looking for more examples, here are open data affiliated with our...

yeah. would the geodataframe need to be grouped by a unique identifier? for example, if one gdf has 1000 trajectories in it, such that each timestamp has 1000 duplicates, would...

FWIW `layer.get_timestamps.to_numpy()` raises a `NotImplementedError`: > NotImplementedError: Unsupported type in to_numpy List(Field { name: "", data_type: Timestamp(Second, None), nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }) `to_pylist()` works