-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs: Create asset summaries investigation #150
Conversation
c5fa6ad
to
65b2513
Compare
Looks like it would be simple to extend the `summaries` property to allow asset-specific summaries by referring back to the definition of the `summaries` property. You can try the notebook yourself by running `nix-shell --run 'jupyter lab extensions/linz/notebooks/asset-datetime-summary.ipynb'`.
3ebeb37
to
35cda06
Compare
35cda06
to
f7cdaef
Compare
Looks like it would be simple to extend the `summaries` property to allow asset-specific summaries by referring back to the definition of the `summaries` property. You can try the notebook yourself by running `nix-shell --run 'jupyter lab extensions/linz/notebooks/asset-datetime-summary.ipynb'`.
f7cdaef
to
17a4137
Compare
Relevant to the suggestion posted in this comment: radiantearth/stac-spec#1153 (comment). Discussion ongoing. |
@dwsilk Should I close this, or do we want to keep the investigation? |
Is this something we would merge @l0b0 or should it just be closed as having served its purpose? |
It doesn't need to be merged, but it might serve as a useful example of such an investigation for future ones. |
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.
Worked for me.
Investigation into creating asset summaries - looks like it's actually pretty simple.
You can try the notebook yourself by running
nix-shell --run 'jupyter lab extensions/linz/notebooks/asset-datetime-summary.ipynb'
. It's my first notebook, so be gentle :)