Closed douglasmacdonald closed 2 weeks ago
Thanks for opening the issue. We can update the first snippet to recommend installing both pystac-client & planetary-computer.
I'll hold off on adding contextily
, since that isn't strictly necessary for core features being shown there.
I don't know if you want to use mamba or pip.
That would be up to the user.
Closed
due to inactivity, feel free to reopen if you would like to continue this discussion.
With reference to the following link
https://planetarycomputer.microsoft.com/docs/quickstarts/reading-stac/
Issue 1
The following does not explain why
pip
is used and notmamba
as previously recommended.python -m pip install pystac-client
.Plus, there is no mention of installing
planetary_computer
.Error
Solution
I can't comment as I don't know if you want to use
pip
ormamba
.Issue 2
Warning
Issue 3
Another pip/mamba install is missing from the text.
Solution
Again, I don't know if you want to use
mamba
orpip
.