Matt Richards

Results 189 comments of Matt Richards

I've just had another go of reworking this, to try and deal with issuing a UserWarning in the right cases. To achieve this, the default geometry column name unfortunately is...

Hopefully this should be the last of fixups if CI is still green.

I forgot, one final thing @Zeroto521, would you be able to add a changelog entry for this?

> Hey @m-richards, is the changelog entry something you'll be taking on or shall I? The current version in main has no newest version number for the next release and...

Hey @kapoor1992, thanks for checking in, nothing needed from you. In principle there's nothing stopping this from being merged, the ci failure is unrelated, but ideally #2637 would be resolved...

>If we are going to add a bunch of new properies/methods from shapely to geopandas, we _could_ make a better decision here. But that of course also creates inconsistencies .....

@paddymul you may already be aware of this but if not https://github.com/developmentseed/lonboard may be a useful reference here when looking to make this more performant - it exposes and interface...

@janzill Thanks for checking (for context, I have picked up the work Jamie was doing using populationsim to produce the above outputs) the code is now at a point where...

From your perspective as a user, is there any benefit to having stub files compared with having inline, [PEP561](https://peps.python.org/pep-0561) compliant types coverage with a `py.typed` file distributed? As it stands...

We would certainly like to improve the typing situation, and methods which definitely return a geodataframe are low hanging fruit. > I am using vs code which has bundled stubs...