Naty Clementi

Results 64 issues of Naty Clementi

WIP for demo for talks and any on the fly demos we need to give cc: @gforsyth and @cpcloud

I was running a workflow using Afar on Coiled, and I noticed that the Afar version at a moment had a worker that stopped receiving tasks. Notice that in the...

While working on the Ibis support for duckdb geospatial, I ran into a small discrepancy with `ST_UnionAgg` vs the Geopandas equivalent `unary_union`. Geopandas relies on the GEOS implementation, and while...

enhancement

- duckdb version `v0.9.2` - osx arm64 - M2 This returns infinity for all values ```sql load spatial ; CREATE TABLE zones AS SELECT * FROM ST_Read('https://raw.githubusercontent.com/ibis-project/testing-data/master/geojson/zones.geojson'); select ST_Transform(geom, 'EPSG:2263',...

bug

On Ibis we are working on supporting the duckdb geospatial spatial extension (see https://github.com/ibis-project/ibis/pull/7454) and we would like to understand better what's coming out of geometry types when we select...

documentation

- [x] Closes #9594 - [ ] Tests added / passed - [x] Passes `pre-commit run --all-files` This is a draft PR, I'm having some issues but I though I'll...

dataframe
io
needs attention

I'm plotting multiple layers of a Map and I get a bunch of warning saying: `Input being reprojected to EPSG:4326 CRS` . Why is that warning showing up? I think...

When plotting a Map with multiple layers, I'd like to have an option to zoom in into a specific layer. For example, in this blog https://ibis-project.org/posts/ibis-duckdb-geospatial/ I have some code...

This is the beginning of the translation of the tutorials page. So far there is a partial translation of the `tutorials/add-license-coc.html` page. xref: https://github.com/pyOpenSci/python-package-guide/issues/313

translations
lang-ES