GFDRR / rdl-data

Challenge Fund Database combining Hazard, Exposure, Loss and Vulnerability schema into a single database
GNU Affero General Public License v3.0
1 stars 2 forks source link

Raster support #6

Closed stufraser1 closed 3 years ago

stufraser1 commented 3 years ago

Explore POSTGIS Raster storage function or conversion to raster in pipeline - for hazard in particular, but also gridded aggregate exposure data

matamadio commented 3 years ago

Linked to https://github.com/GFDRR/rdl-infra/issues/44

matamadio commented 3 years ago

Each schema (H and E for sure) should have the capability to ingest both vector and raster formats.

matamadio commented 3 years ago

We found POSTGIS is unlikely a good option for raster storage, in favour of traditional file-based storage. Ultimately, the out-DB approach should aim to integrate all three key formats (vector, raster and table) within any component of the schema, avoiding as possible to convert one format into the other (unless this improves the fruibility of the dataset).

matamadio commented 3 years ago

Old-superceeded discussion.