bretttully

Results 14 issues of bretttully

Hi guys, Thanks for a great library. I am building a model that has categorical and continuous parameters. I have read a few papers that suggested you could create a...

question

Using the stress test harness here: https://github.com/bretttully/shapely-v2 I found several collections of geometries that led to a failure of overlay “union” and “difference” when run using shapely v2 and `set_precision(…,...

@jorisvandenbossche This is the kind of thing that I have found to be useful when hunting for rare edge cases that can then be boiled down to unit tests.

Hi @PablocFonseca -- if I was to help set up a conda-forge feedstock for this, would you help maintain it? Process is pretty simple [here](https://conda-forge.org/docs/maintainer/adding_pkgs.html) >The maintainer’s job is to:...

Renamed the base branch from this PR -- didn't realise it would close the original: https://github.com/geopandas/geopandas/pull/2184 This is an execution test harness that is extremely useful for finding edge cases...

Let's say I have a geotiff with a well defined crs+transform. I then extract features from this raster. I would like to save this data in the (pixel) coordinates that...

My unit tests fail each time the CV obo versions change, is there any way to control which version is used when calling `writer.controlled_vocabularies()`? e.g. ``` $ diff a.mzml b.mzml...

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [x] (optional)...

bug

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [ ]...

bug

Is there a reason that the `GeoDataFrame.to_arrow` method does not call the full `geopandas.io.arrow._geopandas_to_arrow` method and so doesn't add the `geo` metadata to the returned table?

bug