Update notebook to add more variables and GPM IMERG dataset #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the notebook to use a json file to generate the STAC json with the appropriate parameters, specifically for the
renders
object.A few things need to be updated in the future:
_cnt
variables) in the GPM IMERG dataset are throwing an error when I try and create tiles from them (dst_nodata must be in valid range for destination dtype
) from titiler-xarray so I haven't included renders options for those variables yet dst_nodata must be in valid range for destination dtype titiler-multidim#50