Simple web application to browse precipitation events and related weather radar data.
The events are tagged for interesting features, such as hail, birds, or heavy attenuation. Events can be filtered by tags (not yet implemented). A radar animation is shown for each event.
Build and run the production version using docker-compose or podman-compose:
podman-compose up
Build the dev version of the main container:
podman build -f Dockerfile.dev -t recall:dev .
Run the development version:
podman-compose -f compose.yml -f compose.dev.yml up
The development version will mount the source code into the container, so changes to the source code will be reflected in the running container. However, changes to background callbacks require a restart of the celery worker container.