ftrojan / aquarius

Daily global drought monitoring using GHCN dataset.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Precalculate reference offline #1

Open ftrojan opened 4 years ago

ftrojan commented 4 years ago

Modify the drought index to be calculated from quantiles (less precise, but unified data source) and create a parallel job to calculate reference quantiles offline. Store it in the PostgreSQL database.

ftrojan commented 4 years ago

Modify the drought index to be calculated from quantiles (less precise, but unified data source) is done in this commit 959667a5ecdecdd477d9c21095e422f65371edba

ftrojan commented 4 years ago

Smoothing as a prerequisite is also done.

ftrojan commented 4 years ago

Coding done. Precalculation in progress. It will take a week on my Mac.