Skip to content

Conversation

@stijnvanhoey
Copy link
Collaborator

@stijnvanhoey stijnvanhoey commented Oct 7, 2025

Most notebooks ran out of the box with some minor adjustments.

Make sure to have a check on the updates in notebook 13, as it takes into account as much input from existing issues (#46, #52 and also plovercode/DS-python-geospatial#61, plovercode/DS-python-geospatial#47 and plovercode/DS-python-geospatial#68).

@stijnvanhoey stijnvanhoey changed the title WIP - Rerun notebooks Rerun and update raster notebooks Oct 10, 2025

```{code-cell} ipython3
dem_zwalm = xr.open_dataarray(dem_zwalm_file, engine="rasterio").sel(band=1)
dem_zwalm = xr.open_dataarray(dem_zwalm_file, engine="rasterio").sel(band=1).squeeze()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't directly see a difference with or without the squeeze?

@jorisvandenbossche jorisvandenbossche merged commit 6fba33f into main Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants