-
Notifications
You must be signed in to change notification settings - Fork 13
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
Stac #162
Stac #162
Conversation
dataset documentation
Incorporated all the comments and reviews
…stac Susan/dataset tutorial for stac
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@abarciauskas-bgse - comments/suggestions below:
|
Some minor headings under which example is which will be useful for those not so familiar with the different catalogs. Otherwise it looks clear to me. Not sure who we should include on the ESA side. But it's worth tagging Alexey for the GIs side of things |
I have made the updates suggested by @nmt28 and @freitagb and also updated all the pages in the |
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.
This is still true. Should it be described differently?
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 was thinking the same thing but I don't think we should keep documentation just because it's still true, and I don't think this serves a purpose anymore if we're deprecating MAAP CMR altogether. It could make sense to create a list of all the collections we are no longer maintaining with the change, but I thought that would be work with very little extra benefit than the spreadsheet we have.
I'm working on rebasing this to
|
@abarciauskas-bgse I updated the branch by merging in |
I'm getting a new error when trying to use pystac client from pystac_client import Client
URL = 'https://stac.maap-project.org/'
cat = Client.open(URL)
for collection in cat.get_all_collections():
print(collection) output: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_4605/3207962672.py in 1 URL = 'https://stac.maap-project.org//' 2 cat = Client.open(URL) ----> 3 for collection in cat.get_all_collections(): 4 print(collection)/opt/conda/lib/python3.7/site-packages/pystac/catalog.py in get_all_collections(self) /opt/conda/lib/python3.7/site-packages/pystac_client/client.py in get_collections(self) /opt/conda/lib/python3.7/site-packages/pystac_client/collection_client.py in from_dict(cls, d, href, root, migrate, preserve_dict, modifier) /opt/conda/lib/python3.7/site-packages/pystac/collection.py in from_dict(cls, d, href, root, migrate, preserve_dict) AttributeError: 'NoneType' object has no attribute 'items' so I'll have to fix that before merging this to develop. I first assumed it's because the AfriSAR_UAVSAR_KZ collection is missing assets but none of the collections have assets listed. This is using pystac-client 0.5.1 (but I had the same issue with 0.6 and 0.4) Any ideas @jjfrench @emileten @wildintellect @sbquinlan ? |
@abarciauskas-bgse the following collections are opened by pystac without any problem :
Your error is triggered by the next collection, which is Note : you can reproduce the problem with |
Would appreciate users' feedback on this page only: https://docs.maap-project.org/en/stac/searching.html (docs/source/searching.rst). Reviewing the published (HTML) page and provided feedback as comments on this draft PR is preferrable.
@nmt28 who else can / should we ask to review this PR? I may also ask the ESA team.