Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.99 KB

index.rst

File metadata and controls

67 lines (47 loc) · 1.99 KB

Part IA Flood Monitoring and Warning System

Lent Term 2025, Department of Engineering, University of Cambridge

Your team has been tasked with building the computational backend (library) to a new real-time flood warning system for England. The library should:

  1. Fetch real-time river level data over the Internet from the Department for Environment Food and Rural Affairs data service.
  2. Support specified data query types on river level monitoring stations.
  3. Analyse monitoring station data in order to assess flood risks, and issue flood warnings for areas of the country.

The mandated development practices are listed in the :ref:`Requirements` section. The library is required to support specific query interfaces (API), as outlined in the :ref:`Deliverables` section, which form the public interface of the library. Another company has been contracted to build a user interface using the prescribed public interfaces to the library, hence they cannot be changed.

Development team

Your development team is your laboratory group.

.. toctree::
   :maxdepth: 2
   :numbered:
   :caption: Project specification

   requirements
   deliverables

.. toctree::
   :maxdepth: 1
   :numbered:
   :caption: Appendix: Getting started and assessment

   getting-started
   development_recommendations
   help
   advanced
   objectives_assessment


Document license and copyright

These documents are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See http://creativecommons.org/licenses/by-sa/4.0/ for the license.

Copyright 2016-2025 by Garth N. Wells ([email protected]).

Documentation repository

These documents are managed at https://github.com/CambridgeEngineering/PartIA-Computing-Lent-doc.