Vepler logo
v2.152.0

Coordinate flood-risk assessments and additive schools attribute blocks

A new coordinate flood-risk endpoint returns per-point risk bands and an overall assessment, and schools aggregate blocks now add to the full default record.

Added

  • Added POST /v1/flood-risk/point to assess flood risk for a coordinate, returning per-source risk bands and a single overall assessment.
  • The response carries a nullable overallRiskLevel and an explicit dataAvailability field, one of assessed, not_assessed, out_of_coverage or partial_query_failure, so a point is only ever given a risk band when one genuinely matches, and the response tells you exactly where coverage applies.

Changed

  • Aggregate blocks on the schools attributes parameter are now additive to the full default record. Requesting a block such as inspections, identifiers or trust on GET /v1/schools/{id} or POST /v1/schools/query now returns the complete flat record plus that block.
  • Naming specific scalar fields alongside a block (for example attributes=id,name,inspections) still projects the record to those named fields plus the requested block, so you can request exactly the shape you need.