Stefano Polloni
Stefano Polloni
When no `indexed_on` argument is given to the `W.plot()`, the method assumes the `gdf` that is passed has a default `RangeIndex`. Passing a gdf that has an arbitrary "non-default" index...
This PR is very similar to https://github.com/geopandas/geopandas/pull/1324 and fixes https://github.com/geopandas/geopandas/issues/2301 (as well as duplicates https://github.com/geopandas/geopandas/issues/1804, https://github.com/geopandas/geopandas/issues/2017, https://github.com/geopandas/geopandas/issues/2186, and https://github.com/geopandas/geopandas/issues/2301). In the spirit of [this logic](https://github.com/pandas-dev/pandas/blob/ab42f85f192ab054a18f94825ced1bb4c1ab7d3f/pandas/core/frame.py#L616-L629), if a `DataFrame` is passed...
Hi there! Just wondering if it is a deliberate decision that empty geometries don't pass validation because these constrained lists: https://github.com/developmentseed/geojson-pydantic/blob/6a323022553fb3f119aa801d9d99cce8638fc189/geojson_pydantic/types.py#L13-L19 e.g: ``` >>> from shapely.geometry import mapping, Polygon >>>...
I've had instances where the row count displayed in the lower bar of the app does not update after inserting new rows to a table. Even after refreshing many times,...
In attempting to build a large amount (~40K) of laz files, I am encountering segmentation faults at **varying** moments during the scanning step. The exact command I'm using is: ```...
### Summary of problem I am essentially re-raising https://github.com/DataDog/dd-trace-py/issues/6659 since even though this issue was fixed in https://github.com/DataDog/dd-trace-py/pull/6669, a new flavor of the same issue was re-introduced with https://github.com/DataDog/dd-trace-py/pull/7678 since...
Salut Vincent! thanks for the wonderful suite of tools you're building here. I am looking for utils or code snippets in either [rio-tiler-mosaic](https://github.com/cogeotiff/rio-tiler-mosaic) or [rio-tiler](https://github.com/cogeotiff/rio-tiler) that would help build an...
Would it be of interest to pass the number of desired parallel workers (`-j` argument) to `process_results()`? Given the dask `Client()` is a `distributed.deploy.local.LocalCluster()` instance when no scheduler address is...