What's Changed
Bug fixes:
- Fix an issue that caused an error in
GeoDataFrame.from_featureswhen there is nopropertiesfield (#3599). - Fix
read_fileandto_fileerrors (#3682) - Fix
read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640) value_countson GeoSeries now preserves CRS in index (#3669)- Fix f-string placeholders appearing in error messages when
pyogriocannot be imported (#3682). - Fix
read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640). .to_jsonnow provides a clearer error message when called on a GeoDataFrame without an active geometry
column (#3648).- Calling
del gdf["geometry"]now will downcast to apd.DataFrameif there are no geometry columns left
in the dataframe (#3648). - Fix SQL injection in
to_postgisvia geometry column name (#3681).
Full Changelog: v1.1.1...v1.1.2