Skip to content

Commit b3441ab

Browse files
Merge pull request #277 from OpenSPP/reland/phl-demo
feat(spp_demo): curated PHL geodata + spp_demo_phl_luzon demo module (re-land from #76)
2 parents 72fe743 + 19af3c3 commit b3441ab

26 files changed

Lines changed: 8540 additions & 30395 deletions

scripts/prepare_phl_geodata.py

Lines changed: 715 additions & 0 deletions
Large diffs are not rendered by default.

spp_demo/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,17 @@ External Python dependency: ``faker``
146146
Changelog
147147
=========
148148

149+
19.0.2.1.0
150+
~~~~~~~~~~
151+
152+
- feat(demo): re-land curated PHL geodata and demo generator updates
153+
from #76: refreshed ``data/shapes/phl_curated.geojson`` and
154+
``data/countries/phl/areas.xml`` (prepared via
155+
``scripts/prepare_phl_geodata.py``), with matching demo data generator
156+
and area loader test updates. Adds the companion
157+
``spp_demo_phl_luzon`` module providing Luzon-scale demo areas and
158+
population weights.
159+
149160
19.0.2.0.0
150161
~~~~~~~~~~
151162

spp_demo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "OpenSPP Demo",
55
"category": "OpenSPP",
6-
"version": "19.0.2.0.0",
6+
"version": "19.0.2.1.0",
77
"sequence": 1,
88
"author": "OpenSPP.org",
99
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_demo/data/countries/phl/areas.xml

Lines changed: 1017 additions & 200 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)