Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
715 changes: 715 additions & 0 deletions scripts/prepare_phl_geodata.py

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions spp_demo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ External Python dependency: ``faker``
Changelog
=========

19.0.2.1.0
~~~~~~~~~~

- feat(demo): re-land curated PHL geodata and demo generator updates
from #76: refreshed ``data/shapes/phl_curated.geojson`` and
``data/countries/phl/areas.xml`` (prepared via
``scripts/prepare_phl_geodata.py``), with matching demo data generator
and area loader test updates. Adds the companion
``spp_demo_phl_luzon`` module providing Luzon-scale demo areas and
population weights.

19.0.2.0.0
~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion spp_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "OpenSPP Demo",
"category": "OpenSPP",
"version": "19.0.2.0.0",
"version": "19.0.2.1.0",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/OpenSPP2",
Expand Down
1,217 changes: 1,017 additions & 200 deletions spp_demo/data/countries/phl/areas.xml

Large diffs are not rendered by default.

Loading
Loading