feat(extract): add 4 weather locations (ES, PE, UG, CI)

Expands coverage from 8 to 12 coffee-growing regions:
- brazil_espirito_santo (Robusta/Conilon — largest BR Robusta state)
- peru_jaen (Arabica — fastest-growing origin, top-10 global producer)
- uganda_elgon (Robusta — 4th largest African producer)
- ivory_coast_daloa (Robusta — historically significant West African origin)

Now 8 Arabica + 4 Robusta regions = 12 calls/day (well within OWM free tier).
Backfill cost: ~21,900 additional calls over ~44 days at 500/run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-26 00:12:29 +01:00
parent 08e74665bb
commit 4817f7de2f
2 changed files with 13 additions and 1 deletions

View File

@@ -7,3 +7,7 @@ ethiopia_sidama;Sidama;ET;6.7612;38.4721;Arabica
honduras_copan;Copán;HN;14.8333;-89.1500;Arabica
guatemala_antigua;Antigua;GT;14.5586;-90.7295;Arabica
indonesia_sumatra;Sumatra;ID;3.5952;98.6722;Robusta
brazil_espirito_santo;Espírito Santo;BR;-19.3908;-40.0668;Robusta
peru_jaen;Jaén;PE;-5.7064;-78.8077;Arabica
uganda_elgon;Mount Elgon;UG;1.0826;34.1751;Robusta
ivory_coast_daloa;Daloa;CI;6.8774;-6.4502;Robusta
1 location_id name country lat lon variety
7 honduras_copan Copán HN 14.8333 -89.1500 Arabica
8 guatemala_antigua Antigua GT 14.5586 -90.7295 Arabica
9 indonesia_sumatra Sumatra ID 3.5952 98.6722 Robusta
10 brazil_espirito_santo Espírito Santo BR -19.3908 -40.0668 Robusta
11 peru_jaen Jaén PE -5.7064 -78.8077 Arabica
12 uganda_elgon Mount Elgon UG 1.0826 34.1751 Robusta
13 ivory_coast_daloa Daloa CI 6.8774 -6.4502 Robusta