Components (output)#

These are the FIATModel components for model output.

Classes#

OutputGeomsComponent(model)

Model geometry results component.

OutputGridComponent(model)

Model geometry results component.

OutputGeomsComponent#

OutputGeomsComponent.data

Geometries.

OutputGeomsComponent.read([filename])

Read the model output geometries.

OutputGeomsComponent.clear()

Clear the geometry data.

OutputGeomsComponent.clip(geom[, inplace])

Clip the vector data.

OutputGeomsComponent.reproject(crs[, inplace])

Reproject the vector data.

OutputGeomsComponent.aggregate_square(...[, ...])

Aggregate FIAT vector output data to a square cell grid.

OutputGridComponent#

OutputGridComponent.data

Return the data.

OutputGridComponent.read([filename])

Read the model output grid.

OutputGridComponent.clear()

Clear the gridded data.

OutputGridComponent.clip(geom[, buffer, inplace])

Clip the gridded data.

OutputGridComponent.reproject(crs[, inplace])

Reproject the gridded data.