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

Add documentation to clarify "which Python project should I use"? #341

Open
gadomski opened this issue Aug 2, 2022 · 0 comments
Open

Add documentation to clarify "which Python project should I use"? #341

gadomski opened this issue Aug 2, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@gadomski
Copy link
Member

gadomski commented Aug 2, 2022

E.g. something of the sort:

What do I want to do? Package Additional information
Create a new STAC item with a Python API pystac item = pystac.Item("item-id", ...)
Create a new STAC item from the command line stactools stac create-item myfile.tif
Read items from a STAC-API pystac-client stac-client search https://planetarycomputer.microsoft.com/api/stac/v1 ...
Read a static STAC Catalog pystac catalog = pystac.Catalog.from_file("catalog.json")

etc...

@gadomski gadomski added the documentation Improvements or additions to documentation label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant