-
Notifications
You must be signed in to change notification settings - Fork 9
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
BUI calculations #4042
BUI calculations #4042
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4042 +/- ##
==========================================
+ Coverage 80.10% 80.37% +0.26%
==========================================
Files 304 309 +5
Lines 11550 11841 +291
Branches 537 537
==========================================
+ Hits 9252 9517 +265
- Misses 2112 2138 +26
Partials 186 186 ☔ View full report in Codecov by Sentry. |
Closing to free up resources |
async def put_object(self, key: str, body: Any): | ||
await self.client.put_object(Bucket=self.bucket, Key=key, Body=body) | ||
|
||
async def persist_raster_data(self, temp_dir: str, key: str, transform, projection, values, no_data_value) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I feel like the client should just be passed a tif to save and that it shouldn't concern itself with creating a raster from the input parameters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Quality Gate passedIssues Measures |
Test Links:
Landing Page
MoreCast
Percentile Calculator
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator