Skip to content

Fix duplicate prefix numbers in user guide notebooks#1078

Merged
brendancol merged 1 commit intomasterfrom
issue-1076
Mar 28, 2026
Merged

Fix duplicate prefix numbers in user guide notebooks#1078
brendancol merged 1 commit intomasterfrom
issue-1076

Conversation

@brendancol
Copy link
Copy Markdown
Contributor

Closes #1076

Summary

  • Notebooks 33, 34, and 35 each had multiple files sharing the same prefix (35 had seven). Renumbered from 33 onward so every notebook gets a unique sequential integer (0-45).
  • Pure file renames, no content changes.

Rename mapping (33+ only, 0-32 unchanged)

Old prefix New prefix Notebook
33 33 Porto_Taxi_Trajectories (unchanged)
33 34 Vegetation_Flood_Modeling
34 35 Normalization
34 36 Reproject
35 37 Edge_Detection
35 38 Focal_Variety
35 39 GeoTIFF_IO
35 40 JPEG2000_Compression
35 41 MCDA
35 42 Northness_Eastness
35 43 Spectral_Indices
36 44 Rechunk_No_Shuffle
37 45 Fused_Overlap

Test plan

  • Verified zero duplicate prefixes remain
  • Verified 46 notebooks total (0-45)
  • Checked no cross-references to old filenames inside notebooks

Notebooks 33, 34, and 35 each had multiple files sharing the same
prefix. Renumber 33+ so every notebook has a unique sequential integer.
@github-actions github-actions bot added the performance PR touches performance-sensitive code label Mar 28, 2026
@brendancol brendancol merged commit 8e1c947 into master Mar 28, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance PR touches performance-sensitive code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix duplicate prefix numbers in user guide notebooks

1 participant