Skip to content

Fix variable naming typos in france_example_02.R - #135

Merged
PondiB merged 3 commits into
devfrom
copilot/sub-pr-134
Feb 17, 2026
Merged

Fix variable naming typos in france_example_02.R#135
PondiB merged 3 commits into
devfrom
copilot/sub-pr-134

Conversation

Copilot AI commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Corrects inconsistent bounding box variable naming in france_example_02.R that used non-standard _bb_llox suffix instead of _bbox.

Changes

  • Renamed aot_bb_lloxaot_bbox (5 occurrences)
  • Renamed aoi_bb_lloxaoi_bbox (5 occurrences)

Aligns with naming conventions used in france_example_01.R and france_example_03.R.

# Before
aot_bb_llox <- sf::st_bbox(transfor_aot)
west = as.numeric(aot_bb_llox["xmin"])

# After
aot_bbox <- sf::st_bbox(transfor_aot)
west = as.numeric(aot_bbox["xmin"])

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: PondiB <16879290+PondiB@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on examples update and NDVI refactor Fix variable naming typos in france_example_02.R Feb 17, 2026
Copilot AI requested a review from PondiB February 17, 2026 14:41
@PondiB
PondiB marked this pull request as ready for review February 17, 2026 14:50
@PondiB
PondiB merged commit c940133 into dev Feb 17, 2026
@PondiB
PondiB deleted the copilot/sub-pr-134 branch February 17, 2026 14:50
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.

2 participants