-
Notifications
You must be signed in to change notification settings - Fork 8
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
Simple updates to prod urls in datasets notebooks #152
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
What about `nceo-biomass-statistics.ipynb"? |
Ignore comment above, read in the spreadsheet that you can't run in the hub. |
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] |
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.
Nit, but if it's not too cumbersome, we can remove these two empty cells
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] |
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.
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": {}, | |
"outputs": [], | |
"source": [] |
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 this will remove the empty cell
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'm going to save this for a new PR (maybe in the next?) I accidentally included these files in another PR and it will be way easier to resolve that if this gets merged as is
Small batch of simple notebook updates: new production api urls and modifications for pgstac titiler v1 breaking changes.
notebooks/datasets
notebooks/quickstarts
missing from notebooks/datasets
nceo-biomass-statistics.ipynb needs more work: #153