Skip to content

v0.1.0rc1

Compare
Choose a tag to compare
@dalmijn dalmijn released this 27 Nov 14:29
· 54 commits to master since this release

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 model
  • GridModel; the raster based model
  • ConfigReader; for reading the settings file
  • I/O methods and structs
    • open_csv which returns e.g. Table
    • open_geom which returns a GeomSource
    • open_grid which returns a GridSource
  • GIS related operations like:
    • geom.reproject to reproject vector files
    • grid.reproject to reproject raster files
    • overlay.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

PR

Full Changelog: https://github.com/Deltares/Delft-FIAT/commits/v0.1.0rc1