LC notebooks updated to use STAC #1447
Open
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 PR includes the following notebooks
DEA_products/DEA_Land_Cover.ipynb
How_to_guides/Land_cover_animated_plots.ipynb
How_to_guides/Land_cover_change_mapping.ipynb
How_to_guides/Land_cover_summary_statistics.ipynb
How_to_guides/Planetary_computer.ipynb
Still working on How_to_guides/Land_cover_pixel_drill.ipynb because the interactive map doesn't seem to be working right now.
Note: the Planetary_computer notebook logic changed a bit in its final cells, it's not using load_ard anymore because I was getting an empty visualisation of the temperature layer after running
ds_landsat["degrees_kelvin"] = ds_usgs.lwir11.interp_like(ds_landsat, method="nearest")
So I replaced it with the standard STAC load, obtaining basically the same results