- [ ] clarify no lazy loading: data is lazy loaded by default. `.rio.clip_box()` does not read all data, when `.rio.clip()` does. - [x] add an example of using equivalent of deprecated `get_data()` using `to_xarray()` without re-projection. (see tutorial added in #79)
.rio.clip_box()does not read all data, when.rio.clip()does.get_data()usingto_xarray()without re-projection.(see tutorial added in feat: get_file_obj and to_xarray methods #79)