v0.3.0
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
Configurationsclass - Optional CSV file output
- Rename
ConfigReadertoConfigurations - Rename all 'crs' variables to 'srs'
- Rename
iosubmodule tofio - 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
Full Changelog: v0.2.1...v0.3.0