Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add STAC item id to geopandas #158

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jthetzel
Copy link

@jthetzel jthetzel commented Aug 16, 2023

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.

Also fixes a CI build error caused by seed-isort-config, which is no longer maintained and is obsoleted by isort >= 5.0.0 ( asottile-archive/seed-isort-config#72 (comment) ).

Also fixes a few sphinx build errors.

@jthetzel
Copy link
Author

This is ready for review, @TomAugspurger , @scottyhq .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant