Matt Richards

Results 189 comments of Matt Richards

I decided to have a look at this again (the list probably needs an update, but can start with what is there) and was wondering what makes sense to change...

> > 'colormap' is deprecated, please use 'cmap' instead [...] 'axes' is deprecated, please use 'ax' instead > > What about these deprecated in 2015? I think we should either...

@samueltoro7 it would help us help you if you included a stack trace trace, not just the error message, and also the output of ``geopandas.show_versions()``. I would try outputting with...

My quick read of this is that this is a pandas issue, they should probably be using `self._constructor` instead of `type(self)` inside `_transform_general` - at least that would have the...

> That is why we should do this with some rough future release date in mind and not pinned to today as I suggested back when we were doing this...

@parmentelat You'll need to provide a bit more information about the environment, if you can't get that out of readthedocs directly, perhaps by pinning the versions of pyogrio and geopandas...

> For some reason, [f8e3349](https://github.com/geopandas/geopandas/commit/f8e334985e1c79a43a849acd8b905a63f0b97649) caused a new failure on minimal env. Easy fix, in #3371 I missed bumping pandas to >=2 in the yamls, only did it in the...

I think it's best to just collect these together and relabel this as a request to support subclassing of GeoDataFrames. This is not something we have ever supported or test...

Hey @amine-aboufirass I am able to replicate what you see with regards to 2) with a fresh local environment. But it appears to be a transient warning for me, only...