You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a geodataframe typing that can be use to check geodataframes - as of now my static tests with beartype fail when using this. Beartype is right to fail this.
Create a geodataframe class that just inherits from dataframe and has a geometry column that will be a shapely geometry (a bit to general). Another option is to allow for classes that inherit from dataframe.
I am willing to write the code and do the changes 😊
The text was updated successfully, but these errors were encountered:
Implement a geodataframe typing that can be use to check geodataframes - as of now my static tests with beartype fail when using this. Beartype is right to fail this.
Example of failing code.
Proposed solution:
Create a geodataframe class that just inherits from dataframe and has a geometry column that will be a shapely geometry (a bit to general). Another option is to allow for classes that inherit from dataframe.
I am willing to write the code and do the changes 😊
The text was updated successfully, but these errors were encountered: