Matt Richards

Results 189 comments of Matt Richards

> @jorisvandenbossche it doesn't seem that the last test fail is related to my changes That looks right, nothing to be worried about in this PR (the failing environment is...

(repeating my comment from the discussion): Hi laguill, you’re not doing anything wrong, this is a bug / limitation of the existing implementation unfortunately. the “labels” keyword inside “legend_kwds” is...

Nothing on my end seems critical / close enough to be worth waiting for. Happy to see a release out! I'll try and have another look at the pandas compat...

@egorbn geopandas doesn't support writing to zip files directly, the support we have is only that which natively comes through gdal. The pull request you linked was not merged (and...

Having a little bit more of a dig it looks like this isn't supported directly in fiona either, write support is only available for memoryfiles and not zipped memoryfiles https://github.com/Toblerity/Fiona/blob/6534ef74d965e8f9fe760cecf8f022f518b475a7/tests/test_memoryfile.py#L223....

@kloczek it looks to me like there is an issue with how ghostscript is installed / configured on the system based on the test output - it's not found and...

> Is there anything preventing us from changing the marker from web to network? I don't think so, it dates from #531 - I think the only reason to keep...

It seems like this is an environment issue, installing the packages from show versions gives the following mamba solver error: ``` │ ├─ pygeos 0.14 would require │ │ └─...

> First attempt: > > > The index of the left and right GeoSeries in the 'left.contains(right)' operation is not equal, and therefore they will be aligned (reordering and/or introducing...

There is also a set of Deprecation warnings that aren't covered in the above list. * Set operation overloads `__xor__, __or__, __and__, __sub__` in geoseries.py/ geodataframe.py: f13dafb - 04/20 -...