Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement geobox.zoom_to(resolution=) overload #79 #86

Merged
merged 1 commit into from Mar 28, 2023
Merged

Conversation

Kirill888
Copy link
Member

Construct GeoBox covering almost the same area as the original but with pixels of the specified resolution.

Closes #79

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 🎉

Comparison is base (f2feaa8) 98.03% compared to head (1080a46) 98.11%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #86      +/-   ##
===========================================
+ Coverage    98.03%   98.11%   +0.08%     
===========================================
  Files           23       23              
  Lines         3814     3819       +5     
===========================================
+ Hits          3739     3747       +8     
+ Misses          75       72       -3     
Impacted Files Coverage Δ
odc/geo/gcp.py 100.00% <100.00%> (ø)
odc/geo/geobox.py 99.38% <100.00%> (+0.63%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to pull request March 28, 2023 12:33 Inactive
@Kirill888 Kirill888 merged commit 36ad1b1 into develop Mar 28, 2023
18 checks passed
@Kirill888 Kirill888 deleted the zoom-to branch March 28, 2023 12:35
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.

GeoBox.zoom_to with a resolution
1 participant