Preset library
Each preset is a JSON file directly consumable by the GISPulse runner (gispulse run ... --rules templates/<name>.json). Filter by domain or capability, preview the pipeline in place, download the JSON.
No data is loaded until you click "Preview"
The index (~25 kB) lists the 21 presets. Full JSON bodies are only fetched on demand.
Chargement de l'index des presets...
Using a preset
bash
# v1 — flat rules
gispulse run input.gpkg \
--rules templates/foncier_dvf_marche.json \
-o output/dvf.gpkg \
--layer dvf
# v2 — pipeline with ref_layers
gispulse run parcels.gpkg \
--rules templates/foncier_parcelles_vacantes.json \
--ref-source majic:data/majic.gpkg \
--ref-source plu_zonage:data/plu.gpkg \
-o output/brownfields.gpkgContributing a preset
See templates/INDEX.md — naming conventions, v1/v2 structure, allowed capabilities.