v0.1.0rc1
This is the first and pre-release of Delft-FIAT. It aims to have a stable version of the GeomModel
for calculating damages and risk for vector exposure data and an experimental version of the GridModel
for calculating damages and risk for raster exposure data.
Added
- Documentation
- Command line user interface
- Main
FIAT
object from which it's run GeomModel
; the vector based modelGridModel
; the raster based modelConfigReader
; for reading the settings file- I/O methods and structs
open_csv
which returns e.g.Table
open_geom
which returns aGeomSource
open_grid
which returns aGridSource
- GIS related operations like:
geom.reproject
to reproject vector filesgrid.reproject
to reproject raster filesoverlay.clip
to clip a grid based on a polygon- and more...
- Ability to 'compile'/ freeze FIAT as an application/ binary
- Some smalller miscellaneous methods and object
- In the API reference
PR
- CSV: Faster parsing and better indexing by @dalmijn in #38
- Multiprocessing based on temporary files by @dalmijn in #41
- Feature/risk calculation by @dalmijn in #51
- Small fixes by @dalmijn in #70
- Check exposure extent by @dalmijn in #78
- Workflows (prepare for release) by @dalmijn in #84
- Grid model (raster) by @dalmijn in #64
- Linting of FIAT by @dalmijn in #87
- Docs by @dalmijn in #88
- docs by @dalmijn in #89
- GridModel: Risk by @dalmijn in #90
- Release preperation by @dalmijn in #93
- Docs by @dalmijn in #91
Full Changelog: https://github.com/Deltares/Delft-FIAT/commits/v0.1.0rc1