Skip to content

Allow predict_tile to return predictions in original geo-coordinates - #1423

Merged
henrykironde merged 1 commit into
weecology:mainfrom
ethanwhite:predict-tile-projection-followup
Aug 18, 2026
Merged

Allow predict_tile to return predictions in original geo-coordinates#1423
henrykironde merged 1 commit into
weecology:mainfrom
ethanwhite:predict-tile-projection-followup

Conversation

@ethanwhite

Copy link
Copy Markdown
Member

Replaces #1250 with the improvements I suggested there along with some additional performance improvements (i.e., don't open files twice).

Closes #608

AI-Assisted Development

  • I used AI tools (e.g., GitHub Copilot, ChatGPT, etc.) in developing this PR
  • I understand all the code I'm submitting
  • I have reviewed and validated all AI-generated code

AI tools used (if applicable):
Claude Code used for initial test creation. I reviewed the resulting tests.

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.74%. Comparing base (2b26da4) to head (bc7ef2e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1423      +/-   ##
==========================================
+ Coverage   86.67%   86.74%   +0.06%     
==========================================
  Files          28       28              
  Lines        4069     4075       +6     
==========================================
+ Hits         3527     3535       +8     
+ Misses        542      540       -2     
Flag Coverage Δ
unittests 86.74% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@henrykironde

Copy link
Copy Markdown
Contributor

Thanks @musaqlain @ethanwhite and @Keenan-Nicholson for the contribution.

@henrykironde
henrykironde merged commit 0114a9c into weecology:main Aug 18, 2026
7 checks passed
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.

Outputs should attach geometry if available

3 participants