When calling to_geopandas() the resulting GeoDataFrame has no id column indicating the STAC item id if it is not included in the STAC item properties. This small change checks if an id column is present in the GeoDataFrame, and if not, adds the STAC item ids.
When calling
to_geopandas()
the resulting GeoDataFrame has noid
column indicating the STAC item id if it is not included in the STAC item properties. This small change checks if anid
column is present in the GeoDataFrame, and if not, adds the STAC item ids.Also fixes a CI build error caused by
seed-isort-config
, which is no longer maintained and is obsoleted by isort >= 5.0.0 ( https://github.com/asottile-archive/seed-isort-config/issues/72#issuecomment-665472797 ).Also fixes a few sphinx build errors.