Commit 6b28f40
adrianom-gh
Added some retry/exponential backoff code. Started an NDVI run of US and it will now start on the last successful tile. Set concurrency in open_dataset, which fixes my concurrency error but it is very slow now. Trying to write exponential backoff code that can catch this error and contnue to retry (or poke) Google. Problem is the my exponential backoff function is wrapped around to_dataframe() which in theory is supposed to be where the Earth Engine call happens but it's not working.
1 parent 04c69fa commit 6b28f40
5 files changed
Lines changed: 177 additions & 39 deletions
File tree
- demos
- src/robustraster
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments