-
Notifications
You must be signed in to change notification settings - Fork 122
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
feat: add a Profiler that output a dictionary #358
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
==========================================
+ Coverage 90.10% 90.98% +0.88%
==========================================
Files 26 27 +1
Lines 1415 1620 +205
Branches 68 75 +7
==========================================
+ Hits 1275 1474 +199
- Misses 123 127 +4
- Partials 17 19 +2 ☔ View full report in Codecov by Sentry. |
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.
I haven't used much the original profiler, but the few times I did I encounter a lot of failures and needed to run the code several times to make it work, has it happened the same to you? 'cos if the issue is still there, we could do something about it
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.
looks good now 😃
Fix #357
Represent the output of the profiler from Earth engine and parse it as a dictionary compatible with pandas.
It's documented in this pre-build: https://geetools--358.org.readthedocs.build/en/358/usage/profile.html#geetools-profiler