DOI-USGS / hurricane-irma

Creative Commons Zero v1.0 Universal
55 stars 20 forks source link

precip spatial cells and fix for sparklines sort order #43

Closed dblodgett-usgs closed 7 years ago

dblodgett-usgs commented 7 years ago

This outputs an RDS with grid cells we can use with the GDP. They've been uploaded to the GDP as in #40.

dblodgett-usgs commented 7 years ago

My latest should fix #41 and includes commits that are from #44 to try and avoid conflicts.

dblodgett-usgs commented 7 years ago

Just added another fetcher fashioned about the county precip GDP fetcher. It outputs a csv file keyed on the ids in the cells. I just added this in parallel to not break anything. Still need to switch out the counties, but I think we have all the data we need to do that now.

dblodgett-usgs commented 7 years ago

This PR is dumb... sorry.

I turned off fetch for my precip cell stuff that's still unmerged.

see: https://github.com/USGS-VIZLAB/hurricane-irma/pull/43/commits/3fee41e9a582b3dc5d8de82d0327ea9559c8da6c for the real fix for sorting.

The other two commits I made recently are cleanup of some code that was either hard to read or super fragile / prone to losing track of sort order.