Skip to content

Releases: technologiestiftung/giessdenkiez-de-dwd-harvester

feat: increase db timeout

16 Oct 13:55
2ce2e6d
Compare
Choose a tag to compare
Merge pull request #137 from technologiestiftung/staging

(staging to prod) feat: improve docs + increase statement timeout (#136)

v2.7.0

30 Sep 12:51
6b33a65
Compare
Choose a tag to compare

feat: add district to trees layer
fix: weather harvest bug

v2.6.0

19 Aug 09:19
7f27de4
Compare
Choose a tag to compare

Harvest daily weather data

v2.5.0

03 Jun 15:05
871d99a
Compare
Choose a tag to compare

feat: flag trees_watered if the tree is in map layer f1cc83f8
fix: timezones 871d99ac

v2.4.1 various fixes

28 May 07:57
aa3256f
Compare
Choose a tag to compare

fix: harvest dates accc40b
fix: match altered db columns b910927
fix: skip dwd files that do not exist yet 1a6a507

v2.4.0 make trees query more efficient

02 May 12:43
0334202
Compare
Choose a tag to compare
Merge pull request #120 from technologiestiftung/staging

feat: make trees update query efficient

v2.3.0 Big refactoring & cleanup

29 Apr 08:47
57c9503
Compare
Choose a tag to compare
Merge pull request #117 from technologiestiftung/staging

feat: refactoring & cleanup (#116)

fix: make sad tree buffer larger to catch all trees

12 Feb 10:41
482c4b7
Compare
Choose a tag to compare
Merge pull request #115 from technologiestiftung/staging

fix: make sad tree buffer larger to catch all trees (#114)

fix: upload weather.geojson to supabase

01 Feb 10:40
ef517ec
Compare
Choose a tag to compare

fix: upload weather.geojson to supabase

v2.1.2

17 Oct 13:04
a3644de
Compare
Choose a tag to compare

Changes

  • Trees with pflanzjahr = 0 will now have empty age property in the Mapbox Tileset
  • Generated trees dataset will be preprocessed with tippecanoe before creating a Mapbox Tileset to avoid "Tile size exceeds limit." error on Mapbox side, see https://docs.mapbox.com/help/troubleshooting/uploads/
  • New input variable SKIP_MAPBOX for the Github action, set to True to skip Mapbox tileset generation (useful for testing)