-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing assets are deserialized as None
#77
Comments
Here's an issue that describes what's going on: stac-utils/stac-geoparquet#77
Here's an issue that describes what's going on: stac-utils/stac-geoparquet#77
JSON is more descriptive than Arrow around I believe pyarrow serializes all Arrow |
Yup, that's what I did here. I ran across the issue when doing some test translations of 1000 sentinel-2 items from the PC — some of the items had a missing preview asset, which is a sort-of-common thing to happen in real-world systems in my experience.
I think in most cases it's ok, and that |
If many items are converted to a table, and then converted back to dictionaries, any missing assets are converted to
None
(which is invalid STAC):Output:
The text was updated successfully, but these errors were encountered: