You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a few modifications (building off examples/planet_disaster_data.ipynb) and can follow up with a pull request:
Return common_name labels if they are used to select bands (notice 'B4' and 'B5') in DataArray landsat['LC80110312014230LGN00'].stack_bands(['red', 'nir']).to_dask()
@scottyhq - these sound like reasonable propositions. I'm not up to speed on STAC's use of common_name labels but this does sound like a useful feature to add. On the subject of returning a dataset vs. dataarray, I think there are going to be advantages to both approaches. I think its worth prototyping both of these so a PR sounds like a good idea.
@jsignell did some awesome work putting together the
stack_bands()
in #19I'd like to propose a few modifications (building off examples/planet_disaster_data.ipynb) and can follow up with a pull request:
landsat['LC80110312014230LGN00'].stack_bands(['red', 'nir']).to_dask()
da.to_dataset(dim='band')
), so we end up with this:The text was updated successfully, but these errors were encountered: