Skip to content

Commit 19af3c3

Browse files
docs(spp_demo_phl_luzon): DESCRIPTION reflects programmatic (not on-install) loading
Answers the review question on PR #277: the loaders are intentionally not wired to install; automatic integration with the demo generator is a planned follow-up.
1 parent 464d709 commit 19af3c3

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

spp_demo_phl_luzon/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ weights for the OpenSPP demo data generator.
3131
Contents
3232
--------
3333

34-
- **Area records**: Regions, provinces, and municipalities of Luzon
35-
loaded as ``spp.area`` records on install.
34+
- **Area records**: Regions, provinces, and municipalities of Luzon,
35+
importable as ``spp.area`` records via the bundled loader
36+
(``spp.demo.luzon.area.loader``). The data is not loaded automatically
37+
on install; invoking the loader (e.g. from demo tooling or an Odoo
38+
shell) is a deliberate step. Automatic wiring into the demo generator
39+
is planned as a follow-up.
3640
- **GeoJSON shapes**: Polygon geometries for all Luzon administrative
3741
units, located at ``data/shapes/phl_luzon.geojson``.
3842
- **Population weights**: Municipality-level population figures used to

spp_demo_phl_luzon/readme/DESCRIPTION.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ OpenSPP demo data generator.
55

66
## Contents
77

8-
- **Area records**: Regions, provinces, and municipalities of Luzon loaded as `spp.area`
9-
records on install.
8+
- **Area records**: Regions, provinces, and municipalities of Luzon, importable as
9+
`spp.area` records via the bundled loader (`spp.demo.luzon.area.loader`). The data is
10+
not loaded automatically on install; invoking the loader (e.g. from demo tooling or an
11+
Odoo shell) is a deliberate step. Automatic wiring into the demo generator is planned
12+
as a follow-up.
1013
- **GeoJSON shapes**: Polygon geometries for all Luzon administrative units, located at
1114
`data/shapes/phl_luzon.geojson`.
1215
- **Population weights**: Municipality-level population figures used to generate

spp_demo_phl_luzon/static/description/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,12 @@ <h1>OpenSPP Demo: Philippines Luzon Geodata</h1>
377377
<div class="section" id="contents">
378378
<h2>Contents</h2>
379379
<ul class="simple">
380-
<li><strong>Area records</strong>: Regions, provinces, and municipalities of Luzon
381-
loaded as <tt class="docutils literal">spp.area</tt> records on install.</li>
380+
<li><strong>Area records</strong>: Regions, provinces, and municipalities of Luzon,
381+
importable as <tt class="docutils literal">spp.area</tt> records via the bundled loader
382+
(<tt class="docutils literal">spp.demo.luzon.area.loader</tt>). The data is not loaded automatically
383+
on install; invoking the loader (e.g. from demo tooling or an Odoo
384+
shell) is a deliberate step. Automatic wiring into the demo generator
385+
is planned as a follow-up.</li>
382386
<li><strong>GeoJSON shapes</strong>: Polygon geometries for all Luzon administrative
383387
units, located at <tt class="docutils literal">data/shapes/phl_luzon.geojson</tt>.</li>
384388
<li><strong>Population weights</strong>: Municipality-level population figures used to

0 commit comments

Comments
 (0)