-
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
Update usage and schema documentation #70
Conversation
I published the docs (triggered docs CI manually) from this branch so we can view the rendered docs. We can delete the 0.5.1 version from the docs when we publish the 0.6 release version |
|
||
Except for the [legacy API](api/legacy.md), [Apache Arrow](https://arrow.apache.org/) is used as the in-memory interchange format between all formats. While some end-to-end helper functions are provided, the user can go through Arrow objects for maximal flexibility in the conversion process. | ||
|
||
All functionality that goes through Arrow is currently exported via the `stac_geoparquet.arrow` namespace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that an example here (or on the index page?) from STAC -> geoparquet would be valuable.
We have the one currently at https://github.com/stac-utils/stac-geoparquet?tab=readme-ov-file#usage. Even an example using a simple pystac.Item()
built locally would be good to have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a simple example below
Co-authored-by: Tom Augspurger <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Change list
pystac.Item
input whereverdict
is allowed