Improved API and CLI
Added
- Build task for pixi
Changed
- Allow for geometries outside of the hazard domain
- Csv file output coupled with vector file output
- Cli: support for setting config entries
- Cli: help messages have improved format
- Default value for the model srs: "EPSG:4326" (WGS84)
- Default vector output file format back to `GPKG`
- Expanded api, not everything needs to be defined in the settings file
- Fixed bug in newline sniffer
- More flexible `Configurations` class
- Optional CSV file output
- Rename `ConfigReader` to `Configurations`
- Rename all 'crs' variables to 'srs'
- Rename `io` submodule to `fio`
- Srs set in settings for a file will be used when no srs is present within the file
Deprecated
- FIAT object
Documentation
- Added missing settings file entries
- Fixed missing docstrings (API)
New Contributors
* visr made their first contribution in https://github.com/Deltares/Delft-FIAT/pull/148
**Full Changelog**: https://github.com/Deltares/Delft-FIAT/compare/v0.2.1...v0.3.0