------------------
- Added has_max_infiltration_capacity flag.
- Added breaches and levees.
- Implement GDAL as an alternative to RasterIO.
- Check the raster EPSG code and use it if the model does not have one.
- Removed 'model_area_path' feature from application.
- Added an in-memory output interface. Supply out_path=None to instead of writing the
grid to a file, receive the grid as dictionaries of 1D ndarrays.
- Removed the "sqlalchemy<1.4" constraint, this library is compatible with SQLAlchemy 1.4