Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 866 Bytes

File metadata and controls

21 lines (15 loc) · 866 Bytes

Examples

Everything in this directory is synthetic, plainly fictional test data generated by ceqa-preflight synth. No file here is, or is derived from, a real CEQA filing.

  • noe-fictional-package/ — a synthetic NOE package with two seeded defects (a scanned, non-searchable notice and a fillable form) plus its manifest.

  • sample-report.html — the advisory HTML report produced by running:

    uv run ceqa-preflight check ./examples/noe-fictional-package \
      --filing-type NOE \
      --manifest ./examples/noe-fictional-package/package.yaml \
      --include-experimental --format html --output <directory>
    

Regenerate the package at any time with:

uv run ceqa-preflight synth ./my-demo --filing-type NOE \
  --defect scanned --defect fillable-form

Run ceqa-preflight synth --help for the full list of seedable defects.