Commit 8850d77
committed
feat: remove spp_hxl and spp_hxl_area modules
Remove the HXL modules. spp_gis_indicators was the only dependent; keep it
installable by dropping the hxl dependency and disabling the indicator-data
feature until a replacement source is wired in.
- Delete spp_hxl and spp_hxl_area.
- spp_gis_indicators manifest: replace spp_hxl_area with spp_cel_domain and
spp_hazard (the variable_id/incident_id fields previously reached the module
transitively via spp_hxl_area). Bump version 19.0.2.0.0 -> 19.0.3.0.0
(breaking: dependency change + indicator-data feature disabled).
- Stub spp.gis.indicator.layer._get_indicator_values() -> [] and
get_feature_colors() -> {} with TODOs; color scales, manual-break
classification, and legend rendering remain functional.
- Rewrite hxl-coupled tests to assert the disabled contract; drop label/
description keys from spp.cel.variable creates (those fields came from
spp_studio via the removed hxl->spp_studio dependency, and the module's
production code never used them).
- Regenerate requirements.txt: drop libhxl (was required only by spp_hxl_area).
Note: module readme fragments (DESCRIPTION/USAGE) are intentionally left
unchanged here and will be updated in a follow-up, to avoid triggering the
readme generator (which needs pandoc, currently missing in CI). See PR #230.
Tests: ./spp t spp_gis_indicators -> 84 passed, 0 failed, 0 errors.1 parent 74516d3 commit 8850d77
70 files changed
Lines changed: 69 additions & 9828 deletions
File tree
- spp_gis_indicators
- models
- tests
- spp_hxl_area
- data
- models
- readme
- security
- services
- static/description
- tests
- views
- wizards
- spp_hxl
- data
- models
- readme
- security
- static/description
- tests
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
256 | 262 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 263 | + | |
280 | 264 | | |
281 | 265 | | |
282 | 266 | | |
| |||
346 | 330 | | |
347 | 331 | | |
348 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
349 | 338 | | |
350 | 339 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
| 340 | + | |
0 commit comments